summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-03-10 17:05:47 +0800
committerXinchen Hui <laruence@php.net>2015-03-10 17:05:47 +0800
commit6f4af2da290e988e19e4b5937a90d4f3eabb2c7f (patch)
treea2cd77af38fdb030ba9ee1c85db214516af74ce7 /Zend
parent6a6c273893178bb9b59c117e31761fe0193d0c9f (diff)
downloadphp-git-6f4af2da290e988e19e4b5937a90d4f3eabb2c7f.tar.gz
Fixed test
Diffstat (limited to 'Zend')
-rw-r--r--Zend/tests/bug66609.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/tests/bug66609.phpt b/Zend/tests/bug66609.phpt
index e156000ae1..206f7757d9 100644
--- a/Zend/tests/bug66609.phpt
+++ b/Zend/tests/bug66609.phpt
@@ -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