-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/dynamic_call_003.phpt

--TEST--
Testing dynamic call with invalid method name
--FILE--
<?php 

$a = new stdClass;
$b = 1;

$a::$b();

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

Copyright © 2017 || Recoded By Mr.Bumblebee