mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix test
This commit is contained in:
parent
2660bd1de9
commit
d005d404e0
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ mysql_close($link);
|
||||||
print "done!\n";
|
print "done!\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Notice: mysql_db_query(): This function is deprecated; use mysql_query() instead%sin %s on line %d
|
Deprecated: mysql_db_query(): This function is deprecated; use mysql_query() instead%sin %s on line %d
|
||||||
|
|
||||||
Warning: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in %s on line %d
|
Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in %s on line %d
|
||||||
I don\'t mind character sets, do I?\n
|
I don\'t mind character sets, do I?\n
|
||||||
Warning: mysql_query(): 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 'BOGUS_SQL' at line 1 in %s on line %d
|
Warning: mysql_query(): 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 'BOGUS_SQL' at line 1 in %s on line %d
|
||||||
done!
|
done!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue