Home
last modified time | relevance | path

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

12

/PHP-7.4/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.4/Zend/
H A Dzend_ast.c1093 smart_str_appends(str, ", "); in zend_ast_export_list()
1151 smart_str_appends(str, ", "); in zend_ast_export_var_list()
1309 smart_str_appends(str, " {\n"); in zend_ast_export_class_no_header()
1312 smart_str_appends(str, "}"); in zend_ast_export_class_no_header()
1689 smart_str_appends(str, "->"); in zend_ast_export_ex()
2048 smart_str_appends(str, op); in zend_ast_export_ex()
2055 smart_str_appends(str, op); in zend_ast_export_ex()
2063 smart_str_appends(str, op); in zend_ast_export_ex()
2068 smart_str_appends(str, op); in zend_ast_export_ex()
2075 smart_str_appends(str, op); in zend_ast_export_ex()
[all …]
H A Dzend_exceptions.c517 smart_str_appends(str, "NULL, "); in _build_trace_args()
523 smart_str_appends(str, "...', "); in _build_trace_args()
525 smart_str_appends(str, "', "); in _build_trace_args()
532 smart_str_appends(str, "true, "); in _build_trace_args()
537 smart_str_appends(str, ", "); in _build_trace_args()
541 smart_str_appends(str, ", "); in _build_trace_args()
545 smart_str_appends(str, ", "); in _build_trace_args()
555 smart_str_appends(str, "), "); in _build_trace_args()
592 smart_str_appends(str, "): "); in _build_trace_string()
618 smart_str_appends(str, ")\n"); in _build_trace_string()
[all …]
H A Dzend.c294 smart_str_appends(buf, "(\n"); in print_hash()
310 smart_str_appends(buf, ":protected"); in print_hash()
312 smart_str_appends(buf, ":"); in print_hash()
313 smart_str_appends(buf, class_name); in print_hash()
314 smart_str_appends(buf, ":private"); in print_hash()
323 smart_str_appends(buf, "] => "); in print_hash()
325 smart_str_appends(buf, "\n"); in print_hash()
331 smart_str_appends(buf, ")\n"); in print_hash()
437 smart_str_appends(buf, "Array\n"); in zend_print_zval_r_to_buf()
440 smart_str_appends(buf, " *RECURSION*"); in zend_print_zval_r_to_buf()
[all …]
H A Dzend_inheritance.c555 smart_str_appends(str, type_name); in zend_append_type_hint()
568 smart_str_appends(&str, "& "); in zend_get_function_declaration()
574 smart_str_appends(&str, "::"); in zend_get_function_declaration()
597 smart_str_appends(&str, "..."); in zend_get_function_declaration()
609 smart_str_appends(&str, "param"); in zend_get_function_declaration()
614 smart_str_appends(&str, " = "); in zend_get_function_declaration()
638 smart_str_appends(&str, "true"); in zend_get_function_declaration()
640 smart_str_appends(&str, "NULL"); in zend_get_function_declaration()
665 smart_str_appends(&str, "NULL"); in zend_get_function_declaration()
670 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.4/ext/standard/
H A Dhttp_fopen_wrapper.c385 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
396 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
421 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
545 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
557 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
569 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
623 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
628 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
639 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
645 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
[all …]
H A Dhead.c117 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
119 smart_str_appends(&buf, "=deleted; expires="); in php_setcookie()
121 smart_str_appends(&buf, "; Max-Age=0"); in php_setcookie()
124 smart_str_appends(&buf, "Set-Cookie: "); in php_setcookie()
138 smart_str_appends(&buf, COOKIE_EXPIRES); in php_setcookie()
157 smart_str_appends(&buf, COOKIE_MAX_AGE); in php_setcookie()
163 smart_str_appends(&buf, COOKIE_PATH); in php_setcookie()
167 smart_str_appends(&buf, COOKIE_DOMAIN); in php_setcookie()
171 smart_str_appends(&buf, COOKIE_SECURE); in php_setcookie()
174 smart_str_appends(&buf, COOKIE_HTTPONLY); in php_setcookie()
[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);
782 smart_str_appends(&url_state->form_app, "\" />");
[all …]
H A Dvar.c505 smart_str_appends(buf, "-1"); in php_var_export_ex()
512 smart_str_appends(buf, tmp_str); in php_var_export_ex()
1001 smart_str_appends(buf, tmp_str); in php_var_serialize_intern()
H A Dmail.c149 smart_str_appends(s, Z_STRVAL_P(val)); in php_mail_build_headers_elem()
/PHP-7.4/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.4/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()
1974 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1976 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()
2282 smart_str_appends(&array_type, value); in to_xml_array()
2321 smart_str_appends(&array_type, ext->val); in to_xml_array()
3072 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.c1092 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
1095 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2712 smart_str_appends(&error,"Function (\"");
2713 smart_str_appends(&error,function);
2733 smart_str_appends(&action, call_uri);
2735 smart_str_appends(&action, function);
2737 smart_str_appends(&action, soap_action);
4755 smart_str_appends(buf, end);
4764 smart_str_appends(buf, ext->val);
4783 smart_str_appends(buf, ext->val);
[all …]
H A Dphp_sdl.c202 smart_str_appends(&key, ns); in get_binding_from_name()
204 smart_str_appends(&key, name); in get_binding_from_name()
542 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
545 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
644 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
647 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3254 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3255 smart_str_appends(&headers, Z_STRVAL_P(tmp)); in get_sdl()
3256 smart_str_appends(&headers, "\r\n"); in get_sdl()
3265 smart_str_appends(&proxy,"tcp://"); in get_sdl()
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c616 smart_str_appends(str, "..."); in _parameter_string()
632 smart_str_appends(str, " = "); in _parameter_string()
639 smart_str_appends(str, "true"); in _parameter_string()
643 smart_str_appends(str, "NULL"); in _parameter_string()
662 smart_str_appends(str, " ]"); in _parameter_string()
767 smart_str_appends(str, "> "); in _function_string()
832 smart_str_appends(str, "]\n"); in _function_string()
875 smart_str_appends(str, " ]\n"); in _property_string()
886 smart_str_appends(str, "ALL"); in _extension_ini_string()
901 smart_str_appends(str, "> ]\n"); in _extension_ini_string()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dphp_mysqlnd.c64 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
82 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-7.4/ext/session/
H A Dsession.c1339 smart_str_appends(&ncookie, COOKIE_EXPIRES); in php_session_send_cookie()
1343 smart_str_appends(&ncookie, COOKIE_MAX_AGE); in php_session_send_cookie()
1349 smart_str_appends(&ncookie, COOKIE_PATH); in php_session_send_cookie()
1350 smart_str_appends(&ncookie, PS(cookie_path)); in php_session_send_cookie()
1354 smart_str_appends(&ncookie, COOKIE_DOMAIN); in php_session_send_cookie()
1359 smart_str_appends(&ncookie, COOKIE_SECURE); in php_session_send_cookie()
1363 smart_str_appends(&ncookie, COOKIE_HTTPONLY); in php_session_send_cookie()
1450 smart_str_appends(&var, PS(session_name)); in php_session_reset_id()
1452 smart_str_appends(&var, ZSTR_VAL(PS(id))); in php_session_reset_id()
2433 smart_str_appends(&buf, "session"); in php_session_start_set_ini()
[all …]
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1315 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,
6580 smart_str_appends(querystr, escaped);
6635 smart_str_appends(&querystr, " (");
6644 smart_str_appends(&querystr, tmp);
6690 smart_str_appends(&querystr, ");");
6813 smart_str_appends(querystr, tmp);
[all …]
/PHP-7.4/ext/readline/
H A Dreadline_cli.c163 smart_str_appends(&retval, PHP_VERSION); in cli_get_prompt()
167 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c385 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dconversions.c158 smart_str_appends(&path, *node); in do_from_to_zval_err()
159 smart_str_appends(&path, " > "); in do_from_to_zval_err()

Completed in 146 milliseconds

12