Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.h413 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
423 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str)
H A Dzend_API.c1400 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.2/ext/curl/
H A Dinterface.c158 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \
/PHP-7.2/ext/standard/
H A Dbasic_functions.c4663add_assoc_str_ex(retval, ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key), zend_string_copy(Z_STR_…
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c5029add_assoc_str_ex(return_value, ZSTR_VAL(ce->trait_aliases[i]->alias), ZSTR_LEN(ce->trait_aliases[i… in ZEND_METHOD()

Completed in 83 milliseconds