Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_builtin_functions.c2570 add_assoc_str_ex(&stack_frame, "file", sizeof("file")-1, zend_string_copy(filename)); in zend_fetch_debug_backtrace()
2588add_assoc_str_ex(&stack_frame, "file", sizeof("file")-1, zend_string_copy(prev->func->op_array.fil… in zend_fetch_debug_backtrace()
2614add_assoc_str_ex(&stack_frame, "function", sizeof("function")-1, zend_string_copy(function_name)); in zend_fetch_debug_backtrace()
2618add_assoc_str_ex(&stack_frame, "class", sizeof("class")-1, zend_string_copy(func->common.scope->na… in zend_fetch_debug_backtrace()
2620 add_assoc_str_ex(&stack_frame, "class", sizeof("class")-1, zend_string_copy(object->ce->name)); in zend_fetch_debug_backtrace()
2623 add_assoc_str_ex(&stack_frame, "class", sizeof("class")-1, class_name); in zend_fetch_debug_backtrace()
2634add_assoc_str_ex(&stack_frame, "class", sizeof("class")-1, zend_string_copy(func->common.scope->na… in zend_fetch_debug_backtrace()
H A Dzend_API.h396 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
406 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str)
H A Dzend_API.c1374 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.0/ext/curl/
H A Dinterface.c160 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4574add_assoc_str_ex(retval, ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key), zend_string_copy(Z_STR_…
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c4910add_assoc_str_ex(return_value, ZSTR_VAL(ce->trait_aliases[i]->alias), ZSTR_LEN(ce->trait_aliases[i… in ZEND_METHOD()

Completed in 92 milliseconds