List:Commits« Previous MessageNext Message »
From:uwendel Date:June 26 2007 11:53am
Subject:PHP mysqlnd svn commit: r494 - trunk/tests/ext/mysqli
View as plain text  
Author: uwendel
Date: 2007-06-26 13:53:42 +0200 (Tue, 26 Jun 2007)
New Revision: 494

Modified:
   trunk/tests/ext/mysqli/mysqli_class_mysqli_stmt_interface.phpt
Log:
Slightly different error messages in unicode/non unicode mode are fine


Modified: trunk/tests/ext/mysqli/mysqli_class_mysqli_stmt_interface.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_class_mysqli_stmt_interface.phpt	2007-06-26 10:19:14 UTC
(rev 493)
+++ trunk/tests/ext/mysqli/mysqli_class_mysqli_stmt_interface.phpt	2007-06-26 11:53:42 UTC
(rev 494)
@@ -159,4 +159,42 @@
 Prepare using the constructor:
 
 Warning: mysqli_stmt::mysqli_stmt() expects parameter 2 to be string, object given in %s
on line %d
+done!
+--UEXPECTF--
+Parent class:
+bool(false)
+
+Methods:
+ok
+
+Class variables:
+
+Object variables:
+
+Magic, magic properties:
+
+Warning: mysqli_stmt_affected_rows(): invalid object or resource mysqli_stmt
+ in %s on line %d
+
+Warning: main(): Property access is not allowed yet in %s on line %d
+
+Warning: main(): Property access is not allowed yet in %s on line %d
+stmt->affected_rows = ''
+stmt->affected_rows = '1'
+stmt->errno = '0'
+stmt->error = ''
+stmt->field_count = '0'
+stmt->id = '%d'
+stmt->insert_id = '0'
+stmt->num_rows = '0'
+stmt->param_count = '0'
+stmt->sqlstate = '00000'
+
+Access to undefined properties:
+stmt->unknown = ''
+stmt->unknown = '13'
+
+Prepare using the constructor:
+
+Warning: mysqli_stmt::mysqli_stmt() expects parameter 2 to be binary string, object given
in %s on line %d
 done!
\ No newline at end of file

Thread
PHP mysqlnd svn commit: r494 - trunk/tests/ext/mysqliuwendel26 Jun