From e94965d0a77d4e4b9cf84553ee2c8e09d53a64f4 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 22 Oct 2009 19:39:08 +0000 Subject: [PATCH] Fixed test --- .../tests/general_functions/import_request.phpt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/standard/tests/general_functions/import_request.phpt b/ext/standard/tests/general_functions/import_request.phpt index d9f43e93b0..e5aceb6dd8 100644 --- a/ext/standard/tests/general_functions/import_request.phpt +++ b/ext/standard/tests/general_functions/import_request.phpt @@ -32,24 +32,24 @@ Warning: Wrong parameter count for import_request_variables() in %s on line %d NULL Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d -NULL +bool(false) Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d -NULL +bool(false) 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(): Numeric key detected - possible security hazard in %s on line %d -NULL +bool(true) Notice: Undefined variable: ap in %s on line %d string(1) "1" string(3) "heh" string(1) "3" NULL -NULL +bool(true) Notice: Undefined variable: g_ap in %s on line %d string(1) "1" @@ -57,7 +57,7 @@ string(3) "heh" string(1) "3" NULL string(2) "hm" -NULL +bool(true) string(1) "1" string(3) "heh" string(1) "3" @@ -68,7 +68,7 @@ array(1) { [0]=> string(2) "ar" } -NULL +bool(true) Notice: Undefined variable: r_ap in %s on line %d string(1) "1" -- 2.50.1