Searched refs:has_property (Results 1 – 17 of 17) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | incomplete_class.c | 121 php_incomplete_object_handlers.has_property = incomplete_class_has_property; in php_register_incomplete_class()
|
H A D | array.c | 4142 if (Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_EXISTS, NULL) 4143 || Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_ISSET, NULL)) {
|
/PHP-8.0/Zend/ |
H A D | zend_object_handlers.h | 159 zend_object_has_property_t has_property; /* required */ member
|
H A D | zend_closures.c | 666 closure_handlers.has_property = zend_closure_has_property; in zend_register_closure_ce()
|
H A D | zend_builtin_functions.c | 1006 Z_OBJ_HANDLER_P(object, has_property)(Z_OBJ_P(object), property, 2, NULL)) { in ZEND_FUNCTION()
|
H A D | zend_vm_execute.h | 7151 …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() 9310 …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() 11697 …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() 15811 …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() 17206 …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() 18521 …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() 33145 …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() 34893 …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() 37336 …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() 42426 …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 D | zend_vm_def.h | 7228 …Z_OBJ_HT_P(container)->has_property(Z_OBJ_P(container), name, (opline->extended_value & ZEND_ISEMP…
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli.c | 548 mysqli_object_handlers.has_property = mysqli_object_has_property; in PHP_MINIT_FUNCTION()
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.c | 4970 zend_ffi_handlers.has_property = zend_fake_has_property; 5001 zend_ffi_cdata_handlers.has_property = zend_fake_has_property; 5025 zend_ffi_cdata_value_handlers.has_property = zend_fake_has_property; 5048 zend_ffi_cdata_free_handlers.has_property = zend_ffi_free_has_property; 5078 zend_ffi_ctype_handlers.has_property = zend_fake_has_property;
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.c | 571 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()
|
/PHP-8.0/ext/snmp/ |
H A D | snmp.c | 1995 php_snmp_object_handlers.has_property = php_snmp_has_property; in PHP_MINIT_FUNCTION()
|
/PHP-8.0/ext/spl/ |
H A D | spl_array.c | 1911 spl_handler_ArrayObject.has_property = spl_array_has_property; in PHP_MINIT_FUNCTION()
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 2615 pdo_row_object_handlers.has_property = row_prop_exists; in pdo_stmt_init()
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 3042 zip_object_handlers.has_property = php_zip_has_property;
|
/PHP-8.0/ext/simplexml/ |
H A D | simplexml.c | 2715 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.c | 4295 if (Z_OBJ_HANDLER(intern->obj, has_property)(Z_OBJ(intern->obj), name, 2, NULL)) { in ZEND_METHOD() 5485 …retval = Z_OBJ_HT_P(object)->has_property(Z_OBJ_P(object), ref->unmangled_name, ZEND_PROPERTY_EXIS… in ZEND_METHOD()
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 1730 date_object_handlers_interval.has_property = date_interval_has_property; in date_register_classes()
|
Completed in 252 milliseconds