Home
last modified time | relevance | path

Searched refs:f (Results 901 – 925 of 928) sorted by relevance

1...<<3132333435363738

/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt232 string(1) "f"
H A Dgettype_settype_variation5.phpt223 string(1) "f"
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2782 FILE *f; in accel_move_code_to_huge_pages() local
2785 f = fopen("/proc/self/maps", "r"); in accel_move_code_to_huge_pages()
2786 if (f) { in accel_move_code_to_huge_pages()
2792 ret = fscanf(f, "%lx-%lx %4s %lx %5s %ld %s\n", &start, &end, perm, &offset, dev, &inode, name); in accel_move_code_to_huge_pages()
2799 ret = fscanf(f, "%lx-", &start); in accel_move_code_to_huge_pages()
2817 fclose(f); in accel_move_code_to_huge_pages()
/PHP-7.4/main/
H A Dmain.c98 #define SAFE_FILENAME(f) ((f)?(f):"-") argument
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
H A Dfscanf_variation51.phpt29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt2667 &UnderBar; => _ 5f
3438 &lowbar; => _ 5f
3804 &quest; => ? 3f
3970 &sol; => / 2f
H A Dstrspn_variation12.phpt38 "f\n\trelshti \l",
39 'f\n\trelsthi \l',
/PHP-7.4/
H A Dconfigure.ac146 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
149 rm -f php_version.h.new
172 rm -f libs/*
H A Drun-tests.php2212 foreach ($GLOBALS['test_files'] as $f) {
2213 $test_files[] = array($f, $file);
H A Dphp.ini-development1432 ; find /path/to/sessions -cmin +24 -type f | xargs rm
1498 ; 4 (4 bits: 0-9, a-f)
H A Dphp.ini-production1432 ; find /path/to/sessions -cmin +24 -type f | xargs rm
1498 ; 4 (4 bits: 0-9, a-f)
/PHP-7.4/sapi/fpm/
H A Dconfig.m4617 if test "$fpm_trace_type" && test -f "$abs_srcdir/sapi/fpm/fpm/fpm_trace_$fpm_trace_type.c"; then
/PHP-7.4/ext/imap/
H A Dphp_imap.c82 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md);
4491 buf.f = _php_rfc822_soutr; in _php_rfc822_write_address()
4945 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets() argument
4964 if (!f(stream, read, buf)) { in php_mail_gets()
4976 if (f(stream, size, buf)) { in php_mail_gets()
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt585 …array( $char_a_ring_nfd . "bcde" . $char_a_ring_nfd . "f", 4, 5, 11, "de" . $char_a_ring_nfd . "f"…
586 …array( $char_a_ring_nfd . "bcde" . $char_a_ring_nfd . "f", 4, -6, 11, "de" . $char_a_ring_nfd . "f
H A Dgrapheme2.phpt585 …array( $char_a_ring_nfd . "bcde" . $char_a_ring_nfd . "f", 4, 5, 11, "de" . $char_a_ring_nfd . "f"…
586 …array( $char_a_ring_nfd . "bcde" . $char_a_ring_nfd . "f", 4, -6, 11, "de" . $char_a_ring_nfd . "f
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2620 m->value.f = strtof(*p, &ep); in getvalue()
2622 m->value.f = (float)strtod(*p, &ep); in getvalue()
/PHP-7.4/ext/ffi/
H A Dffi.c1942 zend_ffi_field *f; in zend_ffi_cdata_get_debug_info() local
1997 ZEND_HASH_FOREACH_STR_KEY_PTR(&type->record.fields, key, f) { in zend_ffi_cdata_get_debug_info()
1999 if (!f->bits) { in zend_ffi_cdata_get_debug_info()
2000 void *f_ptr = (void*)(((char*)ptr) + f->offset); in zend_ffi_cdata_get_debug_info()
2001 …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()
2004 zend_ffi_bit_field_to_zval(ptr, f, &tmp); in zend_ffi_cdata_get_debug_info()
/PHP-7.4/ext/date/lib/
H A Dparse_date.c36 # 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
25323 if ((f = timelib_get_nr((char **) &ptr, 6)) == TIMELIB_UNSET || (ptr - tptr < 1)) { in timelib_parse_from_format_with_map()
25326 s->time->us = (f * pow(10, 6 - (ptr - tptr))); in timelib_parse_from_format_with_map()
25332 double f; in timelib_parse_from_format_with_map() local
25337 if ((f = timelib_get_nr((char **) &ptr, 3)) == TIMELIB_UNSET || (ptr - tptr < 1)) { in timelib_parse_from_format_with_map()
25340 s->time->us = (f * pow(10, 3 - (ptr - tptr)) * 1000); in timelib_parse_from_format_with_map()
25611 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst); in main()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
4241 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re330 } else if (**p >= 'a' && **p <= 'f') {
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1509 >40 ledouble x \baspect:%.2f,
1510 >48 ledouble x \bfps:%.2f
1517 >40 ledouble x \baspect:%.2f,
1518 >48 ledouble x \bfps:%.2f
3688 # defs/f/fzip.trid.xml
15467 >0 regex/4 P1[\040\t\f\r\n]
15474 >0 regex/4 P2[\040\t\f\r\n]
15481 >0 regex/4 P3[\040\t\f\r\n]
15488 >0 regex/4 P4[\040\t\f\r\n]
19890 >17 lefloat x slope %f
[all …]
H A Dmagic1509 >40 ledouble x \baspect:%.2f,
1510 >48 ledouble x \bfps:%.2f
1517 >40 ledouble x \baspect:%.2f,
1518 >48 ledouble x \bfps:%.2f
3688 # defs/f/fzip.trid.xml
15467 >0 regex/4 P1[\040\t\f\r\n]
15474 >0 regex/4 P2[\040\t\f\r\n]
15481 >0 regex/4 P3[\040\t\f\r\n]
15488 >0 regex/4 P4[\040\t\f\r\n]
19890 >17 lefloat x slope %f
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c2543 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
2544 ZVAL_LONG(&zv, (zend_long)intervalobj->diff->f); \ in date_object_get_properties_interval()
/PHP-7.4/Zend/
H A Dzend_API.h553 ZEND_API zend_string *zend_resolve_method_name(zend_class_entry *ce, zend_function *f);

Completed in 347 milliseconds

1...<<3132333435363738