php-src/Zend/tests/indirect_call_array_001.phpt
2011-06-14 02:05:37 +00:00

12 lines
174 B
PHP

--TEST--
Indirect method call by array - Invalid class name
--FILE--
<?php
$arr = array('a', 'b');
$arr();
?>
--EXPECTF--
Fatal error: Class 'a' not found in %s on line %d