Searched refs:add_property_str_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_API.h | 447 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str); 457 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st…
|
H A D | zend_API.c | 1769 ZEND_API int 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