Home
last modified time | relevance | path

Searched refs:f (Results 1001 – 1025 of 1080) sorted by relevance

1...<<41424344

/php-src/build/
H A Dlibtool.m4123 rm="rm -f"
293 rm -f conftest*])
475 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
492 elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
2004 rm -f "${ofile}T"
2589 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3944 rm -f a.out a.exe
4115 $rm -f "$cfgfile"
4503 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4633 rm -f conftest*
[all …]
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_error.phpt97 float(%f)
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c187 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp() argument
189 return strcasecmp( ((zend_module_entry *) Z_PTR(f->val))->name, in module_name_cmp()
215 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp() argument
217 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp()
/php-src/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc133 'Arb5+gT6CqAeKTDY6JpKdLALzk92T1SmJcDP/8fnv3z+p8///Ot/0j7/4+f/S/v8v37+y6//y+d/+PxPGnz63z//Z+3zvwDEv3…
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1252.phpt167 LATIN CAPITAL LETTER Y WITH DIAERESIS: &#x178; => 9f
H A Dstrspn_variation11.phpt37 "f\n\trelshti \l",
38 'f\n\trelsthi \l',
H A Dhtml_entity_decode_koi8-r.phpt195 RIGHT HALF BLOCK: &#x2590; => 8f
243 DIVISION SIGN: &#xF7; => 9f
508 &#xF7; => 9f
/php-src/ext/mysqli/tests/
H A Dbug42378.phpt38 $sql = sprintf("INSERT INTO test(id, col1) VALUES (%d, %f)",
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting …
/php-src/ext/ffi/
H A Dffi.g858 /0[xX][0-9A-Fa-f][0-9A-Fa-f]*([Uu](L|l|LL|l)?|[Ll][Uu]?|(LL|ll)[Uu])?/
878 WS: /[ \t\f\v]+/;
/php-src/ext/phar/
H A Dphar.c3267 zend_file_handle f; in phar_compile_file() local
3271 zend_stream_init_filename_ex(&f, name); in phar_compile_file()
3272 if (SUCCESS == zend_stream_open_function(&f)) { in phar_compile_file()
3273 zend_string_release(f.filename); in phar_compile_file()
3274 f.filename = file_handle->filename; in phar_compile_file()
3275 if (f.opened_path) { in phar_compile_file()
3276 zend_string_release(f.opened_path); in phar_compile_file()
3278 f.opened_path = file_handle->opened_path; in phar_compile_file()
3290 *file_handle = f; in phar_compile_file()
/php-src/ext/date/lib/
H A Dparse_date.re36 # define strtoll(s, f, b) _atoi64(s)
39 # define strtoll(s, f, b) atoll(s)
41 # define strtoll(s, f, b) strtol(s, f, b)
2431 double f;
2436 if ((f = timelib_get_nr(&ptr, 6)) == TIMELIB_UNSET || (ptr - tptr < 1)) {
2441 s->time->us = (f * pow(10, 6 - (ptr - tptr)));
2446 double f;
2451 if ((f = timelib_get_nr(&ptr, 3)) == TIMELIB_UNSET || (ptr - tptr < 1)) {
2456 s->time->us = (f * pow(10, 3 - (ptr - tptr)) * 1000);
2747 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c607 const mysqlnd_fetch_row_func f = in MYSQLND_METHOD() local
610 if (f) { in MYSQLND_METHOD()
611 return f(result, row_ptr, flags, fetched_anything); in MYSQLND_METHOD()
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc44 …SERT INTO {$table} (id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6, 'f')");
/php-src/ext/opcache/tests/jit/
H A Dadd_011.phpt198 Deprecated: Implicit conversion from float %f to int loses precision in %sadd_011.php on line 5
/php-src/ext/opcache/jit/
H A DREADME.md99 docker build --network=host -t php-src-arm64-example -f ext/opcache/jit/Dockerfile.arm64.example .
/php-src/.github/scripts/windows/
H A Dtest_task.bat139 taskkill /f /im snmpd.exe
/php-src/ext/standard/
H A Dinfo.c752 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() argument
754 return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
/php-src/sapi/cgi/
H A Dcgi_main.c247 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() argument
249 return strcasecmp( ((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
272 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp() argument
274 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp()
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt68 $incomplete->f();
/php-src/ext/standard/tests/file/
H A Dfscanf_variation33.phpt50 "%30x", "%[0-9A-Fa-f]", "%*x"
/php-src/ext/fileinfo/libmagic/
H A Dfile.h198 float f; member
/php-src/
H A D.gdbinit109 printf "%f", $zvalue->value.dval
186 printf "double: %f", $zvalue->value.dval
/php-src/ext/soap/
H A Dsoap.c1135 zend_function *f; in PHP_METHOD() local
1137 ZEND_HASH_MAP_FOREACH_PTR(ft, f) { in PHP_METHOD()
1138 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1139 add_next_index_str(return_value, zend_string_copy(f->common.function_name)); in PHP_METHOD()
1172 zend_function *f; in PHP_METHOD() local
1181 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1187 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD()
1195 zend_function *f; in PHP_METHOD() local
1199 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1209 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD()
/php-src/ext/pcre/tests/
H A Dbug76514.phpt488 (?<string> " ([^"\\\\]* | \\\\ ["\\\\bfnrt\/] | \\\\ u [0-9a-f]{4} )* " )

Completed in 113 milliseconds

1...<<41424344