Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/intl/
H A Dintl_error.c215 smart_str_appends( &ret, "parse error " ); in intl_parse_error_to_string()
218 smart_str_appends( &ret, "on line " ); in intl_parse_error_to_string()
224 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
226 smart_str_appends( &ret, "at " ); in intl_parse_error_to_string()
228 smart_str_appends( &ret, "offset " ); in intl_parse_error_to_string()
235 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
237 smart_str_appends( &ret, "after \"" ); in intl_parse_error_to_string()
247 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
254 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
267 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
[all …]
/PHP-8.3/Zend/
H A Dzend_ast.c1399 smart_str_appends(str, ", "); in zend_ast_export_list()
1457 smart_str_appends(str, ", "); in zend_ast_export_var_list()
1616 smart_str_appends(str, "}"); in zend_ast_export_class_no_header()
1642 smart_str_appends(str, "#["); in zend_ast_export_attributes()
1644 smart_str_appends(str, "]"); in zend_ast_export_attributes()
2511 smart_str_appends(str, op); in zend_ast_export_ex()
2518 smart_str_appends(str, op); in zend_ast_export_ex()
2526 smart_str_appends(str, op); in zend_ast_export_ex()
2531 smart_str_appends(str, op); in zend_ast_export_ex()
2538 smart_str_appends(str, op); in zend_ast_export_ex()
[all …]
H A Dzend_exceptions.c505 smart_str_appends(str, ", "); in _build_trace_args()
509 smart_str_appends(str, "Resource id #"); in _build_trace_args()
511 smart_str_appends(str, ", "); in _build_trace_args()
514 smart_str_appends(str, "Array, "); in _build_trace_args()
518 smart_str_appends(str, "Object("); in _build_trace_args()
520 smart_str_appends(str, "), "); in _build_trace_args()
541 smart_str_appends(str, "[unknown file]: "); in _build_trace_string()
555 smart_str_appends(str, "): "); in _build_trace_string()
574 smart_str_appends(str, ": "); in _build_trace_string()
586 smart_str_appends(str, ")\n"); in _build_trace_string()
[all …]
H A Dzend.c380 smart_str_appends(buf, "(\n"); in print_hash()
398 smart_str_appends(buf, ":"); in print_hash()
399 smart_str_appends(buf, class_name); in print_hash()
409 smart_str_appends(buf, "] => "); in print_hash()
411 smart_str_appends(buf, "\n"); in print_hash()
417 smart_str_appends(buf, ")\n"); in print_hash()
438 smart_str_appends(buf, "] => "); in print_flat_hash()
474 smart_str_appends(buf, "Array ("); in zend_print_flat_zval_r_to_buf()
491 smart_str_appends(buf, " Object ("); in zend_print_flat_zval_r_to_buf()
538 smart_str_appends(buf, "Array\n"); in zend_print_zval_r_to_buf()
[all …]
H A Dzend_smart_str.c120 smart_str_appends(str, buf); in smart_str_append_double()
204 smart_str_appends(dest, Z_TYPE_P(value) == IS_TRUE ? "true" : "false"); in smart_str_append_scalar()
H A Dzend_attributes.c237 smart_str_appends(&str, ", "); in zend_get_attribute_target_names()
240 smart_str_appends(&str, target_names[i]); in zend_get_attribute_target_names()
H A Dzend_inheritance.c881 smart_str_appends(&str, "& "); in zend_get_function_declaration()
891 smart_str_appends(&str, "::"); in zend_get_function_declaration()
914 smart_str_appends(&str, "..."); in zend_get_function_declaration()
925 smart_str_appends(&str, " = "); in zend_get_function_declaration()
956 smart_str_appends(&str, "true"); in zend_get_function_declaration()
958 smart_str_appends(&str, "null"); in zend_get_function_declaration()
963 smart_str_appends(&str, "..."); in zend_get_function_declaration()
968 smart_str_appends(&str, "[]"); in zend_get_function_declaration()
978 smart_str_appends(&str, "::"); in zend_get_function_declaration()
994 smart_str_appends(&str, ", "); in zend_get_function_declaration()
[all …]
H A Dzend_smart_str.h174 static zend_always_inline void smart_str_appends(smart_str *dest, const char *src) in smart_str_appends() function
/PHP-8.3/ext/standard/
H A Dhead.c130 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
132 smart_str_appends(&buf, "=deleted; expires="); in php_setcookie()
134 smart_str_appends(&buf, "; Max-Age=0"); in php_setcookie()
137 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
151 smart_str_appends(&buf, COOKIE_EXPIRES); in php_setcookie()
162 smart_str_appends(&buf, COOKIE_MAX_AGE); in php_setcookie()
168 smart_str_appends(&buf, COOKIE_PATH); in php_setcookie()
172 smart_str_appends(&buf, COOKIE_DOMAIN); in php_setcookie()
176 smart_str_appends(&buf, COOKIE_SECURE); in php_setcookie()
179 smart_str_appends(&buf, COOKIE_HTTPONLY); in php_setcookie()
[all …]
H A Dhttp_fopen_wrapper.c382 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
393 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
418 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
542 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
554 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
566 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
620 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
625 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
636 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
642 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
[all …]
H A Durl_scanner_ex.re242 smart_str_appends(dest, "://");
244 smart_str_appends(dest, "//");
247 smart_str_appends(dest, ZSTR_VAL(url_parts->user));
249 smart_str_appends(dest, ZSTR_VAL(url_parts->pass));
255 smart_str_appends(dest, ZSTR_VAL(url_parts->host));
262 smart_str_appends(dest, ZSTR_VAL(url_parts->path));
267 smart_str_appends(dest, separator);
600 smart_str_appends(&url_app, name);
608 smart_str_appends(&url_app, value);
783 smart_str_appends(&url_state->form_app, "\" />");
[all …]
H A Dmail.c154 smart_str_appends(s, Z_STRVAL_P(val)); in php_mail_build_headers_elem()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_frame.c33 smart_str_appends(s, ", "); in ZEND_EXTERN_MODULE_GLOBALS()
43 smart_str_appends(s, arg_name ? arg_name : "?"); in ZEND_EXTERN_MODULE_GLOBALS()
48 smart_str_appends(s, arg_print); in ZEND_EXTERN_MODULE_GLOBALS()
61 smart_str_appends(&s, "::"); in phpdbg_compile_stackframe()
81 smart_str_appends(&s, " at "); in phpdbg_compile_stackframe()
86 smart_str_appends(&s, " [internal function]"); in phpdbg_compile_stackframe()
/PHP-8.3/ext/soap/
H A Dphp_http.c259 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in http_connect()
264 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in http_connect()
568 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
573 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->path)); in make_http_soap_request()
579 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
591 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
620 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
641 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
659 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
867 smart_str_appends(&soap_headers, "; "); in make_http_soap_request()
[all …]
H A Dphp_schema.c55 smart_str_appends(&nscat, (char*)ns); in create_encoder()
57 smart_str_appends(&nscat, (char*)type); in create_encoder()
1114 smart_str_appends(&key, type); in schema_group()
1550 smart_str_appends(&nscat, type); in schema_element()
1570 smart_str_appends(&key, newType->namens); in schema_element()
1572 smart_str_appends(&key, newType->name); in schema_element()
1579 smart_str_appends(&key, newType->name); in schema_element()
1782 smart_str_appends(&key, attr_name); in schema_attribute()
1993 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1995 smart_str_appends(&key, newType->name); in schema_attributeGroup()
[all …]
H A Dphp_packet_soap.c402 smart_str_appends(&key, (char*)trav->ns->href); in parse_packet_soap()
405 smart_str_appends(&key, (char*)trav->name); in parse_packet_soap()
H A Dphp_encoding.c309 smart_str_appends(&prefix, id); in soap_check_zval_ref()
326 smart_str_appends(&prefix, id); in soap_check_zval_ref()
543 smart_str_appends(&nscat, cptype); in master_to_zval_int()
2316 smart_str_appends(&array_type, value); in to_xml_array()
2355 smart_str_appends(&array_type, ext->val); in to_xml_array()
3112 smart_str_appends(&nscat, (char*)data->name); in to_zval_any()
3598 smart_str_appends(type, (char*)ns->prefix); in get_array_type()
3600 smart_str_appends(&array_type, cur_ns); in get_array_type()
3603 smart_str_appends(type, cur_stype); in get_array_type()
3605 smart_str_appends(&array_type, cur_stype); in get_array_type()
[all …]
H A Dsoap.c766 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
769 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2280 smart_str_appends(&error,"Function (\"");
2281 smart_str_appends(&error,function);
2300 smart_str_appends(&action, call_uri);
2302 smart_str_appends(&action, function);
2304 smart_str_appends(&action, soap_action);
4271 smart_str_appends(buf, end);
4280 smart_str_appends(buf, ext->val);
4299 smart_str_appends(buf, ext->val);
[all …]
H A Dphp_sdl.c201 smart_str_appends(&key, ns); in get_binding_from_name()
203 smart_str_appends(&key, name); in get_binding_from_name()
543 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
546 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
645 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
648 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3269 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3270 smart_str_appends(&headers, Z_STRVAL_P(tmp)); in get_sdl()
3271 smart_str_appends(&headers, "\r\n"); in get_sdl()
3279 smart_str_appends(&proxy,"tcp://"); in get_sdl()
[all …]
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c581 smart_str_appends(str, " }\n"); in _class_const_string()
628 smart_str_appends(str, ", "); in format_default_value()
651 smart_str_appends(str, "::"); in format_default_value()
686 smart_str_appends(str, "..."); in _parameter_string()
693 smart_str_appends(str, " = "); in _parameter_string()
712 smart_str_appends(str, " ]"); in _parameter_string()
814 smart_str_appends(str, "> "); in _function_string()
872 smart_str_appends(str, "]\n"); in _function_string()
928 smart_str_appends(str, " = "); in _property_string()
935 smart_str_appends(str, " ]\n"); in _property_string()
[all …]
/PHP-8.3/ext/mysqlnd/
H A Dphp_mysqlnd.c55 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
73 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-8.3/ext/session/
H A Dsession.c1357 smart_str_appends(&ncookie, COOKIE_EXPIRES); in php_session_send_cookie()
1361 smart_str_appends(&ncookie, COOKIE_MAX_AGE); in php_session_send_cookie()
1367 smart_str_appends(&ncookie, COOKIE_PATH); in php_session_send_cookie()
1368 smart_str_appends(&ncookie, PS(cookie_path)); in php_session_send_cookie()
1372 smart_str_appends(&ncookie, COOKIE_DOMAIN); in php_session_send_cookie()
1377 smart_str_appends(&ncookie, COOKIE_SECURE); in php_session_send_cookie()
1381 smart_str_appends(&ncookie, COOKIE_HTTPONLY); in php_session_send_cookie()
1385 smart_str_appends(&ncookie, COOKIE_SAMESITE); in php_session_send_cookie()
1468 smart_str_appends(&var, PS(session_name)); in php_session_reset_id()
1470 smart_str_appends(&var, ZSTR_VAL(PS(id))); in php_session_reset_id()
[all …]
/PHP-8.3/ext/pgsql/
H A Dpgsql.c556 smart_str_appends(&str, "pgsql"); in php_pgsql_do_connect()
4234 smart_str_appends(&querystr, in php_pgsql_meta_data()
4244 smart_str_appends(&querystr, in php_pgsql_meta_data()
5239 smart_str_appends(querystr, escaped); in build_tablename()
5252 smart_str_appends(querystr, escaped); in build_tablename()
5293 smart_str_appends(&querystr, " ("); in php_pgsql_insert()
5302 smart_str_appends(&querystr, tmp); in php_pgsql_insert()
5347 smart_str_appends(&querystr, ");"); in php_pgsql_insert()
5477 smart_str_appends(querystr, tmp); in build_assignment_string()
5484 smart_str_appends(querystr, " IS "); in build_assignment_string()
[all …]
/PHP-8.3/ext/readline/
H A Dreadline_cli.c162 smart_str_appends(&retval, PHP_VERSION); in cli_get_prompt()
166 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions.c382 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()

Completed in 252 milliseconds

12