Home
last modified time | relevance | path

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

/PHP-8.4/ext/spl/
H A Dspl_array.c811 && !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 Dzend_object_handlers.h263 ZEND_API int zend_std_has_property(zend_object *object, zend_string *member, int has_set_exists, vo…
H A Dzend_object_handlers.c2165 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 Dmysqli.c337 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 Dphp_xmlreader.c156 return zend_std_has_property(object, name, type, cache_slot); in xmlreader_has_property()
/PHP-8.4/ext/snmp/
H A Dsnmp.c1775 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in php_snmp_has_property()
/PHP-8.4/ext/zip/
H A Dphp_zip.c979 retval = zend_std_has_property(object, name, type, cache_slot); in php_zip_has_property()
/PHP-8.4/ext/date/
H A Dphp_date.c1755 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 Dphp_dom.c471 retval = zend_std_has_property(object, name, check_empty, cache_slot); in dom_property_exists()

Completed in 75 milliseconds