summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2011-09-01 14:04:52 +0000
committerUlf Wendel <uw@php.net>2011-09-01 14:04:52 +0000
commit46910fd722480dfeac3d8798f290060ff8a44967 (patch)
treed2b0b2ee7ee82d403e0aebebff5b97527676614b /ext
parente1813b69c52fbe37834771bcab91eebe3a43738c (diff)
downloadphp-git-46910fd722480dfeac3d8798f290060ff8a44967.tar.gz
Fix test. First element within the parantheses is a SQL status code. Should please gcov
Diffstat (limited to 'ext')
-rw-r--r--ext/mysqli/tests/mysqli_select_db.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_select_db.phpt b/ext/mysqli/tests/mysqli_select_db.phpt
index 7527a1313b..ee04eacb6a 100644
--- a/ext/mysqli/tests/mysqli_select_db.phpt
+++ b/ext/mysqli/tests/mysqli_select_db.phpt
@@ -98,7 +98,7 @@ require_once('skipifconnectfailure.inc');
--CLEAN--
<?php require_once("clean_table.inc"); ?>
--EXPECTF--
-Warning: mysqli_select_db(): (%d/%d): Unknown database '%s' in %s on line %d
+Warning: mysqli_select_db(): (%s/%d): Unknown database '%s' in %s on line %d
Warning: mysqli_select_db(): Couldn't fetch mysqli in %s on line %d
done! \ No newline at end of file