Home
last modified time | relevance | path

Searched refs:has_property (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/ext/standard/
H A Dincomplete_class.c123 php_incomplete_object_handlers.has_property = incomplete_class_has_property; in php_create_incomplete_class()
H A Darray.c4187 if (Z_OBJ_HANDLER_P(data, has_property)(data, name, ZEND_PROPERTY_EXISTS, NULL)
4188 || Z_OBJ_HANDLER_P(data, has_property)(data, name, ZEND_PROPERTY_ISSET, NULL)) {
/PHP-7.4/Zend/
H A Dzend_weakrefs.c207 zend_weakref_handlers.has_property = zend_weakref_no_isset; in zend_register_weakref_ce()
H A Dzend_object_handlers.h168 zend_object_has_property_t has_property; /* required */ member
H A Dzend_closures.c668 closure_handlers.has_property = zend_closure_has_property; in zend_register_closure_ce()
H A Dzend_builtin_functions.c1441 Z_OBJ_HANDLER_P(object, has_property)(object, &property_z, 2, NULL)) { in ZEND_FUNCTION()
H A Dzend_vm_execute.h6384 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER()
8585 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_TMPVAR_HANDLER()
11045 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CV_HANDLER()
15088 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CONST_HANDLER()
16512 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER()
17806 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CV_HANDLER()
32108 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CONST_HANDLER()
33815 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_TMPVAR_HANDLER()
36291 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CV_HANDLER()
41322 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_CONST_HANDLER()
[all …]
H A Dzend_vm_def.h7010 …Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY), ((…
/PHP-7.4/
H A DUPGRADING.INTERNALS126 * has_property
/PHP-7.4/ext/mysqli/
H A Dmysqli.c587 mysqli_object_handlers.has_property = mysqli_object_has_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c5038 zend_ffi_handlers.has_property = zend_fake_has_property;
5069 zend_ffi_cdata_handlers.has_property = zend_fake_has_property;
5093 zend_ffi_cdata_value_handlers.has_property = zend_fake_has_property;
5117 zend_ffi_cdata_free_handlers.has_property = zend_ffi_free_has_property;
5147 zend_ffi_ctype_handlers.has_property = zend_fake_has_property;
/PHP-7.4/ext/dom/
H A Dphp_dom.c604 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_array.c2070 spl_handler_ArrayObject.has_property = spl_array_has_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/snmp/
H A Dsnmp.c2289 php_snmp_object_handlers.has_property = php_snmp_has_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2677 pdo_row_object_handlers.has_property = row_prop_exists; in pdo_stmt_init()
/PHP-7.4/ext/zip/
H A Dphp_zip.c3050 zip_object_handlers.has_property = php_zip_has_property;
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2720 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4244 if (Z_OBJ_HANDLER(intern->obj, has_property)(&intern->obj, &property, 2, NULL)) { in ZEND_METHOD()
5596 retval = Z_OBJ_HT_P(object)->has_property(object, &name_zv, ZEND_PROPERTY_EXISTS, NULL); in ZEND_METHOD()
/PHP-7.4/ext/date/
H A Dphp_date.c2194 date_object_handlers_interval.has_property = date_interval_has_property; in date_register_classes()

Completed in 676 milliseconds