/php-src/ext/opcache/jit/ir/ |
H A D | ir_dump.c | 11 void ir_dump(const ir_ctx *ctx, FILE *f) in ir_dump() 55 void ir_dump_dot(const ir_ctx *ctx, const char *name, FILE *f) in ir_dump_dot() 142 void ir_dump_use_lists(const ir_ctx *ctx, FILE *f) in ir_dump_use_lists() 165 static void ir_dump_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_dump_dessa_moves() 213 static void ir_dump_cfg_block(ir_ctx *ctx, FILE *f, uint32_t b, ir_block *bb) in ir_dump_cfg_block() 301 void ir_dump_cfg(ir_ctx *ctx, FILE *f) in ir_dump_cfg() 323 void ir_dump_cfg_map(const ir_ctx *ctx, FILE *f) in ir_dump_cfg_map() 337 void ir_dump_live_ranges(const ir_ctx *ctx, FILE *f) in ir_dump_live_ranges() 478 void ir_dump_codegen(const ir_ctx *ctx, FILE *f) in ir_dump_codegen()
|
H A D | ir_save.c | 11 void ir_print_proto(const ir_ctx *ctx, ir_ref func_proto, FILE *f) in ir_print_proto() 41 static void ir_save_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_save_dessa_moves() 89 void ir_save(const ir_ctx *ctx, uint32_t save_flags, FILE *f) in ir_save()
|
H A D | gen_ir_fold_hash.c | 244 FILE *f = stdin; in main() local
|
/php-src/Zend/ |
H A D | zend_vm_gen.php | 551 function out($f, $s) { 559 function out_line($f) { 688 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) { 986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1183 function gen_null_label($f, $kind, $prolog) { 1198 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { 1520 function gen_specs($f, $prolog, $specs) { 1536 function gen_null_handler($f) { 1671 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { 1779 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
|
/php-src/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() 302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop() 338 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
|
/php-src/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-src/ext/phar/ |
H A D | build_precommand.php | 31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
|
/php-src/.github/ |
H A D | nightly_matrix.php | 63 $f = fopen(getenv('GITHUB_OUTPUT'), 'a'); variable
|
/php-src/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
|
/php-src/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 | 38 # define strtoll(s, f, b) _atoi64(s) argument 41 # define strtoll(s, f, b) atoll(s) argument 43 # define strtoll(s, f, b) strtol(s, f, b) argument 25281 double f; in timelib_parse_from_format_with_map() local 25296 double f; in timelib_parse_from_format_with_map() local
|
/php-src/ext/standard/ |
H A D | array.c | 122 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i() 146 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i() 192 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i() 286 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i() 330 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare() 356 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i() 810 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable() 928 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable() 1188 static int php_data_compare(const void *f, const void *s) /* {{{ */ in php_data_compare() 4905 struct bucketindex *f = (struct bucketindex *)p; local [all …]
|
H A D | pack.c | 134 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float() 137 float f; in php_pack_copy_float() member 183 float f; in php_pack_parse_float() member
|
/php-src/ext/fileinfo/libmagic/ |
H A D | funcs.c | 187 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() 208 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() 221 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
|
H A D | print.c | 246 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
|
/php-src/ext/opcache/ |
H A D | shared_alloc_mmap.c | 62 FILE *f; in find_prefered_mmap_base() local
|
/php-src/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-src/sapi/fuzzer/ |
H A D | fuzzer-execute-common.h | 119 FILE *f = fopen(FILE_NAME, "w"); in create_file() local
|
/php-src/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 291 zend_internal_function f, *fptr = NULL; in com_method_get() local
|