diff options
author | Felipe Pena <felipe@php.net> | 2009-03-24 15:51:13 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-03-24 15:51:13 +0000 |
commit | a3e90c2a63f9c17d49b6c111f40dc92046ff8c94 (patch) | |
tree | 544bdbdff37835c852ea18e0d31bcdc5b777d443 | |
parent | bc272fdc68f3c0246edf05370e9c30dd33f8e3df (diff) | |
download | php-git-a3e90c2a63f9c17d49b6c111f40dc92046ff8c94.tar.gz |
- Fix test
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt b/ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt index f88a1a385e..fbff844e31 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt @@ -93,6 +93,6 @@ array(1) { } Native Prepared Statements... -Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; SELECT label FROM test ORDER BY id ASC LIMIT 1' at line %d in %s on line %d +Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%SSELECT label FROM test ORDER BY id ASC LIMIT 1' at line %d in %s on line %d Fatal error: Call to a member function errorInfo() on a non-object in %s on line %d |