Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli.c309 bool has_property = false; in mysqli_object_has_property() local
314 has_property = true; in mysqli_object_has_property()
321 has_property = Z_TYPE_P(value) == IS_TRUE; in mysqli_object_has_property()
329 has_property = Z_TYPE_P(value) != IS_NULL; in mysqli_object_has_property()
337 has_property = zend_std_has_property(object, name, has_set_exists, cache_slot); in mysqli_object_has_property()
340 return has_property; in mysqli_object_has_property()
483 mysqli_object_handlers.has_property = mysqli_object_has_property; in PHP_MINIT_FUNCTION()
/php-src/ext/standard/
H A Dincomplete_class.c115 php_incomplete_object_handlers.has_property = incomplete_class_has_property; in php_register_incomplete_class_handlers()
H A Darray.c4599 if (Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_EXISTS, cache_slot)
4600 … || Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_ISSET, cache_slot)) {
/php-src/Zend/
H A Dzend_object_handlers.h217 zend_object_has_property_t has_property; /* required */ member
H A Dzend_builtin_functions.c1021 Z_OBJ_HANDLER_P(object, has_property)(Z_OBJ_P(object), property, ZEND_PROPERTY_EXISTS, NULL)) { in _property_exists()
H A Dzend_vm_execute.h7896 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER()
10271 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_TMPVAR_HANDLER()
12752 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CV_HANDLER()
16913 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CONST_HANDLER()
18378 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER()
19785 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CV_HANDLER()
35412 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CONST_HANDLER()
37409 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_TMPVAR_HANDLER()
40053 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CV_HANDLER()
45443 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP… in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_CONST_HANDLER()
[all …]
H A Dzend_vm_def.h7592 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP…
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1348 xmlreader_object_handlers.has_property = xmlreader_has_property; in PHP_MINIT_FUNCTION()
/php-src/ext/bcmath/
H A Dbcmath.c1012 bcmath_number_obj_handlers.has_property = bcmath_number_has_property; in bcmath_number_register_class()
/php-src/ext/ffi/
H A Dffi.c5482 zend_ffi_handlers.has_property = zend_fake_has_property;
5508 zend_ffi_cdata_handlers.has_property = zend_fake_has_property;
5532 zend_ffi_cdata_value_handlers.has_property = zend_fake_has_property;
5555 zend_ffi_cdata_free_handlers.has_property = zend_ffi_free_has_property;
5582 zend_ffi_ctype_handlers.has_property = zend_fake_has_property;
/php-src/ext/snmp/
H A Dsnmp.c2018 php_snmp_object_handlers.has_property = php_snmp_has_property; in PHP_MINIT_FUNCTION()
/php-src/ext/spl/
H A Dspl_array.c1903 spl_handler_ArrayObject.has_property = spl_array_has_property; in PHP_MINIT_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_stmt.c2515 pdo_row_object_handlers.has_property = row_prop_exists; in pdo_stmt_init()
/php-src/ext/zip/
H A Dphp_zip.c3154 zip_object_handlers.has_property = php_zip_has_property;
/php-src/ext/simplexml/
H A Dsimplexml.c2659 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c1782 date_object_handlers_interval.has_property = date_interval_has_property; in date_register_classes()
1800 date_object_handlers_period.has_property = date_period_has_property; in date_register_classes()
/php-src/ext/dom/
H A Dphp_dom.c764 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c4502 …if (Z_OBJ_HANDLER(intern->obj, has_property)(Z_OBJ(intern->obj), name, ZEND_PROPERTY_EXISTS, NULL)… in ZEND_METHOD()
6135 …retval = Z_OBJ_HT_P(object)->has_property(Z_OBJ_P(object), ref->unmangled_name, ZEND_PROPERTY_EXIS… in ZEND_METHOD()

Completed in 457 milliseconds