summaryrefslogtreecommitdiff
path: root/tests/php/dbg.php
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-04-14 21:23:11 +0600
committervalmat <ufabiz@gmail.com>2014-04-14 21:23:11 +0600
commitea65bafff940dac23c52fc307b9a2e552b983102 (patch)
tree5a6c03c700125f06de81074774093620a4e9b2f1 /tests/php/dbg.php
parent8aa33ba24d56e1a631826bac47321a47ad0bb9e2 (diff)
Several tests on superglobals variables
Diffstat (limited to 'tests/php/dbg.php')
-rw-r--r--tests/php/dbg.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/php/dbg.php b/tests/php/dbg.php
index b12da13..e626ce0 100644
--- a/tests/php/dbg.php
+++ b/tests/php/dbg.php
@@ -11,15 +11,7 @@
-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";