Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dhttp.c163 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
182 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
204 smart_str_append(formstr, ekey); in php_url_encode_hash_ex()
H A Dvar.c403 smart_str_append(buf, tmp_str); in php_array_element_export()
428 smart_str_append(buf, pname_esc); in php_object_element_export()
489 smart_str_append(buf, ztmp2); in php_var_export_ex()
537 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_export_ex()
674 smart_str_append(buf, class_name); in php_var_serialize_class_name()
881 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c368 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex()
426 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
H A Dmail.c151 smart_str_append(s, key); in php_mail_build_headers_elem()
H A Durl_scanner_ex.c1055 smart_str_append(&ctx->result, ctx->buf.s); in url_adapt_ext()
1121 smart_str_append(&ctx->result, ctx->buf.s); in php_url_scanner_session_handler_impl()
H A Durl_scanner_ex.re640 smart_str_append(&ctx->result, ctx->buf.s);
706 smart_str_append(&ctx->result, ctx->buf.s);
H A Dfilters.c263 smart_str_append(&tags_ss, Z_STR_P(tmp)); in strfilter_strip_tags_create()
H A Dfile.c1968 smart_str_append(&csvline, field_str); in php_fputcsv()
H A Dstring.c3081 smart_str_append(&result, s);
/PHP-7.2/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.2/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.2/Zend/
H A Dzend_smart_str.h34 #define smart_str_append(dest, src) \ macro
H A Dzend_ast.c670 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_name()
688 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_ns_name()
745 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_var()
H A Dzend.c267 smart_str_append(buf, string_key); in print_hash()
435 smart_str_append(buf, str); in zend_print_zval_r_to_buf()
H A Dzend_inheritance.c442 smart_str_append(&str, fptr->common.function_name); in zend_get_function_declaration()
501 smart_str_append(&str, Z_STR_P(zv)); in zend_get_function_declaration()
521 smart_str_append(&str, zv_str); in zend_get_function_declaration()
H A Dzend_exceptions.c580 smart_str_append(str, Z_STR_P(file)); in _build_trace_string()
/PHP-7.2/ext/soap/
H A Dphp_http.c862 smart_str_append(&soap_headers, key); in make_http_soap_request()
864 smart_str_append(&soap_headers, Z_STR_P(value)); in make_http_soap_request()
/PHP-7.2/ext/session/
H A Dsession.c2187 smart_str_append(&id, prefix); in PHP_FUNCTION()
2212 smart_str_append(&id, new_id); in PHP_FUNCTION()
2333 smart_str_append(&buf, varname); in php_session_start_set_ini()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c674 smart_str_append(str, zv_str); in _parameter_string()

Completed in 130 milliseconds