php-src/Zend/tests/exception_019.phpt

15 lines
408 B
Plaintext
Raw Permalink Normal View History

2015-06-17 22:15:34 +00:00
--TEST--
Testing throw exception doesn't crash with wrong params, variant 2
--FILE--
<?php
throw new Exception(new stdClass);
?>
--EXPECTF--
Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type string, stdClass given in %s:%d
2015-06-17 22:15:34 +00:00
Stack trace:
#0 %sexception_019.php(%d): Exception->__construct(Object(stdClass))
#1 {main}
thrown in %sexception_019.php on line %d