Skip to content

Commit 11dc801

Browse files
committed
Fix phpdbg test
1 parent 917deca commit 11dc801

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sapi/phpdbg/tests/info_001.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ prompt> [Variables in foo() (1)]
3434
Address Refs Type Variable
3535
%s %d string $baz
3636
string (4) "test"
37-
prompt> [Superglobal variables (8)]
37+
prompt> [Superglobal variables (7)]
3838
Address Refs Type Variable
3939
%s 2 array $_GET
4040
%s 2 array $_POST
@@ -43,7 +43,6 @@ Address Refs Type Variable
4343
%s 2 array $_ENV
4444
%s 1 array $_REQUEST
4545
%s 2 array $_FILES
46-
%s 1 array &$GLOBALS
4746
prompt> ------------------------------------------------
4847
Function Breakpoints:
4948
#0 foo

0 commit comments

Comments
 (0)