php-src/Zend/tests/indirect_call_array_001.phpt

12 lines
174 B
Plaintext
Raw Normal View History

2011-06-14 02:05:37 +00:00
--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