diff options
| author | Ulf Wendel <uw@php.net> | 2011-11-23 17:01:09 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2011-11-23 17:01:09 +0000 |
| commit | 2bfd24071bb56d0d14df4256506d7bae3cb99b00 (patch) | |
| tree | 3b7db85df0ad4296e0894303ec10f3b70d2ba0ec | |
| parent | b5054a7c7b1e42a76df5feeb053cc6f38181b684 (diff) | |
| download | php-git-2bfd24071bb56d0d14df4256506d7bae3cb99b00.tar.gz | |
Always good to fix something, but don't forget to update tests
| -rw-r--r-- | ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt b/ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt index 652aee29e1..0e0fe6cf57 100644 --- a/ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt +++ b/ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt @@ -1209,6 +1209,14 @@ isStatic: no isDefault: yes Modifiers: 256 +Inspecting property 'stat' +isPublic: yes +isPrivate: no +isProtected: no +isStatic: no +isDefault: yes +Modifiers: 256 + Inspecting property 'thread_id' isPublic: yes isPrivate: no @@ -1239,6 +1247,7 @@ Default property 'protocol_version' Default property 'server_info' Default property 'server_version' Default property 'sqlstate' +Default property 'stat' Default property 'thread_id' Default property 'warning_count' done!
\ No newline at end of file |
