Skip to content

Commit

Permalink
Adjust expected outcome (non-Zend tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 19, 2014
1 parent f5efee1 commit 9265077
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ext/mysqli/tests/bug33491.phpt
Expand Up @@ -26,4 +26,4 @@ $DB->query_single('SELECT DATE()');

?>
--EXPECTF--
Fatal error: Call to a member function fetch_row() on a non-object in %sbug33491.php on line %d
Catchable fatal error: Call to a member function fetch_row() on a non-object in %sbug33491.php on line %d
2 changes: 1 addition & 1 deletion ext/mysqli/tests/mysqli_change_user_new.phpt
Expand Up @@ -41,4 +41,4 @@ Warning: mysqli_query(): MySQL server has gone away in %s on line %d
Warning: mysqli_query(): Error reading result set's header in %s on line %d
[003] [2006] MySQL server has gone away

Fatal error: Call to a member function fetch_assoc() on a non-object in %s on line %d
Catchable fatal error: Call to a member function fetch_assoc() on a non-object in %s on line %d
Expand Up @@ -93,4 +93,4 @@ array(1) {

Warning: PDO::prepare(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d

Fatal error: Call to a member function execute() on a non-object in %s on line %d
Catchable fatal error: Call to a member function execute() on a non-object in %s on line %d
Expand Up @@ -36,4 +36,4 @@ Warning: PDO::prepare(): SQLSTATE[HY093]: Invalid parameter number: mixed named

Warning: PDO::prepare(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d

Fatal error: Call to a member function execute() on a non-object in %s on line %d
Catchable fatal error: Call to a member function execute() on a non-object in %s on line %d
2 changes: 1 addition & 1 deletion ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
Expand Up @@ -56,4 +56,4 @@ Testing native PS...

Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s on line %d

Fatal error: Call to a member function execute() on a non-object in %s on line %d
Catchable fatal error: Call to a member function execute() on a non-object in %s on line %d
2 changes: 1 addition & 1 deletion ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt
Expand Up @@ -99,4 +99,4 @@ 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 '%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
Catchable fatal error: Call to a member function errorInfo() on a non-object in %s on line %d

0 comments on commit 9265077

Please sign in to comment.