- Output for 8.2.10 - 8.2.25, 8.3.0 - 8.3.13
- ***** TEST WP 3.1 CODE ***** ** Test get ** Defined property: NULL Dynamic property: Warning: Undefined property: WP_List_Table::$_dynamic_property in /in/GBfpi on line 71 NULL ** Test `isset()` ** Defined property: bool(false) Dynamic property: bool(false) ** Test set ** Deprecated: Creation of dynamic property WP_List_Table::$_dynamic_property is deprecated in /in/GBfpi on line 84 With magic methods: array(1) { [0]=> string(4) "test" } Dynamic property: array(1) { [0]=> string(4) "test" } ** Test get after `unset()` ** Defined property: Warning: Undefined property: WP_List_Table::$_args in /in/GBfpi on line 96 NULL Dynamic property: Warning: Undefined property: WP_List_Table::$_dynamic_property in /in/GBfpi on line 98 NULL ** Test `isset()` after `unset()` ** Defined property: bool(false) Dynamic property: bool(false) ** Test set after `unset()` ** Deprecated: Creation of dynamic property WP_List_Table::$_dynamic_property is deprecated in /in/GBfpi on line 109 Defined property: array(1) { [0]=> string(19) "test after an unset" } Dynamic property: array(1) { [0]=> string(19) "test after an unset" } ** Test `isset()` after `unset()` and set ** Defined property: bool(true) Dynamic property: bool(true)
- Output for 8.1.20 - 8.1.30
- ***** TEST WP 3.1 CODE ***** ** Test get ** Defined property: NULL Dynamic property: Warning: Undefined property: WP_List_Table::$_dynamic_property in /in/GBfpi on line 71 NULL ** Test `isset()` ** Defined property: bool(false) Dynamic property: bool(false) ** Test set ** With magic methods: array(1) { [0]=> string(4) "test" } Dynamic property: array(1) { [0]=> string(4) "test" } ** Test get after `unset()` ** Defined property: Warning: Undefined property: WP_List_Table::$_args in /in/GBfpi on line 96 NULL Dynamic property: Warning: Undefined property: WP_List_Table::$_dynamic_property in /in/GBfpi on line 98 NULL ** Test `isset()` after `unset()` ** Defined property: bool(false) Dynamic property: bool(false) ** Test set after `unset()` ** Defined property: array(1) { [0]=> string(19) "test after an unset" } Dynamic property: array(1) { [0]=> string(19) "test after an unset" } ** Test `isset()` after `unset()` and set ** Defined property: bool(true) Dynamic property: bool(true)
- Output for 5.2.17
- ***** TEST WP 3.1 CODE ***** ** Test get ** Defined property: NULL Dynamic property: Notice: Undefined property: WP_List_Table::$_dynamic_property in /in/GBfpi on line 71 NULL ** Test `isset()` ** Defined property: bool(false) Dynamic property: bool(false) ** Test set ** With magic methods: array(1) { [0]=> string(4) "test" } Dynamic property: array(1) { [0]=> string(4) "test" } ** Test get after `unset()` ** Defined property: Notice: Undefined property: WP_List_Table::$_args in /in/GBfpi on line 96 NULL Dynamic property: Notice: Undefined property: WP_List_Table::$_dynamic_property in /in/GBfpi on line 98 NULL ** Test `isset()` after `unset()` ** Defined property: bool(false) Dynamic property: bool(false) ** Test set after `unset()` ** Defined property: array(1) { [0]=> string(19) "test after an unset" } Dynamic property: array(1) { [0]=> string(19) "test after an unset" } ** Test `isset()` after `unset()` and set ** Defined property: bool(true) Dynamic property: bool(true)