php-src/Zend/tests/dynamic_call_003.phpt

17 lines
280 B
Plaintext
Raw Normal View History

2008-05-11 03:15:13 +00:00
--TEST--
Testing dynamic call with invalid method name
--FILE--
<?php
$a = new stdClass;
$b = 1;
$a::$b();
?>
--EXPECTF--
Fatal error: Uncaught exception 'EngineException' with message 'Function name must be a string' in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d