Home
last modified time | relevance | path

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

12

/php-src/Zend/
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_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_attributes.c364 smart_str_appends(&str, ", "); in zend_get_attribute_target_names()
367 smart_str_appends(&str, target_names[i]); in zend_get_attribute_target_names()
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_execute.c881 smart_str_appends(&msg, zend_zval_type_name(value)); in zend_match_unhandled_error()
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.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_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/dba/
H A Ddba.c385 smart_str_appends(&handlers, hptr->name); in PHP_MINFO_FUNCTION()
/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/ext/mbstring/
H A Dmbstring.c1318 smart_str_appends(&result, (*entry)->name); in PHP_FUNCTION()
4637 smart_str_appends(&str, p); in PHP_FUNCTION()
4651 smart_str_appends(&str, p); in PHP_FUNCTION()
/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/opcache/jit/
H A Dzend_jit.c727 smart_str_appends(&buf, JIT_PREFIX); in zend_jit_func_name()
730 smart_str_appends(&buf, "::"); in zend_jit_func_name()
734 smart_str_appends(&buf, ":"); in zend_jit_func_name()
736 smart_str_appends(&buf, ":"); in zend_jit_func_name()
742 smart_str_appends(&buf, JIT_PREFIX); in zend_jit_func_name()
H A Dzend_jit_trace.c241 smart_str_appends(&buf, TRACE_PREFIX); in zend_jit_trace_name()
247 smart_str_appends(&buf, "::"); in zend_jit_trace_name()
7214 smart_str_appends(&buf," ESCAPE-"); in zend_jit_trace_escape_name()
/php-src/ext/openssl/
H A Dxp_ssl.c300 smart_str_appends(&ebuf, esbuf); in php_openssl_handle_ssl_error()
/php-src/ext/pgsql/
H A Dpgsql.c550 smart_str_appends(&str, "pgsql"); in php_pgsql_do_connect()
4273 smart_str_appends(&querystr, in php_pgsql_meta_data()
4283 smart_str_appends(&querystr, in php_pgsql_meta_data()
5278 smart_str_appends(querystr, escaped); in build_tablename()
5291 smart_str_appends(querystr, escaped); in build_tablename()
5332 smart_str_appends(&querystr, " ("); in php_pgsql_insert()
5341 smart_str_appends(&querystr, tmp); in php_pgsql_insert()
5386 smart_str_appends(&querystr, ");"); in php_pgsql_insert()
5516 smart_str_appends(querystr, tmp); in build_assignment_string()
5523 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/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/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/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 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()
560 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->scheme)); in make_http_soap_request()
562 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
567 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->path)); in make_http_soap_request()
573 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
585 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->host)); in make_http_soap_request()
614 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
635 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
653 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
[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_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_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 …]
H A Dsoap.c820 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
823 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2342 smart_str_appends(&error,"Function (\"");
2343 smart_str_appends(&error,function);
2362 smart_str_appends(&action, call_uri);
2364 smart_str_appends(&action, function);
2366 smart_str_appends(&action, soap_action);
4331 smart_str_appends(buf, end);
4340 smart_str_appends(buf, ext->val);
4359 smart_str_appends(buf, ext->val);
[all …]

Completed in 199 milliseconds

12