Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_array.c809 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_read_property()
822 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_write_property()
836 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_get_property_ptr_ptr()
854 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_has_property()
859 return zend_std_has_property(object, name, has_set_exists, cache_slot); in spl_array_has_property()
867 && !zend_std_has_property(object, name, ZEND_PROPERTY_EXISTS, NULL)) { in spl_array_unset_property()
/php-src/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.c2152 ZEND_API int zend_std_has_property(zend_object *zobj, zend_string *name, int has_set_exists, void *… in zend_std_has_property() function
2299 return zend_std_has_property(zobj, name, has_set_exists, cache_slot); in zend_std_has_property()
2438 zend_std_has_property, /* has_property */
/php-src/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-src/ext/xmlreader/
H A Dphp_xmlreader.c156 return zend_std_has_property(object, name, type, cache_slot); in xmlreader_has_property()
/php-src/ext/snmp/
H A Dsnmp.c1775 ret = zend_std_has_property(object, name, has_set_exists, cache_slot); in php_snmp_has_property()
/php-src/ext/date/
H A Dphp_date.c1715 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()
1730 retval = zend_std_has_property(object, name, type, cache_slot); in date_interval_has_property()
5937 return zend_std_has_property(object, name, type, cache_slot); in date_period_has_property()
/php-src/ext/zip/
H A Dphp_zip.c979 retval = zend_std_has_property(object, name, type, cache_slot); in php_zip_has_property()
/php-src/ext/dom/
H A Dphp_dom.c471 retval = zend_std_has_property(object, name, check_empty, cache_slot); in dom_property_exists()

Completed in 85 milliseconds