Searched refs:zend_std_has_property (Results 1 – 9 of 9) sorted by relevance
/PHP-8.4/ext/spl/ |
H A D | spl_array.c | 811 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_read_property() 824 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_write_property() 838 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_get_property_ptr_ptr() 856 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_has_property() 861 return zend_std_has_property(object, name, has_set_exists, cache_slot); in spl_array_has_property() 869 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_unset_property()
|
/PHP-8.4/Zend/ |
H A D | zend_object_handlers.h | 263 ZEND_API int zend_std_has_property(zend_object *object, zend_string *member, int has_set_exists, vo…
|
H A D | zend_object_handlers.c | 2165 ZEND_API int zend_std_has_property(zend_object *zobj, zend_string *name, int has_set_exists, void *… in zend_std_has_property() function 2312 return zend_std_has_property(zobj, name, has_set_exists, cache_slot); in zend_std_has_property() 2451 zend_std_has_property, /* has_property */
|
/PHP-8.4/ext/mysqli/ |
H A D | mysqli.c | 337 has_property = zend_std_has_property(object, name, has_set_exists, cache_slot); in mysqli_object_has_property()
|
/PHP-8.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 156 return zend_std_has_property(object, name, type, cache_slot); in xmlreader_has_property()
|
/PHP-8.4/ext/snmp/ |
H A D | snmp.c | 1775 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in php_snmp_has_property()
|
/PHP-8.4/ext/zip/ |
H A D | php_zip.c | 979 retval = zend_std_has_property(object, name, type, cache_slot); in php_zip_has_property()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 1755 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property() 1770 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()
|
/PHP-8.4/ext/dom/ |
H A D | php_dom.c | 471 retval = zend_std_has_property(object, name, check_empty, cache_slot); in dom_property_exists()
|
Completed in 75 milliseconds