Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/Zend/
H A Dzend_ast.c1240 smart_str_appends(str, ", "); in zend_ast_export_list()
1298 smart_str_appends(str, ", "); in zend_ast_export_var_list()
1457 smart_str_appends(str, "}"); in zend_ast_export_class_no_header()
1483 smart_str_appends(str, "#["); in zend_ast_export_attributes()
1485 smart_str_appends(str, "]"); in zend_ast_export_attributes()
2342 smart_str_appends(str, op); in zend_ast_export_ex()
2349 smart_str_appends(str, op); in zend_ast_export_ex()
2357 smart_str_appends(str, op); in zend_ast_export_ex()
2362 smart_str_appends(str, op); in zend_ast_export_ex()
2369 smart_str_appends(str, op); in zend_ast_export_ex()
[all …]
H A Dzend_exceptions.c504 smart_str_appends(str, ", "); in _build_trace_args()
508 smart_str_appends(str, "Resource id #"); in _build_trace_args()
510 smart_str_appends(str, ", "); in _build_trace_args()
513 smart_str_appends(str, "Array, "); in _build_trace_args()
517 smart_str_appends(str, "Object("); in _build_trace_args()
519 smart_str_appends(str, "), "); in _build_trace_args()
540 smart_str_appends(str, "[unknown file]: "); in _build_trace_string()
554 smart_str_appends(str, "): "); in _build_trace_string()
573 smart_str_appends(str, ": "); in _build_trace_string()
585 smart_str_appends(str, ")\n"); in _build_trace_string()
[all …]
H A Dzend.c322 smart_str_appends(buf, "(\n"); in print_hash()
340 smart_str_appends(buf, ":"); in print_hash()
341 smart_str_appends(buf, class_name); in print_hash()
351 smart_str_appends(buf, "] => "); in print_hash()
353 smart_str_appends(buf, "\n"); in print_hash()
359 smart_str_appends(buf, ")\n"); in print_hash()
380 smart_str_appends(buf, "] => "); in print_flat_hash()
416 smart_str_appends(buf, "Array ("); in zend_print_flat_zval_r_to_buf()
433 smart_str_appends(buf, " Object ("); in zend_print_flat_zval_r_to_buf()
480 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.c162 smart_str_appends(&str, ", "); in zend_get_attribute_target_names()
165 smart_str_appends(&str, target_names[i]); in zend_get_attribute_target_names()
H A Dzend_inheritance.c835 smart_str_appends(&str, "& "); in zend_get_function_declaration()
845 smart_str_appends(&str, "::"); in zend_get_function_declaration()
868 smart_str_appends(&str, "..."); in zend_get_function_declaration()
879 smart_str_appends(&str, " = "); in zend_get_function_declaration()
910 smart_str_appends(&str, "true"); in zend_get_function_declaration()
912 smart_str_appends(&str, "null"); in zend_get_function_declaration()
917 smart_str_appends(&str, "..."); in zend_get_function_declaration()
922 smart_str_appends(&str, "[]"); in zend_get_function_declaration()
932 smart_str_appends(&str, "::"); in zend_get_function_declaration()
948 smart_str_appends(&str, ", "); in zend_get_function_declaration()
[all …]
H A Dzend_smart_str.h26 #define smart_str_appends(dest, src) \ macro
/PHP-8.1/ext/standard/
H A Dhead.c122 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
124 smart_str_appends(&buf, "=deleted; expires="); in php_setcookie()
126 smart_str_appends(&buf, "; Max-Age=0"); in php_setcookie()
129 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
143 smart_str_appends(&buf, COOKIE_EXPIRES); in php_setcookie()
163 smart_str_appends(&buf, COOKIE_MAX_AGE); in php_setcookie()
169 smart_str_appends(&buf, COOKIE_PATH); in php_setcookie()
173 smart_str_appends(&buf, COOKIE_DOMAIN); in php_setcookie()
177 smart_str_appends(&buf, COOKIE_SECURE); in php_setcookie()
180 smart_str_appends(&buf, COOKIE_HTTPONLY); in php_setcookie()
[all …]
H A Dhttp_fopen_wrapper.c381 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 Durl_scanner_ex.re240 smart_str_appends(dest, "://");
242 smart_str_appends(dest, "//");
245 smart_str_appends(dest, ZSTR_VAL(url_parts->user));
247 smart_str_appends(dest, ZSTR_VAL(url_parts->pass));
253 smart_str_appends(dest, ZSTR_VAL(url_parts->host));
260 smart_str_appends(dest, ZSTR_VAL(url_parts->path));
265 smart_str_appends(dest, separator);
598 smart_str_appends(&url_app, name);
606 smart_str_appends(&url_app, value);
780 smart_str_appends(&url_state->form_app, "\" />");
[all …]
/PHP-8.1/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.1/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()
552 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->scheme)); in make_http_soap_request()
554 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
559 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->path)); in make_http_soap_request()
565 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
577 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
606 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
627 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
645 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()
1093 smart_str_appends(&key, type); in schema_group()
1529 smart_str_appends(&nscat, type); in schema_element()
1549 smart_str_appends(&key, newType->namens); in schema_element()
1551 smart_str_appends(&key, newType->name); in schema_element()
1558 smart_str_appends(&key, newType->name); in schema_element()
1761 smart_str_appends(&key, attr_name); in schema_attribute()
1972 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1974 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.c308 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()
2280 smart_str_appends(&array_type, value); in to_xml_array()
2319 smart_str_appends(&array_type, ext->val); in to_xml_array()
3069 smart_str_appends(&nscat, (char*)data->name); in to_zval_any()
3558 smart_str_appends(type, (char*)ns->prefix); in get_array_type()
3560 smart_str_appends(&array_type, cur_ns); in get_array_type()
3563 smart_str_appends(type, cur_stype); in get_array_type()
3565 smart_str_appends(&array_type, cur_stype); in get_array_type()
[all …]
H A Dsoap.c814 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
817 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2326 smart_str_appends(&error,"Function (\"");
2327 smart_str_appends(&error,function);
2346 smart_str_appends(&action, call_uri);
2348 smart_str_appends(&action, function);
2350 smart_str_appends(&action, soap_action);
4317 smart_str_appends(buf, end);
4326 smart_str_appends(buf, ext->val);
4345 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()
541 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
544 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
643 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
646 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3265 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3266 smart_str_appends(&headers, Z_STRVAL_P(tmp)); in get_sdl()
3267 smart_str_appends(&headers, "\r\n"); in get_sdl()
3275 smart_str_appends(&proxy,"tcp://"); in get_sdl()
[all …]
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c581 smart_str_appends(str, " }\n"); in _class_const_string()
624 smart_str_appends(str, ", "); in format_default_value()
647 smart_str_appends(str, "::"); in format_default_value()
682 smart_str_appends(str, "..."); in _parameter_string()
689 smart_str_appends(str, " = "); in _parameter_string()
708 smart_str_appends(str, " ]"); in _parameter_string()
810 smart_str_appends(str, "> "); in _function_string()
868 smart_str_appends(str, "]\n"); in _function_string()
924 smart_str_appends(str, " = "); in _property_string()
931 smart_str_appends(str, " ]\n"); in _property_string()
[all …]
/PHP-8.1/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.1/ext/session/
H A Dsession.c1345 smart_str_appends(&ncookie, COOKIE_EXPIRES); in php_session_send_cookie()
1349 smart_str_appends(&ncookie, COOKIE_MAX_AGE); in php_session_send_cookie()
1355 smart_str_appends(&ncookie, COOKIE_PATH); in php_session_send_cookie()
1356 smart_str_appends(&ncookie, PS(cookie_path)); in php_session_send_cookie()
1360 smart_str_appends(&ncookie, COOKIE_DOMAIN); in php_session_send_cookie()
1365 smart_str_appends(&ncookie, COOKIE_SECURE); in php_session_send_cookie()
1369 smart_str_appends(&ncookie, COOKIE_HTTPONLY); in php_session_send_cookie()
1373 smart_str_appends(&ncookie, COOKIE_SAMESITE); in php_session_send_cookie()
1456 smart_str_appends(&var, PS(session_name)); in php_session_reset_id()
1458 smart_str_appends(&var, ZSTR_VAL(PS(id))); in php_session_reset_id()
[all …]
/PHP-8.1/ext/pgsql/
H A Dpgsql.c644 smart_str_appends(&str, "pgsql"); in php_pgsql_do_connect()
4280 smart_str_appends(&querystr, in php_pgsql_meta_data()
4290 smart_str_appends(&querystr, in php_pgsql_meta_data()
5282 smart_str_appends(querystr, escaped); in build_tablename()
5295 smart_str_appends(querystr, escaped); in build_tablename()
5336 smart_str_appends(&querystr, " ("); in php_pgsql_insert()
5345 smart_str_appends(&querystr, tmp); in php_pgsql_insert()
5390 smart_str_appends(&querystr, ");"); in php_pgsql_insert()
5520 smart_str_appends(querystr, tmp); in build_assignment_string()
5527 smart_str_appends(querystr, " IS "); in build_assignment_string()
[all …]
/PHP-8.1/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.1/sapi/apache2handler/
H A Dphp_functions.c382 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/zend_test/
H A Dobserver.c108 smart_str_appends(buf, zend_zval_type_name(retval)); in get_retval_info()

Completed in 139 milliseconds

12