/PHP-8.1/Zend/ |
H A D | zend_vm_gen.php | 584 function out($f, $s) { 592 function out_line($f) { 721 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) { 1023 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1218 function gen_null_label($f, $kind, $prolog) { 1233 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { 1555 function gen_specs($f, $prolog, $specs) { 1569 function gen_null_handler($f) { 1704 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { 1811 function skip_blanks($f, $prolog, $epilog) { [all …]
|
H A D | zend_vm_trace_handlers.h | 69 FILE *f; in zend_vm_trace_finish() local 84 FILE *f; in zend_vm_trace_init() local
|
H A D | zend_vm_trace_map.h | 59 FILE *f; in zend_vm_trace_init() local
|
H A D | zend_virtual_cwd.c | 1300 FILE *f; in virtual_fopen() local 1436 int f; in virtual_open() local 1472 int f; in virtual_creat() local
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char() 205 print_custring(FILE *f, PCRE2_SPTR ptr) in print_custring() 215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen() 272 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop() 308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_rotate.c | 20 FuncPtr f; in gdImageSkewX() local 117 FuncPtr f; in gdImageSkewY() local 207 FuncPtr f; in gdImageRotate90() local 254 FuncPtr f; in gdImageRotate180() local 302 FuncPtr f; in gdImageRotate270() local
|
H A D | gd_filter.c | 120 FuncPtr f; in gdImageNegate() local 153 FuncPtr f; in gdImageGrayScale() local 193 FuncPtr f; in gdImageBrightness() local 240 FuncPtr f; in gdImageContrast() local 297 FuncPtr f; in gdImageColor() local 342 FuncPtr f; in gdImageConvolution() local 409 FuncPtr f; in gdImageSelectiveBlur() local
|
H A D | gd_io_file.c | 34 FILE *f; member 49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
|
H A D | gd_xbm.c | 180 char *name, *f; in gdImageXbmCtx() local
|
/PHP-8.1/ext/phar/ |
H A D | build_precommand.php | 31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
|
/PHP-8.1/.github/ |
H A D | nightly_matrix.php | 63 $f = fopen(getenv('GITHUB_OUTPUT'), 'a'); variable
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_break.c | 28 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_set.c | 28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_info.c | 28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_print.c | 28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
/PHP-8.1/ext/date/lib/ |
H A D | parse_iso_intervals.c | 33 # define strtoll(s, f, b) _atoi64(s) argument 36 # define strtoll(s, f, b) atoll(s) argument 38 # define strtoll(s, f, b) strtol(s, f, b) argument
|
H A D | parse_date.c | 37 # define strtoll(s, f, b) _atoi64(s) argument 40 # define strtoll(s, f, b) atoll(s) argument 42 # define strtoll(s, f, b) strtol(s, f, b) argument 26346 double f; in timelib_parse_from_format_with_map() local 26361 double f; in timelib_parse_from_format_with_map() local
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | print.c | 226 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
|
H A D | funcs.c | 189 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() 210 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() 223 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
|
/PHP-8.1/ext/standard/ |
H A D | array.c | 167 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i() 206 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i() 252 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i() 277 static int php_array_key_compare_string_natural_general(Bucket *f, Bucket *s, int fold_case) /* {{{… in php_array_key_compare_string_natural_general() 346 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i() 390 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare() 416 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i() 868 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable() 986 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable() 4420 struct bucketindex *f = (struct bucketindex *)p; local [all …]
|
H A D | pack.c | 136 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float() 139 float f; in php_pack_copy_float() member 185 float f; in php_pack_parse_float() member
|
/PHP-8.1/ext/dba/libcdb/ |
H A D | cdb_make.c | 57 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
|
/PHP-8.1/ext/com_dotnet/ |
H A D | com_handlers.c | 240 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor() local 292 zend_internal_function f, *fptr = NULL; in com_method_get() local
|
/PHP-8.1/ext/opcache/jit/libudis86/ |
H A D | udis86.c | 403 ud_set_input_file(register struct ud* u, FILE* f) in ud_set_input_file()
|
/PHP-8.1/ext/hash/ |
H A D | hash_sha.c | 164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local 474 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
|