felipe Sun Feb 24 11:27:26 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/file magic_quotes.phpt
Log:
Fixed test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/magic_quotes.phpt?r1=1.1.2.1.2.1&r2=1.1.2.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/magic_quotes.phpt
diff -u php-src/ext/standard/tests/file/magic_quotes.phpt:1.1.2.1.2.1
php-src/ext/standard/tests/file/magic_quotes.phpt:1.1.2.1.2.2
--- php-src/ext/standard/tests/file/magic_quotes.phpt:1.1.2.1.2.1 Sat Feb
23 17:06:22 2008
+++ php-src/ext/standard/tests/file/magic_quotes.phpt Sun Feb 24 11:27:26 2008
@@ -42,46 +42,45 @@
echo "Done\n";
?>
---EXPECTF--
-
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+--EXPECTF--
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(0)
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(0)
-Deprecated: set_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: set_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for details.
in %s on line %d
bool(true)
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(1)
-Deprecated: set_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: set_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for details.
in %s on line %d
bool(true)
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(1)
string(30) "some\'content\'here\"and}there"
-Deprecated: set_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: set_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for details.
in %s on line %d
bool(true)
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(0)
string(27) "some'content'here"and}there"
-Deprecated: set_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: set_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for details.
in %s on line %d
bool(true)
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(1)
string(30) "some\'content\'here\"and}there"
-Deprecated: set_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: set_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#set_magic_quotes_runtime for details.
in %s on line %d
bool(true)
bool(false)
-Deprecated: get_magic_quotes_runtime(): This function is deprecated and will
be removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for
details. in %s on line %d
+Deprecated: get_magic_quotes_runtime(): This function is deprecated and
removed in PHP 6. See http://php.net/%s#get_magic_quotes_runtime for details.
in %s on line %d
int(0)
string(27) "some'content'here"and}there"
Done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php