georg Thu Apr 3 03:03:12 2003 EDT
Modified files:
/php4/ext/mysqli/tests 047.phpt
Log:
fixed output
Index: php4/ext/mysqli/tests/047.phpt
diff -u php4/ext/mysqli/tests/047.phpt:1.2 php4/ext/mysqli/tests/047.phpt:1.3
--- php4/ext/mysqli/tests/047.phpt:1.2 Sun Feb 16 16:19:32 2003
+++ php4/ext/mysqli/tests/047.phpt Thu Apr 3 03:03:12 2003
@@ -26,10 +26,10 @@
mysqli_stmt_close($stmt);
mysqli_close($link);
?>
---EXPECT--
+--EXPECTF--
array(2) {
[0]=>
- object(stdClass)(9) {
+ object(stdClass)#%d (9) {
["name"]=>
string(3) "foo"
["orgname"]=>
@@ -50,7 +50,7 @@
int(0)
}
[1]=>
- object(stdClass)(9) {
+ object(stdClass)#%d (9) {
["name"]=>
string(3) "bar"
["orgname"]=>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php