diff options
Diffstat (limited to 'Zend/tests/024.phpt')
-rw-r--r-- | Zend/tests/024.phpt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Zend/tests/024.phpt b/Zend/tests/024.phpt index 34dac0f1e3..9e647d4231 100644 --- a/Zend/tests/024.phpt +++ b/Zend/tests/024.phpt @@ -16,19 +16,23 @@ var_dump($a->$b->{$c[1]}); ?> --EXPECTF-- Notice: Undefined variable: a in %s on line %d + +Notice: Trying to access array offset on value of type null in %s on line %d NULL -Notice: Undefined variable: %s in %s on line %d +Notice: Undefined variable: a in %s on line %d + +Notice: Undefined variable: c in %s on line %d -Notice: Undefined variable: %s in %s on line %d +Notice: Trying to access array offset on value of type null in %s on line %d NULL Notice: Undefined variable: a in %s on line %d int(1) -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 +Notice: Undefined variable: b in %s on line %d int(0) Notice: Undefined variable: a in %s on line %d @@ -45,6 +49,8 @@ NULL Notice: Undefined variable: c in %s on line %d +Notice: Trying to access array offset on value of type null in %s on line %d + Notice: Trying to get property '1' of non-object in %s on line %d Notice: Trying to get property '' of non-object in %s on line %d |