summaryrefslogtreecommitdiff
path: root/tests/php
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-04-13 21:20:52 +0600
committervalmat <ufabiz@gmail.com>2014-04-13 21:20:52 +0600
commit9b2ac923e4bf98ca76441362b1d15e58de4297c8 (patch)
treebab2b2e67b526550f9bfced48395f260ae36ad55 /tests/php
parent7df281b04d7286cd1cf7cad55848b6bf4a250c24 (diff)
Class IniValue designed for extracting values from ini entries
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php/dbg.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/php/dbg.php b/tests/php/dbg.php
index 8de0bb8..70e71ef 100644
--- a/tests/php/dbg.php
+++ b/tests/php/dbg.php
@@ -12,7 +12,8 @@
-
+TestIniEntries\iniTest1();
+exit;
echo "\x1b[1;31m";
(new ReflectionExtension('extension_for_tests') )->info();
echo "\x1b[0m";