Searched defs:properties (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/ext/simplexml/ |
H A D | php_simplexml.h | 56 HashTable *properties; member
|
/PHP-8.1/ext/libxml/ |
H A D | php_libxml.h | 80 HashTable *properties; member
|
/PHP-8.1/Zend/ |
H A D | zend_builtin_functions.c | 738 HashTable *properties; in ZEND_FUNCTION() local 806 HashTable *properties; in ZEND_FUNCTION() local
|
H A D | zend.c | 430 HashTable *properties; in zend_print_flat_zval_r_to_buf() local 493 HashTable *properties; in zend_print_zval_r_to_buf() local
|
H A D | zend_API.c | 1279 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties() 1538 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_init_ex() 1571 ZEND_API void object_properties_load(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_load() 1633 …bject_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *properties) /* {{{ */ in _object_and_properties_init() 1674 …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 | 6616 HashTable *properties = zobj->properties; variable 6706 HashTable *properties; variable
|
H A D | zend_vm_execute.h | 5027 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_CONST_HANDLER() local 5116 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER() local 19123 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_TMP_HANDLER() local 19213 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_TMP_HANDLER() local 21785 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_VAR_HANDLER() local 21875 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_VAR_HANDLER() local 38847 HashTable *properties = zobj->properties; in ZEND_FE_RESET_R_SPEC_CV_HANDLER() local 38936 HashTable *properties; in ZEND_FE_RESET_RW_SPEC_CV_HANDLER() local
|
H A D | zend_types.h | 492 HashTable *properties; member
|
/PHP-8.1/build/ |
H A D | gen_stub.php | 2432 Name $name, Stmt\ClassLike $class, array $properties, array $methods, array $enumCases
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 474 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(Z_OBJ_P(obj)); in _class_string() local 4629 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)); in ZEND_METHOD() local
|
Completed in 255 milliseconds