Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 73) sorted by path

123

/php-src/.github/
H A Dnightly_matrix.php149 $f = fopen(getenv('GITHUB_OUTPUT'), 'a'); variable
/php-src/Zend/
H A Dmicro_bench.php53 static function f() { function in Foo
H A Dzend_call_stack.c173 FILE *f; in zend_call_stack_get_linux_proc_maps() local
H A Dzend_inheritance.c1924 zend_function *f; in zend_inheritance_check_override() local
H A Dzend_ini.c176 static int ini_key_compare(Bucket *f, Bucket *s) /* {{{ */ in ini_key_compare()
H A Dzend_types.h1242 #define ZVAL_FUNC(z, f) do { \ argument
H A Dzend_virtual_cwd.c1310 FILE *f; in virtual_fopen() local
1446 int f; in virtual_open() local
1482 int f; in virtual_creat() local
H A Dzend_vm_gen.php551 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 Dzend_vm_trace_handlers.h69 FILE *f; in zend_vm_trace_finish() local
84 FILE *f; in zend_vm_trace_init() local
H A Dzend_vm_trace_map.h59 FILE *f; in zend_vm_trace_init() local
/php-src/ext/com_dotnet/
H A Dcom_com.c456 zend_result php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
H A Dcom_handlers.c240 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
/php-src/ext/date/lib/
H A Dparse_date.c38 # 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
25277 double f; in timelib_parse_from_format_with_map() local
25292 double f; in timelib_parse_from_format_with_map() local
H A Dparse_iso_intervals.c33 # 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
/php-src/ext/date/
H A Dphp_date.c2205 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_interval_object_to_hash() argument
/php-src/ext/dba/libcdb/
H A Dcdb_make.c57 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
/php-src/ext/exif/
H A Dexif.c1537 union { uint32_t i; float f; } u; in php_ifd_get_float() member
1543 union { uint64_t i; double f; } u; in php_ifd_get_double() member
1779 float f; member
2413 void *f; /* faster */ in exif_iif_free() local
/php-src/ext/ffi/
H A Dffi.c2039 zend_ffi_field *f; in zend_ffi_cdata_get_debug_info() local
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1150 #define extract_catalog_field(t, f, l) \ argument
H A Dfile.h198 float f; member
H A Dfuncs.c187 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 Dprint.c246 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/php-src/ext/gd/
H A Dgd.c2709 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
/php-src/ext/gd/libgd/
H A Dgd.c350 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1431 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1459 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1487 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1498 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1511 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1522 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
H A Dgd_filter.c120 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

Completed in 259 milliseconds

123