summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_018.phpt
blob: 6789cfe9813b1cf24abadbe7c438de3503ffc6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Testing throw exception doesn't crash with wrong params, variant 1
--FILE--
<?php

class Hello extends Exception {}
throw new Hello(new stdClass);

?>
--EXPECTF--
Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type string, object given in %s:%d
Stack trace:
#0 %sexception_018.php(%d): Exception->__construct(Object(stdClass))
#1 {main}
  thrown in %sexception_018.php on line %d