Home
last modified time | relevance | path

Searched refs:get_object_vars (Results 1 – 25 of 36) sorted by path

12

/php-src/Zend/tests/
H A Dbug26010.phpt2 Bug #26010 (private / protected variables get exposed by get_object_vars())
11 $obj_vars = get_object_vars($data);
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
H A Dbug40757.phpt2 Bug #40757 (get_object_vars() get nothing in child class)
9 return get_object_vars($obj);
H A Dbug64555.phpt11 $a = get_object_vars($this);
H A Dbug71336.phpt2 Bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())
12 $vars = get_object_vars($this);
20 $vars = get_object_vars($this);
H A Dbug72594.phpt19 var_dump(get_object_vars($oldFoo));
H A Dbug73998.phpt2 Bug #73998 (array_key_exists fails on arrays created by get_object_vars)
11 $properties = get_object_vars($a);
H A Dforeach_shadowed_dyn_property.phpt13 var_dump(get_object_vars($this));
H A Dforeach_shadowed_property.phpt13 var_dump(get_object_vars($this));
/php-src/Zend/
H A Dzend_builtin_functions.c759 ZEND_FUNCTION(get_object_vars) in ZEND_FUNCTION() argument
H A Dzend_builtin_functions.stub.php58 function get_object_vars(object $object): array {} function
H A Dzend_builtin_functions_arginfo.h253 ZEND_FUNCTION(get_object_vars);
313 ZEND_FE(get_object_vars, arginfo_get_object_vars)
/php-src/ext/date/tests/
H A Dbug75222.phpt11 var_dump(get_object_vars($diff)['f']);
12 var_dump($diff->f === get_object_vars($diff)['f']);
/php-src/ext/json/tests/
H A Dbug71835.phpt7 return [get_object_vars($this)];
H A Dserialize.phpt30 return array_values(is_array($this->data) ? $this->data : get_object_vars($this->data));
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt42 $variables = array_keys(get_object_vars($driver));
H A Dmysqli_class_mysqli_interface.phpt136 $variables = get_object_vars($mysqli);
H A Dmysqli_class_mysqli_properties_no_conn.phpt27 $variables = array_keys(get_object_vars($mysqli));
H A Dmysqli_class_mysqli_result_interface.phpt76 $variables = array_keys(get_object_vars($mysqli_result));
H A Dmysqli_class_mysqli_stmt_interface.phpt75 $variables = array_keys(get_object_vars($stmt));
H A Dmysqli_get_warnings.phpt51 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));
/php-src/ext/session/tests/
H A Dbug79031.phpt22 return serialize(get_object_vars($this));
/php-src/ext/simplexml/tests/
H A Dbug46048.phpt13 print_r(get_object_vars($obj));
H A Dgh10200.phpt14 $output = get_object_vars($xml);
/php-src/ext/spl/tests/
H A DArrayObject_get_object_vars.phpt2 get_object_vars() on ArrayObject works on the properties of the ArrayObject itself
15 return get_object_vars($this);
20 var_dump(get_object_vars($ao));

Completed in 49 milliseconds

12