Home
last modified time | relevance | path

Searched refs:obj_ht (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_operators.c614 HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op); in convert_to_array() local
615 if (obj_ht) { in convert_to_array()
617 obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()
620 GC_IS_RECURSIVE(obj_ht))); in convert_to_array()
622 ZVAL_ARR(op, obj_ht); in convert_to_array()
H A Dzend_vm_def.h5337 HashTable *obj_ht = Z_OBJ_HT_P(expr)->get_properties(expr); variable
5338 if (obj_ht) {
5340 obj_ht = zend_proptable_to_symtable(obj_ht,
5343 GC_IS_RECURSIVE(obj_ht)));
5344 ZVAL_ARR(result, obj_ht);
H A Dzend_API.c1127 const zend_object_handlers *obj_ht = Z_OBJ_HT_P(obj); in zend_merge_properties() local
1138 obj_ht->write_property(obj, &member, value, NULL); in zend_merge_properties()
H A Dzend_vm_execute.h3212 if (obj_ht) {
3214 obj_ht = zend_proptable_to_symtable(obj_ht,
3218 ZVAL_ARR(result, obj_ht);
17973 if (obj_ht) {
17975 obj_ht = zend_proptable_to_symtable(obj_ht,
17979 ZVAL_ARR(result, obj_ht);
20986 if (obj_ht) {
20988 obj_ht = zend_proptable_to_symtable(obj_ht,
20992 ZVAL_ARR(result, obj_ht);
37404 if (obj_ht) {
[all …]

Completed in 181 milliseconds