/PHP-7.1/ext/intl/ |
H A D | intl_error.c | 253 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.1/Zend/ |
H A D | zend_ast.c | 762 smart_str_appends(str, ", "); in zend_ast_export_list() 820 smart_str_appends(str, ", "); in zend_ast_export_var_list() 981 smart_str_appends(str, " {\n"); in zend_ast_export_class_no_header() 984 smart_str_appends(str, "}"); in zend_ast_export_class_no_header() 1325 smart_str_appends(str, "->"); in zend_ast_export_ex() 1676 smart_str_appends(str, op); in zend_ast_export_ex() 1683 smart_str_appends(str, op); in zend_ast_export_ex() 1691 smart_str_appends(str, op); in zend_ast_export_ex() 1696 smart_str_appends(str, op); in zend_ast_export_ex() 1703 smart_str_appends(str, op); in zend_ast_export_ex() [all …]
|
H A D | zend_exceptions.c | 496 smart_str_appends(str, "NULL, "); in _build_trace_args() 502 smart_str_appends(str, "...', "); in _build_trace_args() 504 smart_str_appends(str, "', "); in _build_trace_args() 511 smart_str_appends(str, "true, "); in _build_trace_args() 516 smart_str_appends(str, ", "); in _build_trace_args() 520 smart_str_appends(str, ", "); in _build_trace_args() 527 smart_str_appends(str, ", "); in _build_trace_args() 538 smart_str_appends(str, "), "); in _build_trace_args() 575 smart_str_appends(str, "): "); in _build_trace_string() 601 smart_str_appends(str, ")\n"); in _build_trace_string() [all …]
|
H A D | zend.c | 175 smart_str_appends(buf, "(\n"); in print_hash() 191 smart_str_appends(buf, ":protected"); in print_hash() 193 smart_str_appends(buf, ":"); in print_hash() 194 smart_str_appends(buf, class_name); in print_hash() 195 smart_str_appends(buf, ":private"); in print_hash() 204 smart_str_appends(buf, "] => "); in print_hash() 206 smart_str_appends(buf, "\n"); in print_hash() 212 smart_str_appends(buf, ")\n"); in print_hash() 318 smart_str_appends(buf, "Array\n"); in zend_print_zval_r_to_buf() 321 smart_str_appends(buf, " *RECURSION*"); in zend_print_zval_r_to_buf() [all …]
|
H A D | zend_inheritance.c | 424 smart_str_appends(str, type_name); in zend_append_type_hint() 438 smart_str_appends(&str, "& "); in zend_get_function_declaration() 444 smart_str_appends(&str, "::"); in zend_get_function_declaration() 467 smart_str_appends(&str, "..."); in zend_get_function_declaration() 479 smart_str_appends(&str, "param"); in zend_get_function_declaration() 484 smart_str_appends(&str, " = "); in zend_get_function_declaration() 510 smart_str_appends(&str, "true"); in zend_get_function_declaration() 512 smart_str_appends(&str, "NULL"); in zend_get_function_declaration() 531 smart_str_appends(&str, "NULL"); in zend_get_function_declaration() 536 smart_str_appends(&str, ", "); in zend_get_function_declaration() [all …]
|
H A D | zend_smart_str.h | 27 #define smart_str_appends(dest, src) \ macro
|
/PHP-7.1/ext/standard/ |
H A D | http_fopen_wrapper.c | 379 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex() 390 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex() 415 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() 577 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 631 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() 647 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 653 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() [all …]
|
H A D | url_scanner_ex.c | 238 smart_str_appends(dest, url_parts->scheme); in PHP_INI_END() 239 smart_str_appends(dest, "://"); in PHP_INI_END() 241 smart_str_appends(dest, "//"); in PHP_INI_END() 244 smart_str_appends(dest, url_parts->user); in PHP_INI_END() 246 smart_str_appends(dest, url_parts->pass); in PHP_INI_END() 252 smart_str_appends(dest, url_parts->host); in PHP_INI_END() 259 smart_str_appends(dest, url_parts->path); in PHP_INI_END() 263 smart_str_appends(dest, url_parts->query); in PHP_INI_END() 264 smart_str_appends(dest, separator); in PHP_INI_END() 1017 smart_str_appends(&url_app, name); in php_url_scanner_adapt_single_url() [all …]
|
H A D | url_scanner_ex.re | 241 smart_str_appends(dest, url_parts->scheme); 242 smart_str_appends(dest, "://"); 244 smart_str_appends(dest, "//"); 247 smart_str_appends(dest, url_parts->user); 249 smart_str_appends(dest, url_parts->pass); 255 smart_str_appends(dest, url_parts->host); 262 smart_str_appends(dest, url_parts->path); 266 smart_str_appends(dest, url_parts->query); 267 smart_str_appends(dest, separator); 602 smart_str_appends(&url_app, name); [all …]
|
H A D | var.c | 466 smart_str_appends(buf, tmp_str); in php_var_export_ex() 853 smart_str_appends(buf, tmp_str); in php_var_serialize_intern()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 35 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.1/ext/soap/ |
H A D | php_http.c | 252 smart_str_appends(&soap_headers, phpurl->host); in http_connect() 257 smart_str_appends(&soap_headers, phpurl->host); in http_connect() 556 smart_str_appends(&soap_headers, phpurl->scheme); in make_http_soap_request() 558 smart_str_appends(&soap_headers, phpurl->host); in make_http_soap_request() 563 smart_str_appends(&soap_headers, phpurl->path); in make_http_soap_request() 569 smart_str_appends(&soap_headers, phpurl->query); in make_http_soap_request() 581 smart_str_appends(&soap_headers, phpurl->host); in make_http_soap_request() 612 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request() 624 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request() 632 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request() [all …]
|
H A D | php_schema.c | 58 smart_str_appends(&nscat, (char*)ns); in create_encoder() 60 smart_str_appends(&nscat, (char*)type); in create_encoder() 1096 smart_str_appends(&key, type); in schema_group() 1532 smart_str_appends(&nscat, type); in schema_element() 1552 smart_str_appends(&key, newType->namens); in schema_element() 1554 smart_str_appends(&key, newType->name); in schema_element() 1561 smart_str_appends(&key, newType->name); in schema_element() 1766 smart_str_appends(&key, attr_name); in schema_attribute() 1976 smart_str_appends(&key, newType->namens); in schema_attributeGroup() 1978 smart_str_appends(&key, newType->name); in schema_attributeGroup() [all …]
|
H A D | php_packet_soap.c | 405 smart_str_appends(&key, (char*)trav->ns->href); in parse_packet_soap() 408 smart_str_appends(&key, (char*)trav->name); in parse_packet_soap()
|
H A D | php_encoding.c | 324 smart_str_appends(&prefix, id); in soap_check_zval_ref() 341 smart_str_appends(&prefix, id); in soap_check_zval_ref() 562 smart_str_appends(&nscat, cptype); in master_to_zval_int() 2329 smart_str_appends(&array_type, value); in to_xml_array() 2368 smart_str_appends(&array_type, ext->val); in to_xml_array() 3115 smart_str_appends(&nscat, (char*)data->name); in to_zval_any() 3598 smart_str_appends(type, (char*)ns->prefix); in get_array_type() 3600 smart_str_appends(&array_type, cur_ns); in get_array_type() 3603 smart_str_appends(type, cur_stype); in get_array_type() 3605 smart_str_appends(&array_type, cur_stype); in get_array_type() [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() 539 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header() 542 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header() 641 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body() 644 smart_str_appends(&key,h->name); in wsdl_soap_binding_body() 3244 smart_str_appends(&headers, "User-Agent: "); in get_sdl() 3245 smart_str_appends(&headers, Z_STRVAL_P(tmp)); in get_sdl() 3246 smart_str_appends(&headers, "\r\n"); in get_sdl() 3257 smart_str_appends(&proxy,"tcp://"); in get_sdl() [all …]
|
H A D | soap.c | 1122 smart_str_appends(&nscat, type_ns); in soap_create_typemap() 1125 smart_str_appends(&nscat, type_name); in soap_create_typemap() 2735 smart_str_appends(&error,"Function (\""); 2736 smart_str_appends(&error,function); 2756 smart_str_appends(&action, call_uri); 2758 smart_str_appends(&action, function); 2760 smart_str_appends(&action, soap_action); 4735 smart_str_appends(buf, end); 4744 smart_str_appends(buf, ext->val); 4763 smart_str_appends(buf, ext->val); [all …]
|
/PHP-7.1/ext/wddx/ |
H A D | php_wddx_api.h | 51 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str)
|
/PHP-7.1/ext/mcrypt/ |
H A D | mcrypt.c | 459 smart_str_appends(&tmp1, "none"); in PHP_MINFO_FUNCTION() 462 smart_str_appends(&tmp1, modules[i]); in PHP_MINFO_FUNCTION() 470 smart_str_appends(&tmp2, "none"); in PHP_MINFO_FUNCTION() 473 smart_str_appends(&tmp2, modules[i]); in PHP_MINFO_FUNCTION() 1164 smart_str_appends(&str, "Only keys of sizes "); in php_mcrypt_get_key_size_str() 1168 smart_str_appends(&str, " or "); in php_mcrypt_get_key_size_str() 1170 smart_str_appends(&str, ", "); in php_mcrypt_get_key_size_str() 1176 smart_str_appends(&str, " supported"); in php_mcrypt_get_key_size_str()
|
/PHP-7.1/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 87 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins() 105 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
|
/PHP-7.1/ext/session/ |
H A D | session.c | 1281 smart_str_appends(&ncookie, COOKIE_EXPIRES); 1285 smart_str_appends(&ncookie, COOKIE_MAX_AGE); 1291 smart_str_appends(&ncookie, COOKIE_PATH); 1292 smart_str_appends(&ncookie, PS(cookie_path)); 1296 smart_str_appends(&ncookie, COOKIE_DOMAIN); 1301 smart_str_appends(&ncookie, COOKIE_SECURE); 1305 smart_str_appends(&ncookie, COOKIE_HTTPONLY); 1384 smart_str_appends(&var, PS(session_name)); 1386 smart_str_appends(&var, ZSTR_VAL(PS(id))); 2161 smart_str_appends(&buf, "session"); [all …]
|
/PHP-7.1/ext/pgsql/ |
H A D | pgsql.c | 1296 smart_str_appends(&str, "pgsql"); 2375 smart_str_appends(&str, "pgsql_oid_"); 2405 smart_str_appends(&str, tmp_oid); 5558 smart_str_appends(&querystr, 5568 smart_str_appends(&querystr, 6565 smart_str_appends(querystr, escaped); 6620 smart_str_appends(&querystr, " ("); 6629 smart_str_appends(&querystr, tmp); 6675 smart_str_appends(&querystr, ");"); 6801 smart_str_appends(querystr, tmp); [all …]
|
/PHP-7.1/ext/readline/ |
H A D | readline_cli.c | 168 smart_str_appends(&retval, PHP_VERSION); in cli_get_prompt() 172 smart_str_appends(&retval, block); in cli_get_prompt()
|
/PHP-7.1/sapi/apache2handler/ |
H A D | php_functions.c | 387 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
|
/PHP-7.1/ext/sockets/ |
H A D | conversions.c | 158 smart_str_appends(&path, *node); in do_from_to_zval_err() 159 smart_str_appends(&path, " > "); in do_from_to_zval_err()
|