From c45fd9a150300b5d82b109cf1c1a300de40e6a99 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 99b4e2b8cc..e3da02a0de 100644 --- a/ext/standard/tests/general_functions/import_request.phpt +++ b/ext/standard/tests/general_functions/import_request.phpt @@ -28,24 +28,24 @@ echo "Done\n"; --EXPECTF-- Warning: import_request_variables() expects at least 1 parameter, 0 given in %s on line %d NULL -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 unicode(1) "1" unicode(3) "heh" unicode(1) "3" NULL -NULL +bool(true) Notice: Undefined variable: g_ap in %s on line %d unicode(1) "1" @@ -53,7 +53,7 @@ unicode(3) "heh" unicode(1) "3" NULL unicode(2) "hm" -NULL +bool(true) unicode(1) "1" unicode(3) "heh" unicode(1) "3" @@ -64,7 +64,7 @@ array(1) { [0]=> unicode(2) "ar" } -NULL +bool(true) Notice: Undefined variable: r_ap in %s on line %d unicode(1) "1" -- 2.50.1