Home
last modified time | relevance | path

Searched refs:f (Results 1026 – 1050 of 1080) sorted by relevance

1...<<41424344

/php-src/ext/date/lib/
H A Dtm2unixtime.c498 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt45 exec_and_count(10, $db, "REPLACE INTO test_mysql_exec(id, col1) VALUES (5, 'f')", 2);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua628 local function op_alias(opname, f)
631 f(params, nparams)
/php-src/ext/standard/
H A Durl_scanner_ex.re304 char f = 0;
310 f = 1;
316 if (f) {
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c738 vf = p->f; in mprint()
1142 DO_CVT2(f, float); in cvt_float()
2145 fl = m->value.f; in magiccheck()
2146 fv = p->f; in magiccheck()
/php-src/ext/hash/tests/
H A Dcrc32.phpt89 echo hash('crc32c', "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15…
/php-src/ext/exif/tests/
H A Dexif018.phpt39 string(5) "f/8.0"
H A Dexif022.phpt39 string(5) "f/8.0"
H A Dexif023.phpt39 string(5) "f/8.0"
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1251.phpt202 CYRILLIC CAPITAL LETTER DZHE: &#x40F; => 8f
247 CYRILLIC SMALL LETTER DZHE: &#x45F; => 9f
H A Dhtml_entity_decode_cp866.phpt195 CYRILLIC CAPITAL LETTER PE: &#x41F; => 8f
243 CYRILLIC CAPITAL LETTER YA: &#x42F; => 9f
/php-src/
H A Dconfigure.ac93 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
96 rm -f php_version.h.new
109 rm -f libs/*
1531 void (*f)(void *) = (void (*)(void *))foo;
1532 f("foo");
/php-src/sapi/fpm/
H A Dwww.conf.in317 ; %f: script filename
354 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"
486 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt199 string(1) "f"
H A Dgettype_settype_variation6.phpt216 string(1) "f"
H A Dgettype_settype_variation5.phpt192 string(1) "f"
H A Dgettype_settype_variation7.phpt214 string(1) "f"
/php-src/Zend/
H A Dzend_portability.h810 float f; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c219 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames() argument
227 fprintf(f, "FRAMES "); in display_frames()
228 vfprintf(f, s, ap); in display_frames()
231 if (P != NULL) fprintf(f, " P=%lu", in display_frames()
233 fprintf(f, "\n"); in display_frames()
239 fprintf(f, "Frame %d type=%x subj=%lu code=%d back=%lu id=%d", in display_frames()
244 fprintf(f, " lgoffset=unset\n"); in display_frames()
246 fprintf(f, " lgoffset=%lu\n", Q->last_group_offset/frame_size); in display_frames()
/php-src/ext/fileinfo/
H A Dlibmagic.patch306 - FILE *f = fopen(ms->file = fn, "r");
307 - if (f == NULL) {
322 - for (ms->line = 1; (len = getline(&line, &llen, f)) != -1;
333 - (void)fclose(f);
2763 file_magwarn(struct magic_set *ms, const char *f, ...)
2776 va_start(va, f);
2777 - (void) vfprintf(stderr, f, va);
2778 + expanded_len = vasprintf(&expanded_format, f, va);
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt290 "Erste Planungen für einen neuen Rügendamm
389 …: ﻟﻄﻒ ﺟﻠﻴﻞ Anlamı: \"İlahi Lütuf\"), Osmanlı Donanması'nın Lütf-i Celil sınıfının öncü gemisi olan…
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt307 Deprecated: Implicit conversion from float %f to int loses precision in %s on line %d
311 Deprecated: Implicit conversion from float %f to int loses precision in %s on line %d
/php-src/ext/opcache/jit/ir/
H A Dir_private.h869 void ir_print_escaped_str(const char *s, size_t len, FILE *f);
889 return v->val.f != 0.0; in ir_const_is_true()
/php-src/main/
H A Dmain.c98 #define SAFE_FILENAME(f) ((f)?(f):"-") argument
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c76 #define F3(f) ((sljit_ins)(f) << 12) argument
77 #define F12(f) ((sljit_ins)(f) << 20) argument
78 #define F7(f) ((sljit_ins)(f) << 25) argument

Completed in 122 milliseconds

1...<<41424344