Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/ext/simplexml/
H A Dphp_simplexml.h63 HashTable *properties; member
/PHP-7.0/ext/libxml/
H A Dphp_libxml.h83 HashTable *properties; member
/PHP-7.0/Zend/
H A Dzend.c295 HashTable *properties = NULL; in zend_print_flat_zval_r() local
351 HashTable *properties; in zend_print_zval_r_ex() local
H A Dzend_API.c1067 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties()
1191 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_init_ex()
1213 ZEND_API void object_properties_load(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_load()
H A Dzend_builtin_functions.c1147 HashTable *properties; in ZEND_FUNCTION() local
H A Dzend_types.h280 HashTable *properties; member
H A Dzend_API.h380 #define object_and_properties_init(arg, ce, properties) _object_and_properties_init((arg), (ce), (p… argument
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c559 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(obj); in _class_string() local
4392 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(&intern->obj); in ZEND_METHOD() local

Completed in 66 milliseconds