List:Commits« Previous MessageNext Message »
From:uwendel Date:July 20 2007 5:06pm
Subject:PHP mysqlnd svn commit: r820 - trunk/tests/ext/mysqli
View as plain text  
Author: uwendel
Date: 2007-07-20 19:06:29 +0200 (Fri, 20 Jul 2007)
New Revision: 820

Modified:
   trunk/tests/ext/mysqli/mysqli_stmt_bind_result_references.phpt
Log:
Now the EXPECTF is passing with PHP5 @ libmysql. PHP6 @ mysqlnd throw errors.


Modified: trunk/tests/ext/mysqli/mysqli_stmt_bind_result_references.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_stmt_bind_result_references.phpt	2007-07-20 17:04:30 UTC
(rev 819)
+++ trunk/tests/ext/mysqli/mysqli_stmt_bind_result_references.phpt	2007-07-20 17:06:29 UTC
(rev 820)
@@ -71,7 +71,7 @@
 	print "reference, \$GLOBALS...\n";
 	unset($id); unset($id_ref); unset($label); unset($label_ref);
 	$id = 100;
-	$id_ref = &$GLOBALS['id_ref'];
+	$id_ref = &$GLOBALS['id'];
 	$label = null;
 	$label_ref = &$GLOBALS['label'];
 
@@ -283,6 +283,7 @@
 int(1)
 string(1) "a"
 string(1) "a"
+reference, object, forward declaration...
 int(1)
 object(bar)#%d (2) {
   ["bar"]=>
@@ -295,7 +296,7 @@
 int(1)
 string(1) "a"
 object(mega_bar)#5 (4) {
-  ["id":"mega_bar":private]=>
+  [%s]=>
   &int(1)
   ["id_ref"]=>
   &int(1)

Thread
PHP mysqlnd svn commit: r820 - trunk/tests/ext/mysqliuwendel20 Jul