Home
last modified time | relevance | path

Searched refs:zend_std_unset_property (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_object_handlers.h219 ZEND_API void zend_std_unset_property(zend_object *object, zend_string *member, void **cache_slot);
H A Dzend_object_handlers.c1179 ZEND_API void zend_std_unset_property(zend_object *zobj, zend_string *name, void **cache_slot) /* {… in zend_std_unset_property() function
2031 zend_std_unset_property, /* unset_property */
/PHP-8.2/ext/spl/
H A Dspl_array.c878 zend_std_unset_property(object, name, cache_slot); in spl_array_unset_property()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c2037 zend_std_unset_property(object, name, cache_slot); in dbstmt_prop_delete()

Completed in 40 milliseconds