Searched refs:add_assoc_str_ex (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/intl/idn/ |
H A D | idn.c | 169 add_assoc_str_ex(idna_info, "result", sizeof("result")-1, zend_string_copy(buffer)); in php_intl_idn_to_46()
|
/PHP-7.4/Zend/ |
H A D | zend_API.h | 397 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str); 407 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str)
|
H A D | zend_API.c | 1492 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{ … in add_assoc_str_ex() function
|
/PHP-7.4/ext/curl/ |
H A D | interface.c | 98 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 4705 add_assoc_str_ex(retval, ZSTR_VAL(key), ZSTR_LEN(key), str);
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 4983 …add_assoc_str_ex(return_value, ZSTR_VAL(ce->trait_aliases[i]->alias), ZSTR_LEN(ce->trait_aliases[i… in ZEND_METHOD()
|
Completed in 70 milliseconds