summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_field_tell.phpt
diff options
context:
space:
mode:
authorSergei Morozov <morozov@tut.by>2017-10-29 12:16:56 -0700
committerSara Golemon <pollita@php.net>2018-02-10 10:40:47 -0500
commit1c393e95025347eaa688c38f723308031c028559 (patch)
tree2b9ceeca273ba67435868ca432f68fa5aa560b7d /ext/mysqli/tests/mysqli_field_tell.phpt
parent70fec8a1cc0efbc36e4d302d280f2f08ab05bab6 (diff)
downloadphp-git-1c393e95025347eaa688c38f723308031c028559.tar.gz
[Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSE
Diffstat (limited to 'ext/mysqli/tests/mysqli_field_tell.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_field_tell.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/mysqli_field_tell.phpt b/ext/mysqli/tests/mysqli_field_tell.phpt
index 0a89e45914..9885c1d9d8 100644
--- a/ext/mysqli/tests/mysqli_field_tell.phpt
+++ b/ext/mysqli/tests/mysqli_field_tell.phpt
@@ -106,5 +106,5 @@ bool(true)
int(0)
Warning: mysqli_field_tell(): Couldn't fetch mysqli_result in %s on line %d
-NULL
-done! \ No newline at end of file
+bool(false)
+done!