Home
last modified time | relevance | path

Searched refs:add_property_null_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_API.h491 ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t key_len);
501 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key))
H A Dzend_API.c1759 ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex() function

Completed in 30 milliseconds