Searched refs:zend_std_unset_property (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/xsl/ |
H A D | php_xsl.c | 215 zend_std_unset_property(object, member, cache_slot); in xsl_objects_unset_property()
|
/PHP-8.4/Zend/ |
H A D | zend_object_handlers.h | 264 ZEND_API void zend_std_unset_property(zend_object *object, zend_string *member, void **cache_slot);
|
H A D | zend_object_handlers.c | 1414 ZEND_API void zend_std_unset_property(zend_object *zobj, zend_string *name, void **cache_slot) /* {… in zend_std_unset_property() function 1469 zend_std_unset_property(zobj, name, cache_slot); in zend_std_unset_property() 1522 zend_std_unset_property(zobj, name, cache_slot); in zend_std_unset_property() 2452 zend_std_unset_property, /* unset_property */
|
/PHP-8.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 205 zend_std_unset_property(object, name, cache_slot); in xmlreader_unset_property()
|
/PHP-8.4/ext/bcmath/ |
H A D | bcmath.c | 951 zend_std_unset_property(obj, name, cache_slot); in bcmath_number_unset_property()
|
/PHP-8.4/ext/spl/ |
H A D | spl_array.c | 875 zend_std_unset_property(object, name, cache_slot); in spl_array_unset_property()
|
/PHP-8.4/ext/pdo/ |
H A D | pdo_stmt.c | 2032 zend_std_unset_property(object, name, cache_slot); in dbstmt_prop_delete()
|
/PHP-8.4/ext/dom/ |
H A D | php_dom.c | 487 zend_std_unset_property(object, member, cache_slot); in dom_unset_property()
|
Completed in 48 milliseconds