summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/005.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-01-06 00:56:04 +0000
committerFelipe Pena <felipe@php.net>2009-01-06 00:56:04 +0000
commit2632316e809278a0b0d7beade07b0aa0df2ba69b (patch)
tree445a3b7a392a09d7be0cf905b453808415211e22 /ext/mysqli/tests/005.phpt
parent5a3b59995ff6e7f4888e24722a80d04e99ffab8a (diff)
downloadphp-git-2632316e809278a0b0d7beade07b0aa0df2ba69b.tar.gz
- Removed UEXPECT(F)
- Unicodified some tests
Diffstat (limited to 'ext/mysqli/tests/005.phpt')
-rw-r--r--ext/mysqli/tests/005.phpt10
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/mysqli/tests/005.phpt b/ext/mysqli/tests/005.phpt
index a05dc501b0..e40e6a7982 100644
--- a/ext/mysqli/tests/005.phpt
+++ b/ext/mysqli/tests/005.phpt
@@ -40,16 +40,8 @@ require_once('skipifconnectfailure.inc');
--EXPECTF--
array(2) {
[0]=>
- string(10) "1234567890"
- [1]=>
- string(13) "32K String ok"
-}
-done!
---UEXPECTF--
-array(2) {
- [0]=>
unicode(10) "1234567890"
[1]=>
unicode(13) "32K String ok"
}
-done! \ No newline at end of file
+done!