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