summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_fetch_field_oo.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/mysqli_fetch_field_oo.phpt
parent5a3b59995ff6e7f4888e24722a80d04e99ffab8a (diff)
downloadphp-git-2632316e809278a0b0d7beade07b0aa0df2ba69b.tar.gz
- Removed UEXPECT(F)
- Unicodified some tests
Diffstat (limited to 'ext/mysqli/tests/mysqli_fetch_field_oo.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_fetch_field_oo.phpt53
1 files changed, 0 insertions, 53 deletions
diff --git a/ext/mysqli/tests/mysqli_fetch_field_oo.phpt b/ext/mysqli/tests/mysqli_fetch_field_oo.phpt
index fcc326f5f3..cc4b734557 100644
--- a/ext/mysqli/tests/mysqli_fetch_field_oo.phpt
+++ b/ext/mysqli/tests/mysqli_fetch_field_oo.phpt
@@ -45,59 +45,6 @@ require_once('skipifconnectfailure.inc');
?>
--EXPECTF--
object(stdClass)#%d (11) {
- ["name"]=>
- string(2) "ID"
- ["orgname"]=>
- string(2) "id"
- ["table"]=>
- string(4) "TEST"
- ["orgtable"]=>
- string(4) "test"
- ["def"]=>
- string(0) ""
- ["max_length"]=>
- int(1)
- ["length"]=>
- int(11)
- ["charsetnr"]=>
- int(63)
- ["flags"]=>
- int(49155)
- ["type"]=>
- int(3)
- ["decimals"]=>
- int(0)
-}
-object(stdClass)#%d (11) {
- ["name"]=>
- string(5) "label"
- ["orgname"]=>
- string(5) "label"
- ["table"]=>
- string(4) "TEST"
- ["orgtable"]=>
- string(4) "test"
- ["def"]=>
- string(0) ""
- ["max_length"]=>
- int(1)
- ["length"]=>
- int(1)
- ["charsetnr"]=>
- int(8)
- ["flags"]=>
- int(0)
- ["type"]=>
- int(254)
- ["decimals"]=>
- int(0)
-}
-bool(false)
-
-Warning: mysqli_result::fetch_field(): Couldn't fetch mysqli_result in %s on line %d
-done!
---UEXPECTF--
-object(stdClass)#%d (11) {
[u"name"]=>
unicode(2) "ID"
[u"orgname"]=>