summaryrefslogtreecommitdiff
path: root/Zend/tests/024.phpt
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2009-07-07 11:52:43 +0000
committerDavid Soria Parra <dsp@php.net>2009-07-07 11:52:43 +0000
commit646cce06e6a55d26e24d38e2814fc1788a3da287 (patch)
tree0888302065fc24ccbe047271a38d642feb83b786 /Zend/tests/024.phpt
parent8f617842f318c46b13ad561fac2884a67ffd515d (diff)
downloadphp-git-646cce06e6a55d26e24d38e2814fc1788a3da287.tar.gz
Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C.
Diffstat (limited to 'Zend/tests/024.phpt')
-rw-r--r--Zend/tests/024.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/024.phpt b/Zend/tests/024.phpt
index 6fe10201f5..ff35a5c895 100644
--- a/Zend/tests/024.phpt
+++ b/Zend/tests/024.phpt
@@ -18,17 +18,17 @@ var_dump($a->$b->$c[1]);
Notice: Undefined variable: a in %s on line %d
NULL
-Notice: Undefined variable: c in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
-Notice: Undefined variable: a in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
NULL
Notice: Undefined variable: a in %s on line %d
int(1)
-Notice: Undefined variable: b in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
-Notice: Undefined variable: a in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
int(0)
Notice: Undefined variable: a in %s on line %d