Home
last modified time | relevance | path

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

12

/php-src/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-src/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.c506 smart_str_appends(str, ", "); in _build_trace_args()
510 smart_str_appends(str, "Resource id #"); in _build_trace_args()
512 smart_str_appends(str, ", "); in _build_trace_args()
515 smart_str_appends(str, "Array, "); in _build_trace_args()
519 smart_str_appends(str, "Object("); in _build_trace_args()
521 smart_str_appends(str, "), "); in _build_trace_args()
542 smart_str_appends(str, "[unknown file]: "); in _build_trace_string()
556 smart_str_appends(str, "): "); in _build_trace_string()
575 smart_str_appends(str, ": "); in _build_trace_string()
587 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.c229 smart_str_appends(&str, ", "); in zend_get_attribute_target_names()
232 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-src/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.re243 smart_str_appends(dest, "://");
245 smart_str_appends(dest, "//");
248 smart_str_appends(dest, ZSTR_VAL(url_parts->user));
250 smart_str_appends(dest, ZSTR_VAL(url_parts->pass));
256 smart_str_appends(dest, ZSTR_VAL(url_parts->host));
263 smart_str_appends(dest, ZSTR_VAL(url_parts->path));
268 smart_str_appends(dest, separator);
601 smart_str_appends(&url_app, name);
609 smart_str_appends(&url_app, value);
784 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-src/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-src/ext/soap/
H A Dphp_http.c245 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in http_connect()
250 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in http_connect()
554 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->scheme)); in make_http_soap_request()
556 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
561 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->path)); in make_http_soap_request()
567 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
579 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
608 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
629 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
647 smart_str_appends(&soap_headers, soapaction); 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()
1102 smart_str_appends(&key, type); in schema_group()
1541 smart_str_appends(&nscat, type); in schema_element()
1561 smart_str_appends(&key, newType->namens); in schema_element()
1563 smart_str_appends(&key, newType->name); in schema_element()
1570 smart_str_appends(&key, newType->name); in schema_element()
1773 smart_str_appends(&key, attr_name); in schema_attribute()
1984 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1986 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.c316 smart_str_appends(&prefix, id); in soap_check_zval_ref()
333 smart_str_appends(&prefix, id); in soap_check_zval_ref()
550 smart_str_appends(&nscat, cptype); in master_to_zval_int()
2293 smart_str_appends(&array_type, value); in to_xml_array()
2332 smart_str_appends(&array_type, ext->val); in to_xml_array()
3102 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.c759 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
762 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2274 smart_str_appends(&error,"Function (\"");
2275 smart_str_appends(&error,function);
2294 smart_str_appends(&action, call_uri);
2296 smart_str_appends(&action, function);
2298 smart_str_appends(&action, soap_action);
4265 smart_str_appends(buf, end);
4274 smart_str_appends(buf, ext->val);
4293 smart_str_appends(buf, ext->val);
[all …]
H A Dphp_sdl.c210 smart_str_appends(&key, ns); in get_binding_from_name()
212 smart_str_appends(&key, name); in get_binding_from_name()
550 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
553 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
652 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
655 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3280 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3281 smart_str_appends(&headers, Z_STRVAL_P(tmp)); in get_sdl()
3282 smart_str_appends(&headers, "\r\n"); in get_sdl()
3290 smart_str_appends(&proxy,"tcp://"); in get_sdl()
[all …]
/php-src/ext/reflection/
H A Dphp_reflection.c544 smart_str_appends(str, indent); in _const_string()
549 smart_str_appends(str, "<"); in _const_string()
564 smart_str_appends(str, "> "); in _const_string()
567 smart_str_appends(str, type); in _const_string()
569 smart_str_appends(str, name); in _const_string()
583 smart_str_appends(str, " }\n"); in _const_string()
614 smart_str_appends(str, " }\n"); in _class_const_string()
684 smart_str_appends(str, "::"); in format_default_value()
745 smart_str_appends(str, " ]"); in _parameter_string()
849 smart_str_appends(str, "> "); in _function_string()
[all …]
/php-src/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-src/ext/session/
H A Dsession.c1351 smart_str_appends(&ncookie, COOKIE_EXPIRES); in php_session_send_cookie()
1355 smart_str_appends(&ncookie, COOKIE_MAX_AGE); in php_session_send_cookie()
1361 smart_str_appends(&ncookie, COOKIE_PATH); in php_session_send_cookie()
1362 smart_str_appends(&ncookie, PS(cookie_path)); in php_session_send_cookie()
1366 smart_str_appends(&ncookie, COOKIE_DOMAIN); in php_session_send_cookie()
1371 smart_str_appends(&ncookie, COOKIE_SECURE); in php_session_send_cookie()
1375 smart_str_appends(&ncookie, COOKIE_HTTPONLY); in php_session_send_cookie()
1379 smart_str_appends(&ncookie, COOKIE_SAMESITE); in php_session_send_cookie()
1462 smart_str_appends(&var, PS(session_name)); in php_session_reset_id()
1464 smart_str_appends(&var, ZSTR_VAL(PS(id))); in php_session_reset_id()
[all …]
/php-src/ext/pgsql/
H A Dpgsql.c550 smart_str_appends(&str, "pgsql"); in php_pgsql_do_connect()
4256 smart_str_appends(&querystr, in php_pgsql_meta_data()
4266 smart_str_appends(&querystr, in php_pgsql_meta_data()
5261 smart_str_appends(querystr, escaped); in build_tablename()
5274 smart_str_appends(querystr, escaped); in build_tablename()
5315 smart_str_appends(&querystr, " ("); in php_pgsql_insert()
5324 smart_str_appends(&querystr, tmp); in php_pgsql_insert()
5369 smart_str_appends(&querystr, ");"); in php_pgsql_insert()
5499 smart_str_appends(querystr, tmp); in build_assignment_string()
5506 smart_str_appends(querystr, " IS "); in build_assignment_string()
[all …]
/php-src/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-src/sapi/apache2handler/
H A Dphp_functions.c382 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()

Completed in 247 milliseconds

12