Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-8.0/Zend/
H A Dzend_object_handlers.h163 zend_object_get_properties_t get_properties; /* required */ member
H A Dzend_object_handlers.c118 if (zobj->handlers->get_properties != zend_std_get_properties) { in zend_std_get_gc()
121 return zobj->handlers->get_properties(zobj); in zend_std_get_gc()
149 return object->handlers->get_properties(object); in zend_std_get_debug_info()
1798 ht = obj->handlers->get_properties(obj); in zend_std_get_properties_for()
H A Dzend_builtin_functions.c784 properties = zobj->handlers->get_properties(zobj); in ZEND_FUNCTION()
849 properties = Z_OBJ_HT_P(obj)->get_properties(Z_OBJ_P(obj)); in ZEND_FUNCTION()
H A Dzend_types.h834 #define Z_OBJPROP(zval) Z_OBJ_HT((zval))->get_properties(Z_OBJ(zval))
H A Dzend_API.h760 …IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties(Z_OBJ_P(p)) : …
2045 *dest = zobj->handlers->get_properties(zobj); in zend_parse_arg_array_ht()
H A Dzend_vm_def.h6552 properties = zobj->handlers->get_properties(zobj);
H A Dzend_vm_execute.h4875 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_CONST_HANDLER()
18888 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_TMP_HANDLER()
21507 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_VAR_HANDLER()
38444 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_CV_HANDLER()
/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c886 spl_handler_SplFixedArray.get_properties = spl_fixedarray_object_get_properties; in PHP_MINIT_FUNCTION()
H A Dspl_observer.c251 props = obj->handlers->get_properties(obj); in spl_object_storage_debug_info()
H A Dspl_array.c1118 zend_object_get_properties_t handler = Z_OBJ_HANDLER_P(array, get_properties); in spl_array_set_array()
/PHP-8.0/
H A D.gdbinit214 if $handlers->get_properties == &zend_std_get_properties
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c476 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(Z_OBJ_P(obj)); in _class_string()
4326 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)), name)) { in ZEND_METHOD()
4431 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)); in ZEND_METHOD()
5216 if (zend_hash_exists(classname_obj->handlers->get_properties(classname_obj), name)) { in ZEND_METHOD()
/PHP-8.0/ext/date/
H A Dphp_date.c1733 date_object_handlers_interval.get_properties = date_object_get_properties_interval; in date_register_classes()
1747 date_object_handlers_period.get_properties = date_object_get_properties_period; in date_register_classes()
4958 object->handlers->get_properties(object); /* build properties hash table */ in date_period_read_property()
/PHP-8.0/ext/ffi/
H A Dffi.c4979 zend_ffi_handlers.get_properties = zend_fake_get_properties;
5013 zend_ffi_cdata_handlers.get_properties = zend_fake_get_properties;
5036 zend_ffi_cdata_value_handlers.get_properties = zend_fake_get_properties;
5059 zend_ffi_cdata_free_handlers.get_properties = zend_fake_get_properties;
5089 zend_ffi_ctype_handlers.get_properties = zend_fake_get_properties;
/PHP-8.0/ext/snmp/
H A Dsnmp.c1996 php_snmp_object_handlers.get_properties = php_snmp_get_properties; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/zip/
H A Dphp_zip.c3040 zip_object_handlers.get_properties = php_zip_get_properties;
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2719 sxe_object_handlers.get_properties = sxe_get_properties; in PHP_MINIT_FUNCTION()

Completed in 258 milliseconds