diff options
author | Dmitry Stogov <dmitry@php.net> | 2009-09-21 09:52:19 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2009-09-21 09:52:19 +0000 |
commit | 7bfe056174b15d28310fd11ef5909a4ea60e45c6 (patch) | |
tree | 66776a3652ca10e2f7147c4a9f25c854f9cca5e7 /ext/pcre | |
parent | a0a8c5832ffd4125b1821db00ddc1bdc53bdf9c2 (diff) | |
download | php-git-7bfe056174b15d28310fd11ef5909a4ea60e45c6.tar.gz |
Fixed tests
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/tests/bug33200.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug33200.phpt b/ext/pcre/tests/bug33200.phpt index c75a6d4f52..67a4d86a7a 100644 --- a/ext/pcre/tests/bug33200.phpt +++ b/ext/pcre/tests/bug33200.phpt @@ -9,5 +9,5 @@ $str = preg_replace("/(some.*text)/e", "strtoupper('\\1')", $str); echo $str . "\r\n"; ?> --EXPECT-- -PHP Warning: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line 0 +Warning: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line 0 SOME '$SAMPLE' TEXT |