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

$a = new stdClass;

$a::$a();

?>
--EXPECTF--
Fatal error: Uncaught Error: Function name must be a string in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d