Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_array.c851 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_read_property()
864 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_write_property()
878 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_get_property_ptr_ptr()
896 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_has_property()
901 return zend_std_has_property(object, name, has_set_exists, cache_slot); in spl_array_has_property()
909 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_unset_property()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h204 ZEND_API int zend_std_has_property(zend_object *object, zend_string *member, int has_set_exists, vo…
H A Dzend_object_handlers.c1619 ZEND_API int zend_std_has_property(zend_object *zobj, zend_string *name, int has_set_exists, void *… in zend_std_has_property() function
1831 zend_std_has_property, /* has_property */
/PHP-8.0/ext/mysqli/
H A Dmysqli.c392 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in mysqli_object_has_property()
/PHP-8.0/ext/dom/
H A Dphp_dom.c383 retval = zend_std_has_property(object, name, check_empty, cache_slot); in dom_property_exists()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1757 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in php_snmp_has_property()
/PHP-8.0/ext/date/
H A Dphp_date.c1623 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()
1638 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()
/PHP-8.0/ext/zip/
H A Dphp_zip.c958 retval = zend_std_has_property(object, name, type, cache_slot); in php_zip_has_property()

Completed in 75 milliseconds