Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhead.c118 smart_str_append(&buf, name); in php_setcookie()
120 smart_str_append(&buf, dt); in php_setcookie()
125 smart_str_append(&buf, name); in php_setcookie()
129 smart_str_append(&buf, encoded_value); in php_setcookie()
132 smart_str_append(&buf, value); in php_setcookie()
149 smart_str_append(&buf, dt); in php_setcookie()
164 smart_str_append(&buf, path); in php_setcookie()
168 smart_str_append(&buf, domain); in php_setcookie()
178 smart_str_append(&buf, samesite); in php_setcookie()
H A Dhttp.c177 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
198 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
221 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
H A Dvar.c442 smart_str_append(buf, tmp_str); in php_array_element_export()
467 smart_str_append(buf, pname_esc); in php_object_element_export()
528 smart_str_append(buf, ztmp2); in php_var_export_ex()
585 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_export_ex()
728 smart_str_append(buf, class_name); in php_var_serialize_class_name()
1062 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c378 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex()
436 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
H A Dmail.c147 smart_str_append(s, key); in php_mail_build_headers_elem()
H A Durl_scanner_ex.re638 smart_str_append(&ctx->result, ctx->buf.s);
704 smart_str_append(&ctx->result, ctx->buf.s);
H A Dfilters.c261 smart_str_append(&tags_ss, Z_STR_P(tmp)); in strfilter_strip_tags_create()
H A Dfile.c1961 smart_str_append(&csvline, field_str); in php_fputcsv()
H A Dstring.c3110 smart_str_append(&result, s);
4894 smart_str_append(&tags_ss, tag);
/PHP-7.4/ext/intl/
H A Dintl_error.c282 smart_str_append( &ret, u8str ); in intl_parse_error_to_string()
302 smart_str_append( &ret, u8str ); in intl_parse_error_to_string()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c62 smart_str_append(&s, op_array->scope->name); in phpdbg_compile_stackframe()
65 smart_str_append(&s, op_array->function_name); in phpdbg_compile_stackframe()
84 smart_str_append(&s, op_array->filename); in phpdbg_compile_stackframe()
/PHP-7.4/Zend/
H A Dzend_smart_str.h36 #define smart_str_append(dest, src) \ macro
H A Dzend.c318 smart_str_append(buf, string_key); in print_hash()
482 smart_str_append(buf, Z_STR_P(expr)); in zend_print_zval_r_to_buf()
487 smart_str_append(buf, str); in zend_print_zval_r_to_buf()
H A Dzend_ast.c1000 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_name()
1018 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_ns_name()
1075 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_var()
H A Dzend_inheritance.c577 smart_str_append(&str, fptr->common.function_name); in zend_get_function_declaration()
653 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration()
660 smart_str_append(&str, zv_str); in zend_get_function_declaration()
H A Dzend_exceptions.c589 smart_str_append(str, Z_STR_P(file)); in _build_trace_string()
/PHP-7.4/ext/soap/
H A Dphp_http.c856 smart_str_append(&soap_headers, key); in make_http_soap_request()
858 smart_str_append(&soap_headers, Z_STR_P(value)); in make_http_soap_request()
/PHP-7.4/ext/session/
H A Dsession.c2286 smart_str_append(&id, prefix); in PHP_FUNCTION()
2311 smart_str_append(&id, new_id); in PHP_FUNCTION()
2435 smart_str_append(&buf, varname); in php_session_start_set_ini()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c656 smart_str_append(str, zv_str); in _parameter_string()

Completed in 112 milliseconds