Searched refs:smart_str_append_unsigned (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | http_fopen_wrapper.c | 251 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex() 563 smart_str_append_unsigned(&req_buf, resource->port); in php_stream_url_wrap_http_ex() 618 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex() 634 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
|
H A D | var.c | 933 smart_str_append_unsigned(buf, count); in php_var_serialize_nested_data() 1074 … smart_str_append_unsigned(buf, ZSTR_LEN(class_name) + strlen(":") + Z_STRLEN_P(case_name_zval)); in php_var_serialize_intern() 1100 smart_str_append_unsigned(buf, zend_hash_num_elements(Z_ARRVAL(retval))); in php_var_serialize_intern() 1216 smart_str_append_unsigned(buf, count); in php_var_serialize_intern()
|
H A D | url_scanner_ex.re | 257 smart_str_append_unsigned(dest, (long)url_parts->port);
|
/PHP-8.1/Zend/ |
H A D | zend_smart_str.h | 42 #define smart_str_append_unsigned(dest, val) \ macro
|
H A D | zend.c | 378 smart_str_append_unsigned(buf, num_key); in print_flat_hash()
|
/PHP-8.1/ext/filter/ |
H A D | sanitizing_filters.c | 40 smart_str_append_unsigned(&str, (zend_ulong)*s); in php_filter_encode_html()
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 84 smart_str_append_unsigned(&s, ex->opline->lineno); in phpdbg_compile_stackframe()
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 247 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect() 253 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect() 556 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request() 580 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 1636 smart_str_append_unsigned(&querystr, oid); in PHP_FUNCTION()
|
Completed in 33 milliseconds