diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-14 15:47:06 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-14 15:47:06 -0700 |
commit | 173cd183c9812cb2dac20a2b51d3cbb1e1e4f8b1 (patch) | |
tree | 53c06233b4cd58013620d5e6b562245e08bb573e | |
parent | 634e6b61d9495226ee48bf12ae5be2e57fb254d6 (diff) | |
download | php-git-173cd183c9812cb2dac20a2b51d3cbb1e1e4f8b1.tar.gz |
fix test - doesn't seem to produce warning
-rw-r--r-- | ext/mysqli/tests/mysqli_store_result_buffered_c.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysqli/tests/mysqli_store_result_buffered_c.phpt b/ext/mysqli/tests/mysqli_store_result_buffered_c.phpt index d580ec430f..2dec703b99 100644 --- a/ext/mysqli/tests/mysqli_store_result_buffered_c.phpt +++ b/ext/mysqli/tests/mysqli_store_result_buffered_c.phpt @@ -38,5 +38,4 @@ mysqlnd.debug=d:t:O,/tmp/mysqlnd.trace require_once("clean_table.inc"); ?> --EXPECTF-- -Warning: mysqli_store_result(): Couldn't fetch mysqli in %s on line %d -done!
\ No newline at end of file +done! |