Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-7.4/
H A DUPGRADING.INTERNALS86 This handler serves the same general function as get_properties(), but
90 get_properties() is still used in cases where none of the above purposes
91 apply, but overloading get_properties() is generally discouraged. If you
130 * get_properties
H A D.gdbinit214 if $handlers->get_properties == &zend_std_get_properties
/PHP-7.4/Zend/
H A Dzend_object_handlers.h172 zend_object_get_properties_t get_properties; /* required */ member
H A Dzend_object_handlers.c120 if (Z_OBJ_HANDLER_P(object, get_properties) != zend_std_get_properties) { in zend_std_get_gc()
123 return Z_OBJ_HANDLER_P(object, get_properties)(object); in zend_std_get_gc()
153 return Z_OBJ_HANDLER_P(object, get_properties)(object); in zend_std_get_debug_info()
1896 ht = Z_OBJ_HT_P(obj)->get_properties(obj); in zend_std_get_properties_for()
H A Dzend_builtin_functions.c1193 properties = Z_OBJ_HT_P(obj)->get_properties(obj); in ZEND_FUNCTION()
1261 properties = Z_OBJ_HT_P(obj)->get_properties(obj); in ZEND_FUNCTION()
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)))
1690 *dest = Z_OBJ_HT_P(arg)->get_properties(arg); in zend_parse_arg_array_ht()
H A Dzend_types.h716 #define Z_OBJPROP(zval) Z_OBJ_HT((zval))->get_properties(&(zval))
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c1078 spl_handler_SplFixedArray.get_properties = spl_fixedarray_object_get_properties; in PHP_MINIT_FUNCTION()
H A Dspl_array.c1121 zend_object_get_properties_t handler = Z_OBJ_HANDLER_P(array, get_properties); in spl_array_set_array()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c460 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(obj); in _class_string()
4278 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(&intern->obj), name)) { in ZEND_METHOD()
4399 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(&intern->obj); in ZEND_METHOD()
5312 if (zend_hash_exists(Z_OBJ_HT_P(classname)->get_properties(classname), name)) { in ZEND_METHOD()
/PHP-7.4/ext/ffi/
H A Dffi.c5047 zend_ffi_handlers.get_properties = zend_fake_get_properties;
5081 zend_ffi_cdata_handlers.get_properties = zend_fake_get_properties;
5104 zend_ffi_cdata_value_handlers.get_properties = zend_fake_get_properties;
5128 zend_ffi_cdata_free_handlers.get_properties = zend_fake_get_properties;
5158 zend_ffi_ctype_handlers.get_properties = zend_fake_get_properties;
/PHP-7.4/ext/snmp/
H A Dsnmp.c2290 php_snmp_object_handlers.get_properties = php_snmp_get_properties; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/zip/
H A Dphp_zip.c3048 zip_object_handlers.get_properties = php_zip_get_properties;
/PHP-7.4/ext/date/
H A Dphp_date.c2197 date_object_handlers_interval.get_properties = date_object_get_properties_interval; in date_register_classes()
2211 date_object_handlers_period.get_properties = date_object_get_properties_period; in date_register_classes()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2724 sxe_object_handlers.get_properties = sxe_get_properties; in PHP_MINIT_FUNCTION()

Completed in 199 milliseconds