php-src/Zend/tests/dynamic_call_003.phpt
2018-10-14 19:45:12 +02:00

17 lines
243 B
PHP

--TEST--
Testing dynamic call with invalid method name
--FILE--
<?php
$a = new stdClass;
$b = 1;
$a::$b();
?>
--EXPECTF--
Fatal error: Uncaught Error: Function name must be a string in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d