Home
last modified time | relevance | path

Searched refs:smart_str_appends (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.3/ext/intl/
H A Dintl_error.c253 smart_str_appends( &ret, "parse error " ); in intl_parse_error_to_string()
256 smart_str_appends( &ret, "on line " ); in intl_parse_error_to_string()
262 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
264 smart_str_appends( &ret, "at " ); in intl_parse_error_to_string()
266 smart_str_appends( &ret, "offset " ); in intl_parse_error_to_string()
273 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
275 smart_str_appends( &ret, "after \"" ); in intl_parse_error_to_string()
285 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
292 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
305 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
[all …]
/PHP-7.3/Zend/
H A Dzend_ast.c1027 smart_str_appends(str, ", "); in zend_ast_export_list()
1085 smart_str_appends(str, ", "); in zend_ast_export_var_list()
1243 smart_str_appends(str, " {\n"); in zend_ast_export_class_no_header()
1246 smart_str_appends(str, "}"); in zend_ast_export_class_no_header()
1595 smart_str_appends(str, "->"); in zend_ast_export_ex()
1948 smart_str_appends(str, op); in zend_ast_export_ex()
1955 smart_str_appends(str, op); in zend_ast_export_ex()
1963 smart_str_appends(str, op); in zend_ast_export_ex()
1968 smart_str_appends(str, op); in zend_ast_export_ex()
1975 smart_str_appends(str, op); in zend_ast_export_ex()
[all …]
H A Dzend_exceptions.c513 smart_str_appends(str, "NULL, "); in _build_trace_args()
519 smart_str_appends(str, "...', "); in _build_trace_args()
521 smart_str_appends(str, "', "); in _build_trace_args()
528 smart_str_appends(str, "true, "); in _build_trace_args()
533 smart_str_appends(str, ", "); in _build_trace_args()
537 smart_str_appends(str, ", "); in _build_trace_args()
541 smart_str_appends(str, ", "); in _build_trace_args()
551 smart_str_appends(str, "), "); in _build_trace_args()
588 smart_str_appends(str, "): "); in _build_trace_string()
614 smart_str_appends(str, ")\n"); in _build_trace_string()
[all …]
H A Dzend.c281 smart_str_appends(buf, "(\n"); in print_hash()
297 smart_str_appends(buf, ":protected"); in print_hash()
299 smart_str_appends(buf, ":"); in print_hash()
300 smart_str_appends(buf, class_name); in print_hash()
301 smart_str_appends(buf, ":private"); in print_hash()
310 smart_str_appends(buf, "] => "); in print_hash()
312 smart_str_appends(buf, "\n"); in print_hash()
318 smart_str_appends(buf, ")\n"); in print_hash()
426 smart_str_appends(buf, "Array\n"); in zend_print_zval_r_to_buf()
429 smart_str_appends(buf, " *RECURSION*"); in zend_print_zval_r_to_buf()
[all …]
H A Dzend_inheritance.c429 smart_str_appends(str, type_name); in zend_append_type_hint()
442 smart_str_appends(&str, "& "); in zend_get_function_declaration()
448 smart_str_appends(&str, "::"); in zend_get_function_declaration()
471 smart_str_appends(&str, "..."); in zend_get_function_declaration()
483 smart_str_appends(&str, "param"); in zend_get_function_declaration()
488 smart_str_appends(&str, " = "); in zend_get_function_declaration()
512 smart_str_appends(&str, "true"); in zend_get_function_declaration()
514 smart_str_appends(&str, "NULL"); in zend_get_function_declaration()
539 smart_str_appends(&str, "NULL"); in zend_get_function_declaration()
544 smart_str_appends(&str, ", "); in zend_get_function_declaration()
[all …]
H A Dzend_smart_str.h28 #define smart_str_appends(dest, src) \ macro
/PHP-7.3/ext/standard/
H A Dhttp_fopen_wrapper.c386 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
397 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
422 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
546 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
558 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
570 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
624 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
629 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
640 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
646 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
[all …]
H A Dhead.c121 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
123 smart_str_appends(&buf, "=deleted; expires="); in php_setcookie()
125 smart_str_appends(&buf, "; Max-Age=0"); in php_setcookie()
128 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
142 smart_str_appends(&buf, COOKIE_EXPIRES); in php_setcookie()
161 smart_str_appends(&buf, COOKIE_MAX_AGE); in php_setcookie()
167 smart_str_appends(&buf, COOKIE_PATH); in php_setcookie()
171 smart_str_appends(&buf, COOKIE_DOMAIN); in php_setcookie()
175 smart_str_appends(&buf, COOKIE_SECURE); in php_setcookie()
178 smart_str_appends(&buf, COOKIE_HTTPONLY); in php_setcookie()
[all …]
H A Durl_scanner_ex.c241 smart_str_appends(dest, "://"); in PHP_INI_END()
243 smart_str_appends(dest, "//"); in PHP_INI_END()
246 smart_str_appends(dest, ZSTR_VAL(url_parts->user)); in PHP_INI_END()
248 smart_str_appends(dest, ZSTR_VAL(url_parts->pass)); in PHP_INI_END()
254 smart_str_appends(dest, ZSTR_VAL(url_parts->host)); in PHP_INI_END()
261 smart_str_appends(dest, ZSTR_VAL(url_parts->path)); in PHP_INI_END()
266 smart_str_appends(dest, separator); in PHP_INI_END()
1017 smart_str_appends(&url_app, name); in php_url_scanner_adapt_single_url()
1025 smart_str_appends(&url_app, value); in php_url_scanner_adapt_single_url()
1199 smart_str_appends(&url_state->form_app, "\" />"); in php_url_scanner_add_var_impl()
[all …]
H A Durl_scanner_ex.re244 smart_str_appends(dest, "://");
246 smart_str_appends(dest, "//");
249 smart_str_appends(dest, ZSTR_VAL(url_parts->user));
251 smart_str_appends(dest, ZSTR_VAL(url_parts->pass));
257 smart_str_appends(dest, ZSTR_VAL(url_parts->host));
264 smart_str_appends(dest, ZSTR_VAL(url_parts->path));
269 smart_str_appends(dest, separator);
602 smart_str_appends(&url_app, name);
610 smart_str_appends(&url_app, value);
784 smart_str_appends(&url_state->form_app, "\" />");
[all …]
H A Dvar.c473 smart_str_appends(buf, "-1"); in php_var_export_ex()
480 smart_str_appends(buf, tmp_str); in php_var_export_ex()
884 smart_str_appends(buf, tmp_str); in php_var_serialize_intern()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_frame.c35 smart_str_appends(s, ", "); in ZEND_EXTERN_MODULE_GLOBALS()
45 smart_str_appends(s, arg_name ? arg_name : "?"); in ZEND_EXTERN_MODULE_GLOBALS()
50 smart_str_appends(s, arg_print); in ZEND_EXTERN_MODULE_GLOBALS()
63 smart_str_appends(&s, "::"); in phpdbg_compile_stackframe()
83 smart_str_appends(&s, " at "); in phpdbg_compile_stackframe()
88 smart_str_appends(&s, " [internal function]"); in phpdbg_compile_stackframe()
/PHP-7.3/ext/wddx/
H A Dphp_wddx_api.h49 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str)
/PHP-7.3/ext/soap/
H A Dphp_http.c252 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in http_connect()
257 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in http_connect()
557 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->scheme)); in make_http_soap_request()
559 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
564 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->path)); in make_http_soap_request()
570 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
582 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
613 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
634 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
652 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
[all …]
H A Dphp_schema.c57 smart_str_appends(&nscat, (char*)ns); in create_encoder()
59 smart_str_appends(&nscat, (char*)type); in create_encoder()
1095 smart_str_appends(&key, type); in schema_group()
1531 smart_str_appends(&nscat, type); in schema_element()
1551 smart_str_appends(&key, newType->namens); in schema_element()
1553 smart_str_appends(&key, newType->name); in schema_element()
1560 smart_str_appends(&key, newType->name); in schema_element()
1763 smart_str_appends(&key, attr_name); in schema_attribute()
1973 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1975 smart_str_appends(&key, newType->name); in schema_attributeGroup()
[all …]
H A Dphp_packet_soap.c404 smart_str_appends(&key, (char*)trav->ns->href); in parse_packet_soap()
407 smart_str_appends(&key, (char*)trav->name); in parse_packet_soap()
H A Dphp_encoding.c310 smart_str_appends(&prefix, id); in soap_check_zval_ref()
327 smart_str_appends(&prefix, id); in soap_check_zval_ref()
548 smart_str_appends(&nscat, cptype); in master_to_zval_int()
2315 smart_str_appends(&array_type, value); in to_xml_array()
2354 smart_str_appends(&array_type, ext->val); in to_xml_array()
3103 smart_str_appends(&nscat, (char*)data->name); in to_zval_any()
3586 smart_str_appends(type, (char*)ns->prefix); in get_array_type()
3588 smart_str_appends(&array_type, cur_ns); in get_array_type()
3591 smart_str_appends(type, cur_stype); in get_array_type()
3593 smart_str_appends(&array_type, cur_stype); in get_array_type()
[all …]
H A Dsoap.c1094 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
1097 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2698 smart_str_appends(&error,"Function (\"");
2699 smart_str_appends(&error,function);
2719 smart_str_appends(&action, call_uri);
2721 smart_str_appends(&action, function);
2723 smart_str_appends(&action, soap_action);
4715 smart_str_appends(buf, end);
4724 smart_str_appends(buf, ext->val);
4743 smart_str_appends(buf, ext->val);
[all …]
H A Dphp_sdl.c200 smart_str_appends(&key, ns); in get_binding_from_name()
202 smart_str_appends(&key, name); in get_binding_from_name()
540 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
543 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
642 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
645 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3245 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3246 smart_str_appends(&headers, Z_STRVAL_P(tmp)); in get_sdl()
3247 smart_str_appends(&headers, "\r\n"); in get_sdl()
3256 smart_str_appends(&proxy,"tcp://"); in get_sdl()
[all …]
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c601 smart_str_appends(str, "..."); in _parameter_string()
617 smart_str_appends(str, " = "); in _parameter_string()
624 smart_str_appends(str, "true"); in _parameter_string()
628 smart_str_appends(str, "NULL"); in _parameter_string()
647 smart_str_appends(str, " ]"); in _parameter_string()
752 smart_str_appends(str, "> "); in _function_string()
817 smart_str_appends(str, "]\n"); in _function_string()
860 smart_str_appends(str, " ]\n"); in _property_string()
875 smart_str_appends(str, "ALL"); in _extension_ini_string()
890 smart_str_appends(str, "> ]\n"); in _extension_ini_string()
[all …]
/PHP-7.3/ext/mysqlnd/
H A Dphp_mysqlnd.c87 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
105 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-7.3/ext/session/
H A Dsession.c1337 smart_str_appends(&ncookie, COOKIE_EXPIRES); in php_session_send_cookie()
1341 smart_str_appends(&ncookie, COOKIE_MAX_AGE); in php_session_send_cookie()
1347 smart_str_appends(&ncookie, COOKIE_PATH); in php_session_send_cookie()
1348 smart_str_appends(&ncookie, PS(cookie_path)); in php_session_send_cookie()
1352 smart_str_appends(&ncookie, COOKIE_DOMAIN); in php_session_send_cookie()
1357 smart_str_appends(&ncookie, COOKIE_SECURE); in php_session_send_cookie()
1361 smart_str_appends(&ncookie, COOKIE_HTTPONLY); in php_session_send_cookie()
1448 smart_str_appends(&var, PS(session_name)); in php_session_reset_id()
1450 smart_str_appends(&var, ZSTR_VAL(PS(id))); in php_session_reset_id()
2420 smart_str_appends(&buf, "session"); in php_session_start_set_ini()
[all …]
/PHP-7.3/ext/pgsql/
H A Dpgsql.c1321 smart_str_appends(&str, "pgsql");
2379 smart_str_appends(&str, "pgsql_oid_");
2410 smart_str_appends(&str, tmp_oid);
5554 smart_str_appends(&querystr,
5564 smart_str_appends(&querystr,
6588 smart_str_appends(querystr, escaped);
6643 smart_str_appends(&querystr, " (");
6652 smart_str_appends(&querystr, tmp);
6698 smart_str_appends(&querystr, ");");
6821 smart_str_appends(querystr, tmp);
[all …]
/PHP-7.3/ext/readline/
H A Dreadline_cli.c166 smart_str_appends(&retval, PHP_VERSION); in cli_get_prompt()
170 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-7.3/sapi/apache2handler/
H A Dphp_functions.c385 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()

Completed in 155 milliseconds

12