Home
last modified time | relevance | path

Searched refs:add_assoc_str_ex (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/idn/
H A Didn.c107 add_assoc_str_ex(idna_info, "result", sizeof("result")-1, zend_string_copy(buffer)); in php_intl_idn_to_46()
/php-src/Zend/
H A Dzend_API.h552 ZEND_API void add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
576 add_assoc_str_ex(arg, key, strlen(key), str); in add_assoc_str()
H A Dzend_API.c1900 ZEND_API void add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{… in add_assoc_str_ex() function
/php-src/ext/curl/
H A Dinterface.c96 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \
/php-src/ext/reflection/
H A Dphp_reflection.c5329add_assoc_str_ex(return_value, ZSTR_VAL(ce->trait_aliases[i]->alias), ZSTR_LEN(ce->trait_aliases[i… in ZEND_METHOD()

Completed in 82 milliseconds