summaryrefslogtreecommitdiff
path: root/tests/php/dbg.php
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-04-14 17:41:40 +0600
committervalmat <ufabiz@gmail.com>2014-04-14 17:41:40 +0600
commit8aa33ba24d56e1a631826bac47321a47ad0bb9e2 (patch)
tree67f2bbf3b0cbf04d95ad8a39d11282322d8700b7 /tests/php/dbg.php
parent2d2d03270beebdddd0f6be972a7c80b397ebe896 (diff)
Several tests to check ini entries
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";