Fixed test

This commit is contained in:
Xinchen Hui 2015-03-10 17:05:47 +08:00
parent 6a6c273893
commit 6f4af2da29

View File

@ -23,5 +23,6 @@ $foo->blah--; //crash
--$foo->blah; //crash
echo "okey";
?>
--EXPECT--
--EXPECTF--
Notice: Undefined property: Bar::$bar in %sbug66609.php on line %d
okey