diff options
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt')
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt index f8340f7753..437ea7a458 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt @@ -327,7 +327,7 @@ $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...) ---EXPECTF-- +--EXPECT-- array(1) { ["one"]=> string(1) "1" |