Home
last modified time | relevance | path

Searched refs:zend_std_has_property (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/spl/
H A Dspl_array.c814 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_read_property()
827 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_write_property()
841 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_get_property_ptr_ptr()
859 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_has_property()
864 return zend_std_has_property(object, name, has_set_exists, cache_slot); in spl_array_has_property()
872 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_unset_property()
/PHP-8.2/Zend/
H A Dzend_object_handlers.h218 ZEND_API int zend_std_has_property(zend_object *object, zend_string *member, int has_set_exists, vo…
H A Dzend_object_handlers.c1819 ZEND_API int zend_std_has_property(zend_object *zobj, zend_string *name, int has_set_exists, void *… in zend_std_has_property() function
2030 zend_std_has_property, /* has_property */
/PHP-8.2/ext/mysqli/
H A Dmysqli.c338 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in mysqli_object_has_property()
/PHP-8.2/ext/snmp/
H A Dsnmp.c1769 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in php_snmp_has_property()
/PHP-8.2/ext/dom/
H A Dphp_dom.c386 retval = zend_std_has_property(object, name, check_empty, cache_slot); in dom_property_exists()
/PHP-8.2/ext/zip/
H A Dphp_zip.c979 retval = zend_std_has_property(object, name, type, cache_slot); in php_zip_has_property()
/PHP-8.2/ext/date/
H A Dphp_date.c1751 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()
1766 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()

Completed in 62 milliseconds