mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed ini deprecation message issues in tests.
# CGI headers are stripped and the error ends up there with CGI..
This commit is contained in:
parent
f719e30684
commit
996eab8983
3 changed files with 1 additions and 3 deletions
|
@ -18,4 +18,3 @@ echo addcslashes($_GET['a'],"\0") . "\n";
|
|||
unsafe_raw
|
||||
|
||||
1\0
|
||||
PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
|
||||
|
|
|
@ -9,5 +9,5 @@ $str = preg_replace("/(some.*text)/e", "strtoupper('\\1')", $str);
|
|||
echo $str . "\r\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
SOME '$SAMPLE' TEXT
|
||||
PHP Warning: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line 0
|
||||
SOME '$SAMPLE' TEXT
|
||||
|
|
|
@ -10,4 +10,3 @@ echo $_GET['a'],"\n";
|
|||
?>
|
||||
--EXPECT--
|
||||
abc\'\"\0123
|
||||
PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue