Home
last modified time | relevance | path

Searched refs:get_properties (Results 1 – 20 of 20) sorted by relevance

/PHP-7.1/ext/spl/tests/
H A DArrayObject_overloaded_object_incompatible.phpt2 Objects with overloaded get_properties are incompatible with ArrayObject
H A Dfixedarray_020.phpt2 SPL: FixedArray: fromArray/toArray + get_properties
/PHP-7.1/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-7.1/Zend/
H A Dzend_object_handlers.h143 zend_object_get_properties_t get_properties; member
H A Dzend_object_handlers.c131 if (Z_OBJ_HANDLER_P(object, get_properties) != zend_std_get_properties) { in zend_std_get_gc()
134 return Z_OBJ_HANDLER_P(object, get_properties)(object); in zend_std_get_gc()
159 return Z_OBJ_HANDLER_P(object, get_properties) in zend_std_get_debug_info()
160 ? Z_OBJ_HANDLER_P(object, get_properties)(object) in zend_std_get_debug_info()
H A DOBJECTS2_HOWTO136 zend_object_get_properties_t get_properties;
H A Dzend_types.h552 #define Z_OBJPROP(zval) Z_OBJ_HT((zval))->get_properties(&(zval))
555 …LER((zval),get_debug_info)(&(zval),&tmp):(tmp=0,Z_OBJ_HANDLER((zval),get_properties)?Z_OBJPROP(zva…
H A Dzend_API.h658 …=IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p)) : NULL)))
1196 *dest = Z_OBJ_HT_P(arg)->get_properties(arg); in zend_parse_arg_array_ht()
H A Dzend_builtin_functions.c1238 if (Z_OBJ_HT_P(obj)->get_properties == NULL) { in ZEND_FUNCTION()
1242 properties = Z_OBJ_HT_P(obj)->get_properties(obj); in ZEND_FUNCTION()
H A Dzend_operators.c611 if (Z_OBJ_HT_P(op)->get_properties) { in convert_to_array()
612 HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op); in convert_to_array()
H A Dzend.c293 if (Z_OBJ_HANDLER_P(expr, get_properties)) { in zend_print_flat_zval_r()
/PHP-7.1/ext/spl/
H A Dspl_array.c1143 zend_object_get_properties_t handler = Z_OBJ_HANDLER_P(array, get_properties); in spl_array_set_array()
1144 if (handler != std_object_handlers.get_properties) { in spl_array_set_array()
1989 spl_handler_ArrayObject.get_properties = spl_array_get_properties; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1093 spl_handler_SplFixedArray.get_properties = spl_fixedarray_object_get_properties; in PHP_MINIT_FUNCTION()
H A Dspl_heap.c530 return std_object_handlers.get_properties(obj); in spl_heap_object_get_gc()
H A Dspl_observer.c344 return std_object_handlers.get_properties(obj); in spl_object_storage_get_gc()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c562 if (obj && Z_TYPE_P(obj) == IS_OBJECT && Z_OBJ_HT_P(obj)->get_properties) { in _class_string()
564 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(obj); in _class_string()
4446 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(&intern->obj), name)) { in ZEND_METHOD()
4573 …rn->obj) != IS_UNDEF && (filter & ZEND_ACC_PUBLIC) != 0 && Z_OBJ_HT(intern->obj)->get_properties) { in ZEND_METHOD()
4574 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(&intern->obj); in ZEND_METHOD()
5458 …operty_info == NULL && Z_TYPE_P(classname) == IS_OBJECT && Z_OBJ_HT_P(classname)->get_properties) { in ZEND_METHOD()
5459 if (zend_hash_str_exists(Z_OBJ_HT_P(classname)->get_properties(classname), name_str, name_len)) { in ZEND_METHOD()
/PHP-7.1/
H A D.gdbinit216 if $handlers->get_properties == &zend_std_get_properties
/PHP-7.1/ext/date/
H A Dphp_date.c2064 date_object_handlers_date.get_properties = date_object_get_properties; in date_register_classes()
2091 date_object_handlers_immutable.get_properties = date_object_get_properties; in date_register_classes()
2102 date_object_handlers_timezone.get_properties = date_object_get_properties_timezone; in date_register_classes()
2134 date_object_handlers_interval.get_properties = date_object_get_properties_interval; in date_register_classes()
2148 date_object_handlers_period.get_properties = date_object_get_properties_period; in date_register_classes()
/PHP-7.1/ext/snmp/
H A Dsnmp.c2361 php_snmp_object_handlers.get_properties = php_snmp_get_properties; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/zip/
H A Dphp_zip.c3033 zip_object_handlers.get_properties = php_zip_get_properties; in PHP_MINIT_FUNCTION()

Completed in 139 milliseconds