/PHP-8.3/ext/standard/ |
H A D | head.c | 131 smart_str_append(&buf, name); in php_setcookie() 133 smart_str_append(&buf, dt); in php_setcookie() 138 smart_str_append(&buf, name); in php_setcookie() 142 smart_str_append(&buf, encoded_value); in php_setcookie() 145 smart_str_append(&buf, value); in php_setcookie() 154 smart_str_append(&buf, dt); in php_setcookie() 169 smart_str_append(&buf, path); in php_setcookie() 173 smart_str_append(&buf, domain); in php_setcookie() 183 smart_str_append(&buf, samesite); in php_setcookie()
|
H A D | http.c | 29 smart_str_append(form_str, arg_sep); in php_url_encode_scalar() 33 smart_str_append(form_str, key_prefix); in php_url_encode_scalar() 42 smart_str_append(form_str, encoded_key); in php_url_encode_scalar() 64 smart_str_append(form_str, encoded_data); in php_url_encode_scalar() 79 smart_str_append(form_str, encoded_data); in php_url_encode_scalar()
|
H A D | var.c | 448 smart_str_append(buf, tmp_str); in php_array_element_export() 473 smart_str_append(buf, pname_esc); in php_object_element_export() 524 smart_str_append(buf, ztmp2); in php_var_export_ex() 587 smart_str_append(buf, ce->name); in php_var_export_ex() 592 smart_str_append(buf, Z_STR_P(case_name_zval)); in php_var_export_ex() 1085 smart_str_append(buf, class_name); in php_var_serialize_intern() 1087 smart_str_append(buf, Z_STR_P(case_name_zval)); in php_var_serialize_intern()
|
H A D | mail.c | 152 smart_str_append(s, key); in php_mail_build_headers_elem()
|
H A D | http_fopen_wrapper.c | 375 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex() 433 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
|
H A D | url_scanner_ex.re | 638 smart_str_append(&ctx->result, ctx->buf.s); 704 smart_str_append(&ctx->result, ctx->buf.s);
|
H A D | file.c | 1807 smart_str_append(&csvline, field_str); in php_fputcsv() 1817 smart_str_append(&csvline, eol_str); in php_fputcsv()
|
H A D | string.c | 2789 smart_str_append(&result, s); 4545 smart_str_append(&tags_ss, tag);
|
/PHP-8.3/ext/intl/ |
H A D | intl_error.c | 244 smart_str_append( &ret, u8str ); in intl_parse_error_to_string() 264 smart_str_append( &ret, u8str ); in intl_parse_error_to_string()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 60 smart_str_append(&s, op_array->scope->name); in phpdbg_compile_stackframe() 63 smart_str_append(&s, op_array->function_name); in phpdbg_compile_stackframe() 82 smart_str_append(&s, op_array->filename); in phpdbg_compile_stackframe()
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 39 smart_str_append(&auth, Z_STR_P(login)); in proxy_authentication() 44 smart_str_append(&auth, Z_STR_P(password)); in proxy_authentication() 49 smart_str_append(soap_headers, buf); in proxy_authentication() 65 smart_str_append(&auth, Z_STR_P(login)); in basic_authentication() 70 smart_str_append(&auth, Z_STR_P(password)); in basic_authentication() 75 smart_str_append(soap_headers, buf); in basic_authentication() 827 smart_str_append(&auth, Z_STR_P(login)); in make_http_soap_request() 831 smart_str_append(&auth, Z_STR_P(password)); in make_http_soap_request() 836 smart_str_append(&soap_headers, buf); in make_http_soap_request() 875 smart_str_append(&soap_headers, key); in make_http_soap_request() [all …]
|
H A D | php_encoding.c | 404 smart_str_append(&nscat, Z_STR_P(zns)); in master_to_xml_int() 407 smart_str_append(&nscat, Z_STR_P(zstype)); in master_to_xml_int()
|
/PHP-8.3/Zend/ |
H A D | zend.c | 404 smart_str_append(buf, string_key); in print_hash() 434 smart_str_append(buf, string_key); in print_flat_hash() 490 smart_str_append(buf, class_name); in zend_print_flat_zval_r_to_buf() 512 smart_str_append(buf, Z_STR_P(expr)); in zend_print_flat_zval_r_to_buf() 517 smart_str_append(buf, str); in zend_print_flat_zval_r_to_buf() 594 smart_str_append(buf, Z_STR_P(expr)); in zend_print_zval_r_to_buf() 599 smart_str_append(buf, str); in zend_print_zval_r_to_buf()
|
H A D | zend_smart_str.h | 178 static zend_always_inline void smart_str_append(smart_str *dest, const zend_string *src) in smart_str_append() function
|
H A D | zend_exceptions.c | 555 smart_str_append(str, Z_STR_P(file)); in _build_trace_string() 576 smart_str_append(str, name); in _build_trace_string()
|
H A D | zend_inheritance.c | 866 smart_str_append(str, type_str); in zend_append_type_hint() 894 smart_str_append(&str, fptr->common.function_name); in zend_get_function_declaration() 975 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration() 977 smart_str_append(&str, zend_ast_get_str(ast->child[0])); in zend_get_function_declaration() 979 smart_str_append(&str, zend_ast_get_str(ast->child[1])); in zend_get_function_declaration() 986 smart_str_append(&str, zv_str); in zend_get_function_declaration()
|
H A D | zend_ast.c | 1306 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_name() 1324 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_ns_name() 1381 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_var() 2382 smart_str_append(str, zend_ast_get_str(ast->child[0])); in zend_ast_export_ex()
|
/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 110 smart_str_append(buf, Z_OBJCE_P(retval)->name); in get_retval_info()
|
/PHP-8.3/ext/spl/ |
H A D | spl_iterators.c | 1047 smart_str_append(&str, object->prefix[0]); in spl_recursive_tree_iterator_get_prefix() 1053 smart_str_append(&str, object->prefix[1]); in spl_recursive_tree_iterator_get_prefix() 1055 smart_str_append(&str, object->prefix[2]); in spl_recursive_tree_iterator_get_prefix() 1063 smart_str_append(&str, object->prefix[3]); in spl_recursive_tree_iterator_get_prefix() 1065 smart_str_append(&str, object->prefix[4]); in spl_recursive_tree_iterator_get_prefix() 1070 smart_str_append(&str, object->prefix[5]); in spl_recursive_tree_iterator_get_prefix()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 584 smart_str_append(str, value_str); in _class_const_string() 656 smart_str_append(str, class->name); in format_default_value() 658 smart_str_append(str, Z_STR_P(zend_enum_fetch_case_name(obj))); in format_default_value() 662 smart_str_append(str, ast_str); in format_default_value() 684 smart_str_append(str, type_str); in _parameter_string() 922 smart_str_append(str, type_str); in _property_string() 6576 smart_str_append(&str, attr->data->name); in ZEND_METHOD() 6586 smart_str_append(&str, attr->data->args[i].name); in ZEND_METHOD()
|
/PHP-8.3/ext/session/ |
H A D | session.c | 2386 smart_str_append(&id, prefix); in PHP_FUNCTION() 2411 smart_str_append(&id, new_id); in PHP_FUNCTION() 2528 smart_str_append(&buf, varname); in php_session_start_set_ini()
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 5305 smart_str_append(&querystr, fld); in php_pgsql_insert() 5327 smart_str_append(&querystr, Z_STR_P(val)); in php_pgsql_insert() 5480 smart_str_append(querystr, fld); in build_assignment_string() 5499 smart_str_append(querystr, Z_STR_P(val)); in build_assignment_string()
|