diff options
author | Antony Dovgal <tony2001@php.net> | 2008-01-23 09:55:53 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-01-23 09:55:53 +0000 |
commit | d008f576b0327f5fbae8a1a646300fa640b9bdbd (patch) | |
tree | 159a9abdfb8d037ecc84f1d4a48023ee48e093a5 /ext/simplexml | |
parent | ff183efe61628f934f7c3ec744dd1e8423cb13af (diff) | |
download | php-git-d008f576b0327f5fbae8a1a646300fa640b9bdbd.tar.gz |
use expectF
Diffstat (limited to 'ext/simplexml')
-rw-r--r-- | ext/simplexml/tests/bug37076_1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug37076_1.phpt b/ext/simplexml/tests/bug37076_1.phpt index 2b305b918c..d2260040c1 100644 --- a/ext/simplexml/tests/bug37076_1.phpt +++ b/ext/simplexml/tests/bug37076_1.phpt @@ -7,7 +7,7 @@ $xml->{""} .= "bar"; print $xml->asXML(); ?> ===DONE=== ---EXPECT-- +--EXPECTF-- 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 |