Home
last modified time | relevance | path

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

1...<<4142

/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2838 m->value.f = strtof(*p, &ep); in getvalue()
2840 m->value.f = (float)strtod(*p, &ep); in getvalue()
/php-src/ext/ffi/
H A Dffi.c2039 zend_ffi_field *f; in zend_ffi_cdata_get_debug_info() local
2096 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(&type->record.fields, key, f) { in zend_ffi_cdata_get_debug_info()
2098 if (!f->bits) { in zend_ffi_cdata_get_debug_info()
2099 void *f_ptr = (void*)(((char*)ptr) + f->offset); in zend_ffi_cdata_get_debug_info()
2100 …zend_ffi_cdata_to_zval(NULL, f_ptr, ZEND_FFI_TYPE(f->type), BP_VAR_R, &tmp, ZEND_FFI_FLAG_CONST, 0… in zend_ffi_cdata_get_debug_info()
2103 zend_ffi_bit_field_to_zval(ptr, f, &tmp); in zend_ffi_cdata_get_debug_info()
/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
25282 if ((f = timelib_get_nr(&ptr, 6)) == TIMELIB_UNSET || (ptr - tptr < 1)) { in timelib_parse_from_format_with_map()
25287 s->time->us = (f * pow(10, 6 - (ptr - tptr))); in timelib_parse_from_format_with_map()
25292 double f; in timelib_parse_from_format_with_map() local
25297 if ((f = timelib_get_nr(&ptr, 3)) == TIMELIB_UNSET || (ptr - tptr < 1)) { in timelib_parse_from_format_with_map()
25302 s->time->us = (f * pow(10, 3 - (ptr - tptr)) * 1000); in timelib_parse_from_format_with_map()
25593 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst); in main()
/php-src/sapi/litespeed/
H A Dlsapilib.c4260 #define MD5STEP(f, w, x, y, z, data, s) \ argument
4261 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1797 >48 ledouble x \bfps:%.2f
4520 # defs/f/fzip.trid.xml
16394 0 string \327f\f\245 Syzygy DTZ tablebase
26159 >17 lefloat x slope %f
29806 >>>84 lefloat x x %f
29808 >>>88 lefloat x x %f
29811 >>>92 lefloat x x %f
29836 >>>120 ledouble x x %f
29838 >>>128 ledouble x x %f
29841 >>>136 ledouble x x %f
[all …]
H A Dmagic1797 >48 ledouble x \bfps:%.2f
4520 # defs/f/fzip.trid.xml
16394 0 string \327f\f\245 Syzygy DTZ tablebase
26159 >17 lefloat x slope %f
29806 >>>84 lefloat x x %f
29808 >>>88 lefloat x x %f
29811 >>>92 lefloat x x %f
29836 >>>120 ledouble x x %f
29838 >>>128 ledouble x x %f
29841 >>>136 ledouble x x %f
[all …]
/php-src/ext/standard/
H A Dvar_unserializer.re343 } else if (**p >= 'a' && **p <= 'f') {
/php-src/docs/source/miscellaneous/
H A Dstubs.rst89 the ``-f`` flag).
/php-src/.github/workflows/
H A Dnightly.yml480 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
/php-src/
H A Dphp.ini-development1396 ; find /path/to/sessions -cmin +24 -type f | xargs rm
1462 ; 4 (4 bits: 0-9, a-f)
H A Dphp.ini-production1398 ; find /path/to/sessions -cmin +24 -type f | xargs rm
1464 ; 4 (4 bits: 0-9, a-f)
/php-src/ext/date/
H A Dphp_date.c2202 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_interval_object_to_hash() argument
2203 ZVAL_LONG(&zv, (zend_long)intervalobj->diff->f); \ in date_interval_object_to_hash()
/php-src/sapi/fpm/tests/
H A Dtester.inc776 $namePrefix = $parts['prefix'] ?? 'f';
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c360 #define MOV_fmt(f) (HI(17) | f | LO(6)) argument
/php-src/ext/standard/tests/strings/
H A Dbug49785.phpt886 string(2) "9f"
/php-src/build/
H A Dltmain.sh398 …darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | s…
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt32 return 'f' . $this->count;

Completed in 359 milliseconds

1...<<4142