diff options
author | Andrey Hristov <andrey@php.net> | 2011-10-10 13:25:45 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-10-10 13:25:45 +0000 |
commit | 085c3de99110492fd89f3be0b31d59a700caee0e (patch) | |
tree | 0fe722c344e68fe8146ba0973ec3256e43e120d7 | |
parent | 236fb29289686bea69594b8e7c213c4dc306d6bc (diff) | |
download | php-git-085c3de99110492fd89f3be0b31d59a700caee0e.tar.gz |
fix test
-rw-r--r-- | ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt b/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt index 61630b0961..e4d0b08a85 100644 --- a/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt +++ b/ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt @@ -160,6 +160,7 @@ protocol_version = 'NULL' server_info = 'NULL' server_version = 'NULL' sqlstate = 'NULL' +stat = 'NULL' thread_id = 'NULL' warning_count = 'NULL' @@ -178,6 +179,7 @@ info = 'NULL' insert_id = 'NULL' server_info = 'NULL' server_version = 'NULL' +stat = 'NULL' sqlstate = 'NULL' protocol_version = 'NULL' thread_id = 'NULL' @@ -231,6 +233,7 @@ protocol_version = 'NULL' server_info = 'NULL' server_version = 'NULL' sqlstate = 'NULL' +stat = 'NULL' thread_id = 'NULL' warning_count = 'NULL' @@ -249,6 +252,7 @@ info = 'NULL' insert_id = 'NULL' server_info = 'NULL' server_version = 'NULL' +stat = 'NULL' sqlstate = 'NULL' protocol_version = 'NULL' thread_id = 'NULL' |