mirror of
https://github.com/php/php-src.git
synced 2025-01-22 19:54:13 +08:00
Adjust expected outcome (non-Zend tests)
This commit is contained in:
parent
f5efee1d22
commit
9265077bb0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user