/PHP-8.0/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 | 27 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 5) argument 28 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) argument 30 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 6) argument 31 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) argument 33 # define ZEND_BITSET_ELM_NUM(n) ((n) / (sizeof(zend_long) * 8)) argument 34 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) argument 37 #define ZEND_BITSET_ALLOCA(n, use_heap) \ argument 120 static inline uint32_t zend_bitset_len(uint32_t n) 125 static inline zend_bool zend_bitset_in(zend_bitset set, uint32_t n) 130 static inline void zend_bitset_incl(zend_bitset set, uint32_t n) [all …]
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 1278 get_BrOff_X1(tilegx_bundle_bits n) in get_BrOff_X1() 1305 get_Dest_X1(tilegx_bundle_bits n) in get_Dest_X1() 1318 get_Dest_Y1(tilegx_bundle_bits n) in get_Dest_Y1() 1357 get_Imm8_X1(tilegx_bundle_bits n) in get_Imm8_X1() 1370 get_Imm8_Y1(tilegx_bundle_bits n) in get_Imm8_Y1() 1401 get_Mode(tilegx_bundle_bits n) in get_Mode() 1525 get_SrcA_X1(tilegx_bundle_bits n) in get_SrcA_X1() 1538 get_SrcA_Y1(tilegx_bundle_bits n) in get_SrcA_Y1() 1564 get_SrcB_X1(tilegx_bundle_bits n) in get_SrcB_X1() 1577 get_SrcB_Y1(tilegx_bundle_bits n) in get_SrcB_Y1() [all …]
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf16.c | 135 int n, endian; in mbfl_filt_conv_utf16_wchar() local 198 int n; in mbfl_filt_conv_utf16be_wchar() local 237 int n; in mbfl_filt_conv_wchar_utf16be() local 261 int n; in mbfl_filt_conv_utf16le_wchar() local 300 int n; in mbfl_filt_conv_wchar_utf16le() local
|
H A D | mbfilter_utf7.c | 95 int s, n; in mbfl_filt_conv_utf7_wchar() local 248 int s, n; in mbfl_filt_conv_wchar_utf7() local 415 int n; in mbfl_filt_ident_utf7() local
|
H A D | mbfilter_ucs2.c | 135 int n, endian; in mbfl_filt_conv_ucs2_wchar() local 177 int n; in mbfl_filt_conv_ucs2be_wchar() local 211 int n; in mbfl_filt_conv_ucs2le_wchar() local
|
H A D | mbfilter_ucs4.c | 136 int n, endian; in mbfl_filt_conv_ucs4_wchar() local 196 int n; in mbfl_filt_conv_ucs4be_wchar() local 240 int n; in mbfl_filt_conv_ucs4le_wchar() local
|
H A D | mbfilter_utf32.c | 135 int n, endian; in mbfl_filt_conv_utf32_wchar() local 200 int n; in mbfl_filt_conv_utf32be_wchar() local 249 int n; in mbfl_filt_conv_utf32le_wchar() local
|
H A D | mbfilter_tl_jisx0201_jisx0208.c | 37 int s, n; in mbfl_filt_tl_jisx0201_jisx0208() local 270 int ret, n; in mbfl_filt_tl_jisx0201_jisx0208_flush() local
|
H A D | mbfilter_utf7imap.c | 71 int s, n; in mbfl_filt_conv_utf7imap_wchar() local 238 int n, s; in mbfl_filt_conv_wchar_utf7imap() local
|
H A D | mbfilter_byte2.c | 100 int n; in mbfl_filt_conv_byte2be_wchar() local 123 int n; in mbfl_filt_conv_byte2le_wchar() local
|
H A D | mbfilter_byte4.c | 100 int n; in mbfl_filt_conv_byte4be_wchar() local 133 int n; in mbfl_filt_conv_byte4le_wchar() local
|
H A D | mbfilter_base64.c | 86 int n; in mbfl_filt_conv_base64enc() local 151 int n; in mbfl_filt_conv_base64dec() local
|
H A D | mbfilter_qprint.c | 76 int s, n; in mbfl_filt_conv_qprintenc() local 160 int n, m; in mbfl_filt_conv_qprintdec() local
|
/PHP-8.0/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.0/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.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 200 size_t n; in mbfl_buffer_converter_feed() local 385 int n; in mbfl_encoding_detector_judge() local 425 size_t n; in mbfl_convert_encoding() local 490 size_t n; in mbfl_identify_encoding() local 642 ssize_t n; in collector_strpos() local 1579 size_t n; in mbfl_ja_jp_hantozen() local 1688 size_t n; in mime_header_encoder_block_collector() local 1749 size_t n; in mime_header_encoder_collector() local 1829 size_t n; in mime_header_encoder_new() local 1932 size_t n; in mbfl_mime_header_encode() local [all …]
|
/PHP-8.0/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.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 358 swrite(int fd, const void *buf, size_t n) in swrite() 383 sread(int fd, void *buf, size_t n, int canbepipe) in sread() 527 size_t bytes_max, size_t *n) in uncompressgzipped() 562 size_t bytes_max, size_t *n, int zlib) in uncompresszlib() 606 size_t bytes_max, size_t *n) in uncompressbzlib() 649 size_t bytes_max, size_t *n) in uncompressxzlib() 737 writechild(int fd, const void *old, size_t n) in writechild() 763 filter_error(unsigned char *ubuf, ssize_t n) in filter_error() 815 unsigned char **newch, size_t* n) in uncompressbuf()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_disasm_x86.c | 189 static void zend_jit_disasm_destroy_symbols(zend_sym_node *n) { in zend_jit_disasm_destroy_symbols() 262 zend_long n, m; in zend_jit_disasm() local 377 #define REGISTER_EG(n) \ in zend_jit_disasm_init() argument 394 #define REGISTER_HELPER(n) \ in zend_jit_disasm_init() argument
|
/PHP-8.0/sapi/phpdbg/ |
H A D | create-test.php | 73 $n = @stream_select($r, $w, $e, null); variable 87 $n = false; variable
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 46 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item() 62 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
|
/PHP-8.0/main/ |
H A D | php_network.h | 32 #define shutdown(s,n) /* nothing */ argument 171 int n; in php_pollfd_for() local 189 int n; in php_pollfd_for_ms() local 232 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument 237 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument
|
/PHP-8.0/ext/filter/ |
H A D | logical_filters.c | 152 zend_ulong n = ((*(str++)) - '0'); in php_filter_parse_octal() local 172 zend_ulong n; in php_filter_parse_hex() local 354 int first, n; in php_filter_float() local 717 int n = 0; in _php_filter_validate_ipv4() local 752 int num, n, i; in _php_filter_validate_ipv6() local
|