/php-src/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 | 33 smart_str_append(form_str, arg_sep); in php_url_encode_scalar() 37 smart_str_append(form_str, key_prefix); in php_url_encode_scalar() 46 smart_str_append(form_str, encoded_key); in php_url_encode_scalar() 69 smart_str_append(form_str, encoded_data); in php_url_encode_scalar() 84 smart_str_append(form_str, encoded_data); in php_url_encode_scalar()
|
H A D | var.c | 468 smart_str_append(buf, tmp_str); in php_array_element_export() 495 smart_str_append(buf, pname_esc); in php_object_element_export() 548 smart_str_append(buf, ztmp2); in php_var_export_ex() 617 smart_str_append(buf, ce->name); in php_var_export_ex() 622 smart_str_append(buf, Z_STR_P(case_name_zval)); in php_var_export_ex() 1132 smart_str_append(buf, class_name); in php_var_serialize_intern() 1134 smart_str_append(buf, Z_STR_P(case_name_zval)); in php_var_serialize_intern()
|
H A D | http_fopen_wrapper.c | 369 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex() 427 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
|
H A D | mail.c | 159 smart_str_append(s, key); in php_mail_build_headers_elem()
|
H A D | url_scanner_ex.re | 645 smart_str_append(&ctx->result, ctx->buf.s); 707 smart_str_append(&ctx->result, ctx->buf.s);
|
H A D | file.c | 1779 smart_str_append(&csvline, field_str); in php_fputcsv() 1789 smart_str_append(&csvline, eol_str); in php_fputcsv()
|
H A D | string.c | 3020 smart_str_append(&result, s); 4838 smart_str_append(&tags_ss, tag);
|
/php-src/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-src/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-src/ext/soap/ |
H A D | php_http.c | 36 smart_str_append(&auth, Z_STR_P(login)); in proxy_authentication() 41 smart_str_append(&auth, Z_STR_P(password)); in proxy_authentication() 46 smart_str_append(soap_headers, buf); in proxy_authentication() 62 smart_str_append(&auth, Z_STR_P(login)); in basic_authentication() 67 smart_str_append(&auth, Z_STR_P(password)); in basic_authentication() 72 smart_str_append(soap_headers, buf); in basic_authentication() 830 smart_str_append(&auth, Z_STR_P(login)); in make_http_soap_request() 834 smart_str_append(&auth, Z_STR_P(password)); in make_http_soap_request() 839 smart_str_append(&soap_headers, buf); in make_http_soap_request() 878 smart_str_append(&soap_headers, key); in make_http_soap_request() [all …]
|
H A D | soap.c | 2410 smart_str_append(&error,function); in do_soap_call() 2429 smart_str_append(&action, call_uri); in do_soap_call() 2431 smart_str_append(&action, function); in do_soap_call() 2433 smart_str_append(&action, soap_action); in do_soap_call()
|
H A D | php_encoding.c | 412 smart_str_append(&nscat, Z_STR_P(zns)); in master_to_xml_int() 415 smart_str_append(&nscat, Z_STR_P(zstype)); in master_to_xml_int()
|
/php-src/Zend/ |
H A D | zend_smart_str.c | 231 smart_str_append(dest, Z_OBJCE_P(value)->name); in smart_str_append_zval() 233 smart_str_append(dest, Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(value)))); in smart_str_append_zval()
|
H A D | zend.c | 413 smart_str_append(buf, string_key); in print_hash() 443 smart_str_append(buf, string_key); in print_flat_hash() 499 smart_str_append(buf, class_name); in zend_print_flat_zval_r_to_buf() 521 smart_str_append(buf, Z_STR_P(expr)); in zend_print_flat_zval_r_to_buf() 526 smart_str_append(buf, str); in zend_print_flat_zval_r_to_buf() 603 smart_str_append(buf, Z_STR_P(expr)); in zend_print_zval_r_to_buf() 608 smart_str_append(buf, str); in zend_print_zval_r_to_buf()
|
H A D | zend_smart_str.h | 179 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_ast.c | 1343 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_name() 1361 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_ns_name() 1418 smart_str_append(str, Z_STR_P(zv)); in zend_ast_export_var() 2165 smart_str_append(str, Z_STR_P(zend_ast_get_zval(ast->child[0]))); in zend_ast_export_ex() 2497 smart_str_append(str, zend_ast_get_str(ast->child[0])); in zend_ast_export_ex()
|
H A D | zend_inheritance.c | 881 smart_str_append(str, type_str); in zend_append_type_hint() 909 smart_str_append(&str, fptr->common.function_name); in zend_get_function_declaration() 990 smart_str_append(&str, zend_ast_get_constant_name(ast)); in zend_get_function_declaration() 992 smart_str_append(&str, zend_ast_get_str(ast->child[0])); in zend_get_function_declaration() 994 smart_str_append(&str, zend_ast_get_str(ast->child[1])); in zend_get_function_declaration() 1001 smart_str_append(&str, zv_str); in zend_get_function_declaration()
|
/php-src/ext/zend_test/ |
H A D | observer.c | 110 smart_str_append(buf, Z_OBJCE_P(retval)->name); in get_retval_info()
|
/php-src/ext/spl/ |
H A D | spl_iterators.c | 1000 smart_str_append(&str, object->prefix[0]); in spl_recursive_tree_iterator_get_prefix() 1006 smart_str_append(&str, object->prefix[1]); in spl_recursive_tree_iterator_get_prefix() 1008 smart_str_append(&str, object->prefix[2]); in spl_recursive_tree_iterator_get_prefix() 1016 smart_str_append(&str, object->prefix[3]); in spl_recursive_tree_iterator_get_prefix() 1018 smart_str_append(&str, object->prefix[4]); in spl_recursive_tree_iterator_get_prefix() 1023 smart_str_append(&str, object->prefix[5]); in spl_recursive_tree_iterator_get_prefix()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 580 smart_str_append(str, ZSTR_KNOWN(ZEND_STR_ARRAY_CAPITALIZED)); in _const_string() 586 smart_str_append(str, value_str); in _const_string() 618 smart_str_append(str, value_str); in _class_const_string() 688 smart_str_append(str, ast_str); in format_default_value() 710 smart_str_append(str, type_str); in _parameter_string() 966 smart_str_append(str, type_str); in _property_string() 6963 smart_str_append(&str, attr->data->name); in ZEND_METHOD() 6973 smart_str_append(&str, attr->data->args[i].name); in ZEND_METHOD()
|
/php-src/ext/session/ |
H A D | session.c | 2479 smart_str_append(&id, prefix); in PHP_FUNCTION() 2504 smart_str_append(&id, new_id); in PHP_FUNCTION() 2621 smart_str_append(&buf, varname); in php_session_start_set_ini()
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 5562 smart_str_append(&querystr, fld); in php_pgsql_insert() 5584 smart_str_append(&querystr, Z_STR_P(val)); in php_pgsql_insert() 5739 smart_str_append(querystr, fld); in build_assignment_string() 5758 smart_str_append(querystr, Z_STR_P(val)); in build_assignment_string()
|