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

12 lines
201 B
PHP

--TEST--
Indirect method call by array - Invalid method name
--FILE--
<?php
$arr = array('stdclass', 'b');
$arr();
?>
--EXPECTF--
Fatal error: Call to undefined method stdClass::b() in %s on line %d