Author: ahristov
Date: 2007-03-03 02:52:42 +0100 (Sat, 03 Mar 2007)
New Revision: 83
Modified:
trunk/ext/mysqli/tests/mysqli_stmt_execute.phpt
Log:
Fix test
Modified: trunk/ext/mysqli/tests/mysqli_stmt_execute.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_stmt_execute.phpt 2007-03-03 01:44:12 UTC (rev 82)
+++ trunk/ext/mysqli/tests/mysqli_stmt_execute.phpt 2007-03-03 01:52:42 UTC (rev 83)
@@ -3,7 +3,6 @@
--SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php require_once('skipifemb.inc'); ?>
-<?php die("skip: PS support not complete"); ?>
--FILE--
<?php
include "connect.inc";
@@ -41,7 +40,7 @@
gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)"))
- printf("[000] [%d] %s\n", mysqli_stmt_execute($stmt),
mysqli_stmt_execute($stmt));
+ printf("[009] [%d] %s\n", mysqli_stmt_execute($stmt),
mysqli_stmt_execute($stmt));
// no input variables bound
if (false !== ($tmp = mysqli_stmt_execute($stmt)))
@@ -76,4 +75,4 @@
in %s on line %d
Warning: mysqli_stmt_execute(): Couldn't fetch mysqli_stmt in %s on line %d
-done!
\ No newline at end of file
+done!
| Thread |
|---|
| • PHP mysqlnd svn commit: r83 - trunk/ext/mysqli/tests | ahristov | 3 Mar |