Author: uwendel
Date: 2007-07-19 14:08:39 +0200 (Thu, 19 Jul 2007)
New Revision: 797
Modified:
trunk/tests/ext/mysqli/mysqli_stmt_unclonable.phpt
Log:
Uuups, typos
Modified: trunk/tests/ext/mysqli/mysqli_stmt_unclonable.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_stmt_unclonable.phpt 2007-07-19 09:18:09 UTC (rev 796)
+++ trunk/tests/ext/mysqli/mysqli_stmt_unclonable.phpt 2007-07-19 12:08:39 UTC (rev 797)
@@ -12,10 +12,8 @@
$host, $user, $db, $port, $socket);
if (!$stmt = mysqli_stmt_init($link))
- printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link);
+ printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
- /* does the object state play a role, let's close it... */
- mysqli_stmt_close($stmt);
/* no, still bails out */
$stmt_clone = clone $stmt;
print "done!";
| Thread |
|---|
| • PHP mysqlnd svn commit: r797 - trunk/tests/ext/mysqli | uwendel | 19 Jul |