Browse Source

MFH: Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C.

experimental/5.3-FPM
David Soria Parra 17 years ago
parent
commit
8af2635eab
  1. 8
      Zend/tests/024.phpt

8
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

Loading…
Cancel
Save