--- embedaddon/php/tests/strings/offsets_chaining_5.phpt 2012/02/21 23:48:06 1.1 +++ embedaddon/php/tests/strings/offsets_chaining_5.phpt 2012/05/29 12:34:34 1.1.1.2 @@ -15,9 +15,13 @@ var_dump($array['expected_array']['foo']['bar']); --EXPECTF-- bool(true) string(6) "foobar" -bool(true) +bool(false) + +Warning: Illegal string offset 'foo' in %soffsets_chaining_5.php on line %d string(1) "f" bool(false) -Fatal error: Cannot use string offset as an array in %s on line %d +Warning: Illegal string offset 'foo' in %soffsets_chaining_5.php on line %d +Warning: Illegal string offset 'bar' in %soffsets_chaining_5.php on line %d +string(1) "f"