From: Marcus Boerger Date: Tue, 29 Nov 2005 02:41:54 +0000 (+0000) Subject: - Allow test to be used w/o run-tests.php X-Git-Tag: RELEASE_2_0_2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb59717c79a616be06f47cc82219eba0824788a;p=php - Allow test to be used w/o run-tests.php --- diff --git a/ext/simplexml/tests/012.phpt b/ext/simplexml/tests/012.phpt index e5ebe2d09c..2fc9bec41e 100755 --- a/ext/simplexml/tests/012.phpt +++ b/ext/simplexml/tests/012.phpt @@ -26,6 +26,7 @@ echo $sxe->asXML(); $sxe[] = "error"; +__HALT_COMPILER(); ?> ===DONE=== --EXPECTF--