diff options
| author | Nikita Popov <nikic@php.net> | 2016-11-22 22:12:07 +0100 |
|---|---|---|
| committer | Nikita Popov <nikic@php.net> | 2016-11-24 22:39:39 +0100 |
| commit | 5af586bec52564e05d8c75ec533e132a9f06e749 (patch) | |
| tree | cada51fab29d89f724338cdc2ed626ccbee1327d /ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt | |
| parent | 895a82695c148f15df1ff6ab2aa9f55f9b3725ad (diff) | |
| download | php-git-5af586bec52564e05d8c75ec533e132a9f06e749.tar.gz | |
Remove more PHP 6 leftovers from tests
Diffstat (limited to 'ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt')
| -rw-r--r-- | ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt b/ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt index 4381805acd..544a6a3f22 100644 --- a/ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt +++ b/ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt @@ -187,7 +187,7 @@ mysqli_result->unknown = '' Constructor: -Warning: mysqli_result::__construct() expects parameter 2 to be integer, %unicode_string_optional% given in %s on line %d +Warning: mysqli_result::__construct() expects parameter 2 to be integer, string given in %s on line %d -Warning: mysqli_result::__construct() expects parameter 1 to be mysqli, %unicode_string_optional% given in %s on line %d +Warning: mysqli_result::__construct() expects parameter 1 to be mysqli, string given in %s on line %d done!
\ No newline at end of file |
