Searched refs:add_property_stringl_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_API.h | 642 ZEND_API void add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str,… 670 add_property_stringl_ex(arg, key, strlen(key), str, length); in add_property_stringl()
|
H A D | zend_API.c | 2333 ZEND_API void add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, … in add_property_stringl_ex() function
|
Completed in 30 milliseconds