Author: uwendel
Date: 2007-06-26 14:47:31 +0200 (Tue, 26 Jun 2007)
New Revision: 498
Modified:
trunk/tests/ext/mysqli/mysqli_stmt_get_result.phpt
Log:
Adding UEXPECTF
Modified: trunk/tests/ext/mysqli/mysqli_stmt_get_result.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_stmt_get_result.phpt 2007-06-26 12:34:04 UTC (rev 497)
+++ trunk/tests/ext/mysqli/mysqli_stmt_get_result.phpt 2007-06-26 12:47:31 UTC (rev 498)
@@ -176,3 +176,29 @@
Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
done!
+--UEXPECTF--
+Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
+ in %s on line %d
+
+Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
+ in %s on line %d
+
+Warning: mysqli_stmt_get_result(): invalid object or resource mysqli_stmt
+ in %s on line %d
+[038] [0] []
+[039] [0] []
+array(2) {
+ [%s"id"]=>
+ int(1)
+ [%s"label"]=>
+ %s(1) "a"
+}
+array(2) {
+ [%s"id"]=>
+ int(2)
+ [%s"label"]=>
+ %s(1) "b"
+}
+
+Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
+done!
\ No newline at end of file
| Thread |
|---|
| • PHP mysqlnd svn commit: r498 - trunk/tests/ext/mysqli | uwendel | 26 Jun |