/PHP-8.3/Zend/ |
H A D | micro_bench.php | 6 function simpleucall($n) { 11 function simpleudcall($n) { 19 function simpleicall($n) { 119 function call($n) { 133 function read_static($n) { 171 function read_const($n) { 191 function read_hash($n) { 205 function issetor($n) { 212 function issetor2($n) { 219 function ternary($n) { [all …]
|
H A D | bench.php | 99 function Ack($m, $n){ 112 function ary($n) { 125 function ary2($n) { 158 function ary3($n) { 174 function fibo_r($n){ 178 function fibo($n) { 185 function hash1($n) { 198 function hash2($n) { 292 function matrix($n) { 318 function sieve($n) { [all …]
|
H A D | zend_bitset.h | 34 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 5) argument 35 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) argument 37 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 6) argument 38 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) argument 40 # define ZEND_BITSET_ELM_NUM(n) ((n) / (sizeof(zend_long) * 8)) argument 41 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) argument 44 #define ZEND_BITSET_ALLOCA(n, use_heap) \ argument 127 static inline uint32_t zend_bitset_len(uint32_t n) 132 static inline bool zend_bitset_in(zend_bitset set, uint32_t n) 137 static inline void zend_bitset_incl(zend_bitset set, uint32_t n) [all …]
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.h | 39 #define P_INV64(n) ( ( n >> 0 ) & 1 ) argument 41 #define P_DEF64(n) ( ( n >> 1 ) & 1 ) argument 44 #define P_OSO(n) ( ( n >> 2 ) & 1 ) argument 46 #define P_ASO(n) ( ( n >> 3 ) & 1 ) argument 49 #define P_REXB(n) ( ( n >> 4 ) & 1 ) argument 51 #define P_REXW(n) ( ( n >> 5 ) & 1 ) argument 53 #define P_REXR(n) ( ( n >> 6 ) & 1 ) argument 55 #define P_REXX(n) ( ( n >> 7 ) & 1 ) argument 58 #define P_SEG(n) ( ( n >> 8 ) & 1 ) argument 61 #define P_VEXL(n) ( ( n >> 9 ) & 1 ) argument [all …]
|
/PHP-8.3/ext/soap/ |
H A D | php_xml.h | 44 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) argument 45 #define FOREACHATTRNODEEX(n,c,ns,i) \ argument 58 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) argument 59 #define FOREACHNODEEX(n,c,ns,i) \ argument 72 #define ENDFOREACH(n) \ argument
|
/PHP-8.3/ext/standard/ |
H A D | md5.c | 77 ssize_t n; in PHP_FUNCTION() local 167 # define SET(n) \ argument 169 # define GET(n) \ argument 172 # define SET(n) \ argument 178 # define GET(n) \ argument
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | compress.c | 362 swrite(int fd, const void *buf, size_t n) in swrite() 387 sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__))) in sread() 545 size_t bytes_max, size_t *n) in uncompressgzipped() 580 size_t bytes_max, size_t *n, int zlib) in uncompresszlib() 624 size_t bytes_max, size_t *n) in uncompressbzlib() 667 size_t bytes_max, size_t *n) in uncompressxzlib() 800 writechild(int fd, const void *old, size_t n) in writechild() 826 filter_error(unsigned char *ubuf, ssize_t n) in filter_error() 878 unsigned char **newch, size_t* n) in uncompressbuf()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_disasm.c | 197 static void zend_jit_disasm_destroy_symbols(zend_sym_node *n) { in zend_jit_disasm_destroy_symbols() 303 zend_long n, m; local 576 #define REGISTER_EG(n) \ argument 590 #define REGISTER_CG(n) \ argument 598 #define REGISTER_HELPER(n) \ argument
|
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf16.c | 293 int n = (filter->cache << 8) | (c & 0xFF); in mbfl_filt_conv_utf16_wchar() local 318 int n; in mbfl_filt_conv_utf16be_wchar() local 369 int n; in mbfl_filt_conv_wchar_utf16be() local 390 int n; in mbfl_filt_conv_utf16le_wchar() local 445 int n; in mbfl_filt_conv_wchar_utf16le() local 492 uint16_t n = (c1 << 8) | c2; in mb_utf16_to_wchar() local 522 uint16_t n = (c1 << 8) | c2; in mb_utf16be_to_wchar_default() local 600 uint16_t n = (c2 << 8) | c1; in mb_utf16le_to_wchar_default() local 739 uint16_t n = (c1 << 8) | c2; in mb_utf16be_to_wchar_avx2() local 925 uint16_t n = (c2 << 8) | c1; in mb_utf16le_to_wchar_avx2() local
|
H A D | mbfilter_utf32.c | 146 static int emit_char_if_valid(int n, mbfl_convert_filter *filter) in emit_char_if_valid() 162 int n = ((unsigned int)filter->cache << 8) | (c & 0xFF); in mbfl_filt_conv_utf32_wchar() local 185 int n = ((unsigned int)filter->cache << 8) | (c & 0xFF); in mbfl_filt_conv_utf32be_wchar() local 212 int n = ((c & 0xFFU) << 24) | filter->cache; in mbfl_filt_conv_utf32le_wchar() local
|
H A D | mbfilter_utf7imap.c | 128 int s, n = -1; in mbfl_filt_conv_utf7imap_wchar() local 322 int n = 0, s; in mbfl_filt_conv_wchar_utf7imap() local 498 static uint32_t* handle_base64_end(unsigned char n, uint32_t *out, bool *base64, bool abrupt, uint1… in handle_base64_end() 838 unsigned char n = decode_base64(*p); in mb_check_utf7imap() local
|
H A D | mbfilter_utf7.c | 109 int s, n = -1; in mbfl_filt_conv_utf7_wchar() local 288 int n = 0; in mbfl_filt_conv_wchar_utf7() local 477 static uint32_t* handle_base64_end(unsigned char n, unsigned char **p, uint32_t *out, bool *base64,… in handle_base64_end() 828 unsigned char n = decode_base64(*p); in mb_check_utf7() local
|
H A D | mbfilter_ucs4.c | 159 int n, endian; in mbfl_filt_conv_ucs4_wchar() local 218 int n; in mbfl_filt_conv_ucs4be_wchar() local 262 int n; in mbfl_filt_conv_ucs4le_wchar() local
|
H A D | mbfilter_qprint.c | 81 int s, n; in mbfl_filt_conv_qprintenc() local 181 int n, m; in mbfl_filt_conv_qprintdec() local
|
/PHP-8.3/ext/hash/murmur/ |
H A D | PMurHash.c | 106 #define dobytes(cnt, h1, c, n, ptr, len) \ argument 132 int n = c & 3; in PMurHash32_Process() local 211 int n = carry & 3; in PMurHash32_Result() local
|
H A D | PMurHash128.c | 143 #define dobytes128x86(cnt, h1, h2, h3, h4, k1, k2, k3, k4, n, ptr, len)\ argument 182 int n = k4 & 15; in PMurHash128x86_Result() local 259 int n = k4 & 15; in PMurHash128x86_Process() local 459 #define dobytes128x64(cnt, h1, h2, k1, k2, n, ptr, len) \ argument 492 int n = k2 & 15; in PMurHash128x64_Result() local 538 int n = k2 & 15; in PMurHash128x64_Process() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | create-test.php | 73 $n = @stream_select($r, $w, $e, null); variable 87 $n = false; variable
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 48 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item() 64 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
|
/PHP-8.3/main/ |
H A D | php_network.h | 32 #define shutdown(s,n) /* nothing */ argument 178 int n; in php_pollfd_for() local 196 int n; in php_pollfd_for_ms() local 239 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument 244 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument
|
H A D | network.c | 159 int n; local 316 int n; local 419 int num_addrs, n, err = 0; local 521 int n; local 739 int error = 0, n; local 793 int num_addrs, n, fatal = 0; local 1193 int n; local
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 105 #define PUT(a,n,d) \ argument 108 #define GET(a,n) \ argument 117 #define GET(a,n) \ argument 127 #define GET(a,n) \ argument 143 #define PUT(a,n,d) \ argument 145 #define GET(a,n) \ argument 152 #define PUT(a,n,d) \ argument 155 #define GET(a,n) \ argument 169 #define PUT(a,n,d) \ argument 171 #define GET(a,n) \ argument [all …]
|
H A D | pcre2_substring.c | 86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname() local 174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname() local 281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname() local
|
H A D | pcre2_find_bracket.c | 99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() local
|
/PHP-8.3/ext/filter/ |
H A D | logical_filters.c | 153 zend_ulong n = ((*(str++)) - '0'); in php_filter_parse_octal() local 173 zend_ulong n; in php_filter_parse_hex() local 362 int first, n; in php_filter_float() local 730 int n = 0; in _php_filter_validate_ipv4() local 765 int num, n, i; in _php_filter_validate_ipv6() local
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_arm64.h | 170 static int dasm_imm12(unsigned int n) in dasm_imm12() 182 int n = -1; in dasm_ffs() local 190 unsigned long long n = (((unsigned long long)hi) << 32) | (unsigned int)lo; in dasm_imm13() local 245 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local 367 int n = D->lglabels[idx]; in dasm_link() local 442 int n = (action >= DASM_ALIGN && action < DASM__MAX) ? *b++ : 0; in dasm_encode() local
|