summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt')
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt10
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt b/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
index eac4b9e4d8..91a4615a52 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
@@ -1,7 +1,5 @@
--TEST--
MySQL PDOStatement->nextRowSet()
---XFAIL--
-nextRowset() problem with stored proc & emulation mode & mysqlnd
--SKIPIF--
<?php
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
@@ -159,6 +157,8 @@ array(3) {
string(1) "a"
}
}
+array(0) {
+}
bool(false)
array(1) {
[0]=>
@@ -208,6 +208,8 @@ array(3) {
string(1) "a"
}
}
+array(0) {
+}
bool(false)
Native PS...
array(1) {
@@ -258,6 +260,8 @@ array(3) {
string(1) "a"
}
}
+array(0) {
+}
bool(false)
array(1) {
[0]=>
@@ -307,5 +311,7 @@ array(3) {
string(1) "a"
}
}
+array(0) {
+}
bool(false)
done!