diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-01-23 09:54:38 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-01-23 09:54:38 +0000 |
| commit | ff183efe61628f934f7c3ec744dd1e8423cb13af (patch) | |
| tree | 0c1c9c14815f0292fdcf893532ebc5a415336a4d | |
| parent | a5505302e43c1dd4a14ceea182fa633c157f74e5 (diff) | |
| download | php-git-ff183efe61628f934f7c3ec744dd1e8423cb13af.tar.gz | |
fix test
| -rw-r--r-- | ext/simplexml/tests/bug37076_1.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/simplexml/tests/bug37076_1.phpt b/ext/simplexml/tests/bug37076_1.phpt index 3d288a17dc..2b305b918c 100644 --- a/ext/simplexml/tests/bug37076_1.phpt +++ b/ext/simplexml/tests/bug37076_1.phpt @@ -8,6 +8,9 @@ print $xml->asXML(); ?> ===DONE=== --EXPECT-- +Warning: main(): Cannot write or create unnamed element in %s on line %d + +Warning: main(): Cannot write or create unnamed element in %s on line %d <?xml version="1.0"?> <root><foo/></root> ===DONE=== |
