/PHP-7.4/Zend/ |
H A D | zend_vm_gen.php | 628 function out($f, $s) { 636 function out_line($f) { 763 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) { 1093 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1255 function gen_null_label($f, $kind, $prolog) { 1270 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { 1574 function gen_specs($f, $prolog, $specs) { 1588 function gen_null_handler($f) { 1714 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { 1827 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 | 1302 FILE *f; in virtual_fopen() local 1438 int f; in virtual_open() local 1474 int f; in virtual_creat() local
|
/PHP-7.4/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-7.4/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 | 182 char *name, *f; in gdImageXbmCtx() local
|
/PHP-7.4/ext/phar/ |
H A D | build_precommand.php | 31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_break.c | 31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_set.c | 30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_info.c | 30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_print.c | 29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_wait.c | 52 Bucket *f, *s; in phpdbg_array_data_compare() local
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 85 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() 118 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() 131 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
|
H A D | print.c | 218 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
|
/PHP-7.4/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 | 36 # define strtoll(s, f, b) _atoi64(s) argument 39 # define strtoll(s, f, b) atoll(s) argument 41 # define strtoll(s, f, b) strtol(s, f, b) argument 25318 double f; in timelib_parse_from_format_with_map() local 25332 double f; in timelib_parse_from_format_with_map() local
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_handlers.c | 262 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor() local 283 zend_internal_function f, *fptr = NULL; in com_method_get() local 421 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
|
/PHP-7.4/ext/standard/ |
H A D | array.c | 138 Bucket *f = (Bucket *) a; in php_array_key_compare() local 185 Bucket *f = (Bucket *) a; in php_array_key_compare_numeric() local 215 Bucket *f = (Bucket *) a; in php_array_key_compare_string_case() local 248 Bucket *f = (Bucket *) a; in php_array_key_compare_string() local 366 Bucket *f; in php_array_data_compare() local 401 Bucket *f; in php_array_data_compare_numeric() local 431 Bucket *f; in php_array_data_compare_string_case() local 461 Bucket *f; in php_array_data_compare_string() local 531 Bucket *f; in php_array_data_compare_string_locale() local 956 Bucket *f; in php_array_user_compare() local [all …]
|
H A D | pack.c | 128 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float() 131 float f; in php_pack_copy_float() member 179 float f; in php_pack_parse_float() member
|
/PHP-7.4/ext/dba/libcdb/ |
H A D | cdb_make.c | 59 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
|
/PHP-7.4/ext/gd/ |
H A D | gd_ctx.c | 90 int f = -1; in _php_image_output_ctx() local
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 495 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr() 502 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr()
|