Home
last modified time | relevance | path

Searched refs:smart_str_append (Results 1 – 19 of 19) sorted by relevance

/PHP-8.0/ext/standard/
H A Dhead.c123 smart_str_append(&buf, name); in php_setcookie()
125 smart_str_append(&buf, dt); in php_setcookie()
130 smart_str_append(&buf, name); in php_setcookie()
134 smart_str_append(&buf, encoded_value); in php_setcookie()
137 smart_str_append(&buf, value); in php_setcookie()
155 smart_str_append(&buf, dt); in php_setcookie()
170 smart_str_append(&buf, path); in php_setcookie()
174 smart_str_append(&buf, domain); in php_setcookie()
184 smart_str_append(&buf, samesite); in php_setcookie()
H A Dhttp.c168 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
189 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
212 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
H A Dvar.c424 smart_str_append(buf, tmp_str); in php_array_element_export()
449 smart_str_append(buf, pname_esc); in php_object_element_export()
510 smart_str_append(buf, ztmp2); in php_var_export_ex()
567 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_export_ex()
709 smart_str_append(buf, class_name); in php_var_serialize_class_name()
1041 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c376 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex()
434 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
H A Dmail.c115 smart_str_append(s, key); in php_mail_build_headers_elem()
H A Durl_scanner_ex.re636 smart_str_append(&ctx->result, ctx->buf.s);
702 smart_str_append(&ctx->result, ctx->buf.s);
H A Dfile.c1892 smart_str_append(&csvline, field_str); in php_fputcsv()
H A Dstring.c2833 smart_str_append(&result, s);
4554 smart_str_append(&tags_ss, tag);
/PHP-8.0/ext/intl/
H A Dintl_error.c255 smart_str_append( &ret, u8str ); in intl_parse_error_to_string()
275 smart_str_append( &ret, u8str ); in intl_parse_error_to_string()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_frame.c60 smart_str_append(&s, op_array->scope->name); in phpdbg_compile_stackframe()
63 smart_str_append(&s, op_array->function_name); in phpdbg_compile_stackframe()
82 smart_str_append(&s, op_array->filename); in phpdbg_compile_stackframe()
/PHP-8.0/Zend/
H A Dzend_smart_str.h34 #define smart_str_append(dest, src) \ macro
H A Dzend_exceptions.c565 smart_str_append(str, Z_STR_P(file)); in _build_trace_string()
586 smart_str_append(str, name); in _build_trace_string()
H A Dzend.c327 smart_str_append(buf, string_key); in print_hash()
487 smart_str_append(buf, Z_STR_P(expr)); in zend_print_zval_r_to_buf()
492 smart_str_append(buf, str); in zend_print_zval_r_to_buf()
H A Dzend_ast.c1036 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_name()
1054 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_ns_name()
1111 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_var()
2077 smart_str_append(str, zend_ast_get_str(ast->child[0])); in zend_ast_export_ex()
H A Dzend_inheritance.c654 smart_str_append(str, type_str); in zend_append_type_hint()
678 smart_str_append(&str, fptr->common.function_name); in zend_get_function_declaration()
759 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration()
766 smart_str_append(&str, zv_str); in zend_get_function_declaration()
/PHP-8.0/ext/zend_test/
H A Dtest.c590 smart_str_append(buf, Z_OBJCE_P(retval)->name); in get_retval_info()
/PHP-8.0/ext/soap/
H A Dphp_http.c860 smart_str_append(&soap_headers, key); in make_http_soap_request()
862 smart_str_append(&soap_headers, Z_STR_P(value)); in make_http_soap_request()
/PHP-8.0/ext/session/
H A Dsession.c2318 smart_str_append(&id, prefix); in PHP_FUNCTION()
2343 smart_str_append(&id, new_id); in PHP_FUNCTION()
2461 smart_str_append(&buf, varname); in php_session_start_set_ini()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c641 smart_str_append(str, zv_str); in format_default_value()
664 smart_str_append(str, type_str); in _parameter_string()
899 smart_str_append(str, type_str); in _property_string()

Completed in 150 milliseconds