From 2bb59717c79a616be06f47cc82219eba0824788a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 29 Nov 2005 02:41:54 +0000 Subject: [PATCH] - Allow test to be used w/o run-tests.php --- ext/simplexml/tests/012.phpt | 1 + 1 file changed, 1 insertion(+) 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-- -- 2.50.1