php-src/Zend/tests/bug41919.phpt
Dmitry Stogov 7e8a11f636 Fixed test
2007-07-14 08:51:54 +00:00

12 lines
219 B
PHP

--TEST--
Bug #41919 (crash in string to array conversion)
--FILE--
<?php
$foo="50";
$foo[3]->bar[1] = "bang";
echo "ok\n";
?>
--EXPECTF--
Fatal error: Cannot use string offset as an object in %sbug41919.php on line %d