diff options
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt index 6afd57420f..808baffae3 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt @@ -326,11 +326,8 @@ require __DIR__ . '/mysql_pdo_test.inc'; $db = MySQLPDOTest::factory(); $db->exec('DROP TABLE IF EXISTS test'); ?> ---XFAIL-- -PDO's PS parser has some problems with invalid SQL and crashes from time to time -(check with valgrind...) --EXPECT-- -PDO::prepare(): Argument #1 ($statement) cannot be empty +PDO::prepare(): Argument #1 ($query) cannot be empty array(1) { ["one"]=> string(1) "1" |