summaryrefslogtreecommitdiff
path: root/Zend/tests/dynamic_call_002.phpt
blob: dcb152969275454a8c0fba9c44c0c4d16a4f4a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Testing dynamic call with invalid value for method name
--FILE--
<?php 

$a = new stdClass;

$a::$a();

?>
--EXPECTF--
Fatal error: Function name must be a string in %s on line %d