summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_escape_string.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-01-05 18:22:01 +0000
committerFelipe Pena <felipe@php.net>2009-01-05 18:22:01 +0000
commit5a7607d92522907ec8c7756e26100000a46b03f8 (patch)
tree7da7ef5e6c22b846124433459108573b1f520cc9 /ext/mysql/tests/mysql_escape_string.phpt
parentd23d2f358c2275ad7453bf65d12e1a50295ce840 (diff)
downloadphp-git-5a7607d92522907ec8c7756e26100000a46b03f8.tar.gz
- Fixed tests (removed UEXPECT(F) section)
Diffstat (limited to 'ext/mysql/tests/mysql_escape_string.phpt')
-rw-r--r--ext/mysql/tests/mysql_escape_string.phpt11
1 files changed, 1 insertions, 10 deletions
diff --git a/ext/mysql/tests/mysql_escape_string.phpt b/ext/mysql/tests/mysql_escape_string.phpt
index 1badea8903..6ff21e0eca 100644
--- a/ext/mysql/tests/mysql_escape_string.phpt
+++ b/ext/mysql/tests/mysql_escape_string.phpt
@@ -23,15 +23,6 @@ var_dump(mysql_escape_string("foo" . chr(0) . "bar"));
print "done!";
?>
--EXPECTF--
-string(31) "Am I a unicode string in PHP 6?"
-string(2) "\\"
-string(2) "\""
-string(2) "\'"
-string(2) "\n"
-string(2) "\r"
-string(8) "foo\0bar"
-done!
---UEXPECTF--
unicode(31) "Am I a unicode string in PHP 6?"
unicode(2) "\\"
unicode(2) "\""
@@ -39,4 +30,4 @@ unicode(2) "\'"
unicode(2) "\n"
unicode(2) "\r"
unicode(8) "foo\0bar"
-done! \ No newline at end of file
+done!