diff options
author | Marcus Boerger <helly@php.net> | 2005-12-23 20:32:15 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-12-23 20:32:15 +0000 |
commit | 9a6a266b16fcd6489fce45fb8920f98ede8815aa (patch) | |
tree | 4fe3eb2ad8462f34a1cdf0acf9fb1065930a1998 /ext/simplexml/tests/bug35785.phpt | |
parent | ad61a18a2e6e28f2177e1ffa57b00726203c1f56 (diff) | |
download | php-git-9a6a266b16fcd6489fce45fb8920f98ede8815aa.tar.gz |
- MFH Fixed Bug #35785 (SimpleXML memory read error)
Diffstat (limited to 'ext/simplexml/tests/bug35785.phpt')
-rwxr-xr-x | ext/simplexml/tests/bug35785.phpt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/simplexml/tests/bug35785.phpt b/ext/simplexml/tests/bug35785.phpt index 2c3a54d5d6..34489c5b10 100755 --- a/ext/simplexml/tests/bug35785.phpt +++ b/ext/simplexml/tests/bug35785.phpt @@ -13,10 +13,11 @@ echo $xml->asXML(); <?php exit(0); __halt_compiler(); ?> --EXPECTF-- -Notice: Undefined index: name in %sbug35785.phpt on line %d +Notice: Undefined index: name in %sbug35785.php on line %d -Strict Standards: Creating default object from empty value in %sbug35785.phpt on line %d +Strict Standards: Creating default object from empty value in %sbug35785.php on line %d -Warning: Attempt to assign property of non-object in %sbug35785.phpt on line %d +Warning: Attempt to assign property of non-object in %sbug35785.php on line %d <?xml version="1.0"?> <root/> +===DONE=== |