From d14d148f66d40720b1efa8bf2f84479c2e61ed9e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 22 May 2007 16:52:58 +0000 Subject: [PATCH] fix test --- ext/standard/tests/general_functions/import_request.phpt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ext/standard/tests/general_functions/import_request.phpt b/ext/standard/tests/general_functions/import_request.phpt index 23dc049db2..805d240b87 100644 --- a/ext/standard/tests/general_functions/import_request.phpt +++ b/ext/standard/tests/general_functions/import_request.phpt @@ -37,7 +37,7 @@ NULL Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d -Warning: import_request_variables(): Attempted GLOBALS variable overwrite. in %s on line %d +Warning: import_request_variables(): Attempted GLOBALS variable overwrite in %s on line %d Warning: import_request_variables(): Numeric key detected - possible security hazard. in %s on line %d NULL @@ -50,13 +50,11 @@ NULL NULL Notice: Undefined variable: g_ap in %s on line %d - -Notice: Undefined variable: g_1 in %s on line %d string(1) "1" string(3) "heh" string(1) "3" NULL -NULL +string(2) "hm" NULL string(1) "1" string(3) "heh" -- 2.50.1