summaryrefslogtreecommitdiff
path: root/tests/php/dbg.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/dbg.php')
-rw-r--r--tests/php/dbg.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/php/dbg.php b/tests/php/dbg.php
index 70e71ef..b12da13 100644
--- a/tests/php/dbg.php
+++ b/tests/php/dbg.php
@@ -11,9 +11,15 @@
-
TestIniEntries\iniTest1();
+/*
exit;
+ini_restore ( 'ini1' );
+ini_restore ( 'ini2' );
+ini_restore ( 'ini3' );
+TestIniEntries\iniTest1();
+*/
+//exit;
echo "\x1b[1;31m";
(new ReflectionExtension('extension_for_tests') )->info();
echo "\x1b[0m";