Home
last modified time | relevance | path

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

/PHP-7.1/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()
213 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()
482 smart_str_append(buf, ztmp2); in php_var_export_ex()
530 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_export_ex()
665 smart_str_append(buf, class_name); in php_var_serialize_class_name()
874 smart_str_append(buf, Z_OBJCE_P(struc)->name); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c372 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex()
430 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
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.c268 smart_str_append(&tags_ss, Z_STR_P(tmp)); in strfilter_strip_tags_create()
H A Dfile.c1922 smart_str_append(&csvline, field_str); in php_fputcsv()
H A Dstring.c3034 smart_str_append(&result, s);
/PHP-7.1/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.1/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.1/Zend/
H A Dzend_smart_str.h33 #define smart_str_append(dest, src) \ macro
H A Dzend_ast.c674 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_name()
692 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_ns_name()
744 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_var()
H A Dzend.c199 smart_str_append(buf, string_key); in print_hash()
367 smart_str_append(buf, str); in zend_print_zval_r_to_buf()
H A Dzend_inheritance.c447 smart_str_append(&str, fptr->common.function_name); in zend_get_function_declaration()
506 smart_str_append(&str, Z_STR_P(zv)); in zend_get_function_declaration()
526 smart_str_append(&str, zv_str); in zend_get_function_declaration()
H A Dzend_exceptions.c572 smart_str_append(str, Z_STR_P(file)); in _build_trace_string()
/PHP-7.1/ext/soap/
H A Dphp_http.c843 smart_str_append(&soap_headers, key); in make_http_soap_request()
845 smart_str_append(&soap_headers, Z_STR_P(value)); in make_http_soap_request()
/PHP-7.1/ext/session/
H A Dsession.c2038 smart_str_append(&id, prefix);
2062 smart_str_append(&id, new_id);
2163 smart_str_append(&buf, varname);

Completed in 137 milliseconds