Merge branch 'PHP-5.5' into PHP-5.6

This commit is contained in:
Xinchen Hui 2015-03-10 17:06:05 +08:00
commit b5589d3fb4

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