bug41919.phpt   [plain text]


--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 %s/bug41919.php on line %d