Searched defs:properties (Results 1 – 14 of 14) sorted by relevance
/php-src/Zend/ |
H A D | zend_property_hooks.c | 47 zend_array *properties = zend_new_array(ce->default_properties_count); in zho_build_properties_ex() local 130 zend_array *properties = zobj->handlers->get_properties(zobj); in zho_dynamic_it_init() local 141 zend_array *properties = Z_ARR(hooked_iter->declared_props); in zho_declared_it_fetch_current() local 204 zend_array *properties = Z_OBJ(iter->data)->properties; in zho_dynamic_it_fetch_current() local 298 zend_array *properties = Z_ARR(hooked_iter->declared_props); in zho_it_move_forward() local 304 zend_array *properties = Z_OBJ(iter->data)->properties; in zho_it_move_forward() local 320 zend_array *properties = Z_ARR(hooked_iter->declared_props); in zho_it_rewind() local 365 zend_array *properties = zho_build_properties_ex(zobj, true, true, false); in zend_hooked_object_get_iterator() local
|
H A D | zend_lazy_objects.c | 752 HashTable *properties = zend_new_array(0); in zend_lazy_object_debug_info() local
|
H A D | zend_builtin_functions.c | 790 HashTable *properties; in ZEND_FUNCTION() local 882 HashTable *properties; in ZEND_FUNCTION() local
|
H A D | zend.c | 497 HashTable *properties; in zend_print_flat_zval_r_to_buf() local 560 HashTable *properties; in zend_print_zval_r_to_buf() local
|
H A D | zend_API.c | 1391 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties() 1690 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_init_ex() 1723 ZEND_API void object_properties_load(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_load() 1796 …bject_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *properties) /* {{{ */ in _object_and_properties_init() 1838 …bject_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *properties) /* {{{ */ in object_and_properties_init()
|
H A D | zend_vm_def.h | 6851 HashTable *properties = zobj->properties; variable 6940 HashTable *properties; variable
|
H A D | zend_vm_execute.h | 5433 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_CONST_HANDLER() local 5520 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER() local 20186 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_TMP_HANDLER() local 20274 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_TMP_HANDLER() local 22855 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_VAR_HANDLER() local 22944 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_VAR_HANDLER() local 41170 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_CV_HANDLER() local 41257 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_CV_HANDLER() local
|
H A D | zend_types.h | 562 HashTable *properties; member
|
/php-src/ext/simplexml/ |
H A D | php_simplexml.h | 56 HashTable *properties; member
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 523 HashTable *properties = zend_std_get_properties_ex(&intern->std); in spl_heap_object_get_debug_info() local
|
H A D | spl_dllist.c | 433 HashTable *properties = zend_std_get_properties_ex(&intern->std); in spl_dllist_object_get_debug_info() local
|
H A D | spl_array.c | 774 HashTable *properties = zend_std_get_properties_ex(&intern->std); in spl_array_get_debug_info() local
|
/php-src/build/ |
H A D | gen_stub.php | 4664 array $properties,
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 480 HashTable *properties = zend_get_properties_no_lazy_init(Z_OBJ_P(obj)); in _class_string() local 4638 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)); in ZEND_METHOD() local
|
Completed in 379 milliseconds