diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-10-13 14:40:29 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-10-13 14:40:42 +0200 |
commit | 6efbfc4caf329df387c298572d56e58fe1e79d75 (patch) | |
tree | 1a305c912b78bebe931676dfcb370e45f35044be /sapi/phpdbg/tests | |
parent | d949c3b6e58632a7aae565c3a0e2930f395eaea9 (diff) | |
download | php-git-6efbfc4caf329df387c298572d56e58fe1e79d75.tar.gz |
phpdbg test info_001.phpt was dependent on auto_globals_jit
Diffstat (limited to 'sapi/phpdbg/tests')
-rw-r--r-- | sapi/phpdbg/tests/info_001.phpt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sapi/phpdbg/tests/info_001.phpt b/sapi/phpdbg/tests/info_001.phpt index a1adb9ad0a..b988235757 100644 --- a/sapi/phpdbg/tests/info_001.phpt +++ b/sapi/phpdbg/tests/info_001.phpt @@ -1,5 +1,7 @@ --TEST-- Test basic info functionality +--INI-- +auto_globals_jit=0 --PHPDBG-- i classes i funcs @@ -37,11 +39,11 @@ Address Refs Type Variable %s 2 array $_GET %s 2 array $_POST %s 2 array $_COOKIE -%s 2 array $_FILES -%s 1 array &$GLOBALS %s 2 array $_SERVER %s 2 array $_ENV %s 1 array $_REQUEST +%s 2 array $_FILES +%s 1 array &$GLOBALS prompt> ------------------------------------------------ Function Breakpoints: #0 foo |