Home
last modified time | relevance | path

Searched refs:get_object_vars (Results 51 – 75 of 1390) sorted by relevance

12345678910>>...56

/dports/www/mod_php81/php-8.1.1/ext/standard/tests/class_object/
H A Dget_object_vars_variation_005.phpt2 get_object_vars() no-declared/declared discrepancies
17 var_dump(get_object_vars($obj));
24 var_dump(get_object_vars($obj));
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
6 var_dump(get_object_vars($obj));
12 $arr = get_object_vars($obj);
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_001.phpt2 get_object_vars() - ensure statics are not shown
10 var_dump(get_object_vars($a));
/dports/lang/php81/php-8.1.1/ext/standard/tests/class_object/
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
6 var_dump(get_object_vars($obj));
12 $arr = get_object_vars($obj);
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_001.phpt2 get_object_vars() - ensure statics are not shown
10 var_dump(get_object_vars($a));
/dports/lang/php80/php-8.0.15/ext/standard/tests/class_object/
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
6 var_dump(get_object_vars($obj));
12 $arr = get_object_vars($obj);
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_001.phpt2 get_object_vars() - ensure statics are not shown
10 var_dump(get_object_vars($a));
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/class_object/
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
6 var_dump(get_object_vars($obj));
12 $arr = get_object_vars($obj);
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_001.phpt2 get_object_vars() - ensure statics are not shown
10 var_dump(get_object_vars($a));
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-site.php195 foreach ( get_object_vars( $site ) as $key => $value ) {
208 return get_object_vars( $this );
326 foreach ( get_object_vars( $this ) as $key => $value ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-site.php195 foreach ( get_object_vars( $site ) as $key => $value ) {
208 return get_object_vars( $this );
326 foreach ( get_object_vars( $this ) as $key => $value ) {
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/bson/
H A Dbson-utcdatetime-get_properties-001.phpt2 MongoDB\BSON\UTCDateTime get_properties handler (get_object_vars)
8 var_dump(get_object_vars($utcdatetime));
H A Dbson-objectid-get_properties-001.phpt2 MongoDB\BSON\ObjectId get_properties handler (get_object_vars)
8 var_dump(get_object_vars($oid));
H A Dbson-timestamp-get_properties-001.phpt2 MongoDB\BSON\Timestamp get_properties handler (get_object_vars)
8 var_dump(get_object_vars($timestamp));
H A Dbson-regex-get_properties-001.phpt2 MongoDB\BSON\Regex get_properties handler (get_object_vars)
8 var_dump(get_object_vars($regex));
H A Dbson-binary-get_properties-001.phpt2 MongoDB\BSON\Binary get_properties handler (get_object_vars)
8 var_dump(get_object_vars($binary));
H A Dbson-symbol-get_properties-001.phpt2 MongoDB\BSON\Symbol get_properties handler (get_object_vars)
9 var_dump(get_object_vars($symbol));
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-stdlib/src/
H A DArrayObject.php20 use function get_object_vars; alias
84 $this->protectedProperties = array_keys(get_object_vars($this));
352 return serialize(get_object_vars($this));
427 $this->protectedProperties = array_keys(get_object_vars($this));
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug26010.phpt2 Bug #26010 (private / protected variables get exposed by get_object_vars())
11 $obj_vars = get_object_vars($data);
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug26010.phpt2 Bug #26010 (private / protected variables get exposed by get_object_vars())
11 $obj_vars = get_object_vars($data);
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug26010.phpt2 Bug #26010 (private / protected variables get exposed by get_object_vars())
11 $obj_vars = get_object_vars($data);

12345678910>>...56