georg Wed Apr 2 17:07:28 2003 EDT
Modified files:
/php4/ext/mysqli/tests 028.phpt 042.phpt
Log:
fixed expected output
Index: php4/ext/mysqli/tests/028.phpt
diff -u php4/ext/mysqli/tests/028.phpt:1.1 php4/ext/mysqli/tests/028.phpt:1.2
--- php4/ext/mysqli/tests/028.phpt:1.1 Tue Feb 11 19:46:29 2003
+++ php4/ext/mysqli/tests/028.phpt Wed Apr 2 17:07:27 2003
@@ -9,7 +9,7 @@
/*** test mysqli_connect 127.0.0.1 ***/
$link = mysqli_connect("localhost", $user, $passwd);
- $cset = mysqli_character_set_name($link);
+ $cset = substr(mysqli_character_set_name($link),0,6);
var_dump($cset);
Index: php4/ext/mysqli/tests/042.phpt
diff -u php4/ext/mysqli/tests/042.phpt:1.2 php4/ext/mysqli/tests/042.phpt:1.3
--- php4/ext/mysqli/tests/042.phpt:1.2 Sun Feb 16 16:19:32 2003
+++ php4/ext/mysqli/tests/042.phpt Wed Apr 2 17:07:27 2003
@@ -42,8 +42,8 @@
mysqli_close($link);
?>
---EXPECT--
-object(stdClass)(7) {
+--EXPECTF--
+object(stdClass)#%d (7) {
["c1"]=>
string(1) "0"
["c2"]=>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php