From 2bfd24071bb56d0d14df4256506d7bae3cb99b00 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 23 Nov 2011 17:01:09 +0000 Subject: [PATCH] Always good to fix something, but don't forget to update tests --- ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.40.0