diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-22 16:52:58 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-22 16:52:58 +0000 |
| commit | d14d148f66d40720b1efa8bf2f84479c2e61ed9e (patch) | |
| tree | 9ecc659202dd9391cae7f3892c902ebb6a6dc90f | |
| parent | 77fda181199ae5d0b6bfe15251f77fca0d39ff26 (diff) | |
| download | php-git-d14d148f66d40720b1efa8bf2f84479c2e61ed9e.tar.gz | |
fix test
| -rw-r--r-- | ext/standard/tests/general_functions/import_request.phpt | 6 |
1 files 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" |
