/PHP-8.2/ext/intl/ |
H A D | intl_error.c | 215 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.2/Zend/ |
H A D | zend_ast.c | 1348 smart_str_appends(str, ", "); in zend_ast_export_list() 1406 smart_str_appends(str, ", "); in zend_ast_export_var_list() 1565 smart_str_appends(str, "}"); in zend_ast_export_class_no_header() 1591 smart_str_appends(str, "#["); in zend_ast_export_attributes() 1593 smart_str_appends(str, "]"); in zend_ast_export_attributes() 2456 smart_str_appends(str, op); in zend_ast_export_ex() 2463 smart_str_appends(str, op); in zend_ast_export_ex() 2471 smart_str_appends(str, op); in zend_ast_export_ex() 2476 smart_str_appends(str, op); in zend_ast_export_ex() 2483 smart_str_appends(str, op); in zend_ast_export_ex() [all …]
|
H A D | zend_exceptions.c | 512 smart_str_appends(str, ", "); in _build_trace_args() 516 smart_str_appends(str, "Resource id #"); in _build_trace_args() 518 smart_str_appends(str, ", "); in _build_trace_args() 521 smart_str_appends(str, "Array, "); in _build_trace_args() 525 smart_str_appends(str, "Object("); in _build_trace_args() 527 smart_str_appends(str, "), "); in _build_trace_args() 548 smart_str_appends(str, "[unknown file]: "); in _build_trace_string() 562 smart_str_appends(str, "): "); in _build_trace_string() 581 smart_str_appends(str, ": "); in _build_trace_string() 593 smart_str_appends(str, ")\n"); in _build_trace_string() [all …]
|
H A D | zend.c | 321 smart_str_appends(buf, "(\n"); in print_hash() 339 smart_str_appends(buf, ":"); in print_hash() 340 smart_str_appends(buf, class_name); in print_hash() 350 smart_str_appends(buf, "] => "); in print_hash() 352 smart_str_appends(buf, "\n"); in print_hash() 358 smart_str_appends(buf, ")\n"); in print_hash() 379 smart_str_appends(buf, "] => "); in print_flat_hash() 415 smart_str_appends(buf, "Array ("); in zend_print_flat_zval_r_to_buf() 432 smart_str_appends(buf, " Object ("); in zend_print_flat_zval_r_to_buf() 479 smart_str_appends(buf, "Array\n"); in zend_print_zval_r_to_buf() [all …]
|
H A D | zend_smart_str.c | 120 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 D | zend_attributes.c | 243 smart_str_appends(&str, ", "); in zend_get_attribute_target_names() 246 smart_str_appends(&str, target_names[i]); in zend_get_attribute_target_names()
|
H A D | zend_inheritance.c | 878 smart_str_appends(&str, "& "); in zend_get_function_declaration() 888 smart_str_appends(&str, "::"); in zend_get_function_declaration() 911 smart_str_appends(&str, "..."); in zend_get_function_declaration() 922 smart_str_appends(&str, " = "); in zend_get_function_declaration() 953 smart_str_appends(&str, "true"); in zend_get_function_declaration() 955 smart_str_appends(&str, "null"); in zend_get_function_declaration() 960 smart_str_appends(&str, "..."); in zend_get_function_declaration() 965 smart_str_appends(&str, "[]"); in zend_get_function_declaration() 975 smart_str_appends(&str, "::"); in zend_get_function_declaration() 991 smart_str_appends(&str, ", "); in zend_get_function_declaration() [all …]
|
H A D | zend_smart_str.h | 174 static zend_always_inline void smart_str_appends(smart_str *dest, const char *src) in smart_str_appends() function
|
/PHP-8.2/ext/standard/ |
H A D | head.c | 130 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 D | http_fopen_wrapper.c | 381 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex() 392 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex() 417 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 541 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 553 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 565 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 619 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() 635 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 641 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() [all …]
|
H A D | url_scanner_ex.re | 242 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 D | mail.c | 154 smart_str_appends(s, Z_STRVAL_P(val)); in php_mail_build_headers_elem()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 33 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.2/ext/soap/ |
H A D | php_http.c | 259 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() 572 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request() 577 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->path)); in make_http_soap_request() 583 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request() 595 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request() 624 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request() 645 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request() 663 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request() 872 smart_str_appends(&soap_headers, "; "); in make_http_soap_request() [all …]
|
H A D | php_schema.c | 55 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 D | php_packet_soap.c | 402 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 D | php_encoding.c | 308 smart_str_appends(&prefix, id); in soap_check_zval_ref() 325 smart_str_appends(&prefix, id); in soap_check_zval_ref() 542 smart_str_appends(&nscat, cptype); in master_to_zval_int() 2291 smart_str_appends(&array_type, value); in to_xml_array() 2330 smart_str_appends(&array_type, ext->val); in to_xml_array() 3080 smart_str_appends(&nscat, (char*)data->name); in to_zval_any() 3569 smart_str_appends(type, (char*)ns->prefix); in get_array_type() 3571 smart_str_appends(&array_type, cur_ns); in get_array_type() 3574 smart_str_appends(type, cur_stype); in get_array_type() 3576 smart_str_appends(&array_type, cur_stype); in get_array_type() [all …]
|
H A D | soap.c | 767 smart_str_appends(&nscat, type_ns); in soap_create_typemap() 770 smart_str_appends(&nscat, type_name); in soap_create_typemap() 2287 smart_str_appends(&error,"Function (\""); 2288 smart_str_appends(&error,function); 2307 smart_str_appends(&action, call_uri); 2309 smart_str_appends(&action, function); 2311 smart_str_appends(&action, soap_action); 4278 smart_str_appends(buf, end); 4287 smart_str_appends(buf, ext->val); 4306 smart_str_appends(buf, ext->val); [all …]
|
H A D | php_sdl.c | 201 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.2/ext/reflection/ |
H A D | php_reflection.c | 587 smart_str_appends(str, " }\n"); in _class_const_string() 630 smart_str_appends(str, ", "); in format_default_value() 653 smart_str_appends(str, "::"); in format_default_value() 688 smart_str_appends(str, "..."); in _parameter_string() 695 smart_str_appends(str, " = "); in _parameter_string() 714 smart_str_appends(str, " ]"); in _parameter_string() 816 smart_str_appends(str, "> "); in _function_string() 874 smart_str_appends(str, "]\n"); in _function_string() 930 smart_str_appends(str, " = "); in _property_string() 937 smart_str_appends(str, " ]\n"); in _property_string() [all …]
|
/PHP-8.2/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 55 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.2/ext/session/ |
H A D | session.c | 1352 smart_str_appends(&ncookie, COOKIE_EXPIRES); in php_session_send_cookie() 1356 smart_str_appends(&ncookie, COOKIE_MAX_AGE); in php_session_send_cookie() 1362 smart_str_appends(&ncookie, COOKIE_PATH); in php_session_send_cookie() 1363 smart_str_appends(&ncookie, PS(cookie_path)); in php_session_send_cookie() 1367 smart_str_appends(&ncookie, COOKIE_DOMAIN); in php_session_send_cookie() 1372 smart_str_appends(&ncookie, COOKIE_SECURE); in php_session_send_cookie() 1376 smart_str_appends(&ncookie, COOKIE_HTTPONLY); in php_session_send_cookie() 1380 smart_str_appends(&ncookie, COOKIE_SAMESITE); in php_session_send_cookie() 1463 smart_str_appends(&var, PS(session_name)); in php_session_reset_id() 1465 smart_str_appends(&var, ZSTR_VAL(PS(id))); in php_session_reset_id() [all …]
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 552 smart_str_appends(&str, "pgsql"); in php_pgsql_do_connect() 4186 smart_str_appends(&querystr, in php_pgsql_meta_data() 4196 smart_str_appends(&querystr, in php_pgsql_meta_data() 5188 smart_str_appends(querystr, escaped); in build_tablename() 5201 smart_str_appends(querystr, escaped); in build_tablename() 5242 smart_str_appends(&querystr, " ("); in php_pgsql_insert() 5251 smart_str_appends(&querystr, tmp); in php_pgsql_insert() 5296 smart_str_appends(&querystr, ");"); in php_pgsql_insert() 5426 smart_str_appends(querystr, tmp); in build_assignment_string() 5433 smart_str_appends(querystr, " IS "); in build_assignment_string() [all …]
|
/PHP-8.2/ext/readline/ |
H A D | readline_cli.c | 162 smart_str_appends(&retval, PHP_VERSION); in cli_get_prompt() 166 smart_str_appends(&retval, block); in cli_get_prompt()
|
/PHP-8.2/sapi/apache2handler/ |
H A D | php_functions.c | 382 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
|