Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.h495 ZEND_API void add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
505 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st…
H A Dzend_API.c1787 ZEND_API void add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* … in add_property_str_ex() function

Completed in 30 milliseconds