Home
last modified time | relevance | path

Searched refs:f (Results 401 – 425 of 1080) sorted by relevance

1...<<11121314151617181920>>...44

/php-src/Zend/tests/
H A Dbug78379_2.phpt7 function f() {
15 f();
H A Dself_in_eval.phpt9 public static function f() {
20 C::f();
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
6 $r = new ReflectionMethod($f, '__invoke');
/php-src/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt35 float(%f)
37 float(%f)
40 float(%f)
H A Dfgetc_variation4.phpt55 string(1) "f"
81 string(1) "f"
107 string(1) "f"
133 string(1) "f"
159 string(1) "f"
185 string(1) "f"
211 string(1) "f"
237 string(1) "f"
263 string(1) "f"
H A Dfscanf_variation11.phpt34 $float_formats = array( "%f",
36 " %f", "%f ", "% f",
37 "\t%f", "\n%f", "%4f",
38 "%30f", "%[0-9]", "%*f"
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic3.phpt9 $format = "Part: %s Length: %f Width: %f Depth: %f";
/php-src/ext/pdo_mysql/tests/
H A Dnative_types.phpt18 $db->exec('CREATE TABLE test_native_types (i INT, f FLOAT)');
39 ["f"]=>
48 ["f"]=>
/php-src/tests/classes/
H A D__call_003.phpt19 $c->f($a);
20 $c->f($b);
/php-src/ext/date/tests/
H A Dbug48678.phpt19 [f] => 0
32 [f] => 0
/php-src/Zend/
H A Dmicro_bench.php53 static function f() { function in Foo
58 self::f();
159 Foo::f();
213 $f = false; $j = 0;
215 $x = $f ?: $j + 1;
221 $f = false;
223 $x = $f ? null : $val;
228 $f = false; $j = 0;
230 $x = $f ? $f : $j + 1;
/php-src/ext/gd/libgd/
H A Dgdtestft.c53 char *f = "/usr/openwin/lib/locale/ja/X11/fonts/TT/HG-MinchoL.ttf"; /* UNICODE */ in main()
56 char *f = "times"; /* TrueType font */ in main()
60 err = gdImageStringFT ((gdImagePtr) NULL, &brect[0], 0, f, sz, angle, 0, 0, s); in main()
87 err = gdImageStringFT (im, NULL, black, f, sz, angle, x, y, s); in main()
/php-src/Zend/tests/type_declarations/
H A Dscalar_none.phpt8 'float' => function (float $f) { return $f; },
12 'float nullable' => function (?float $f = NULL) { return $f; },
/php-src/ext/phar/tests/
H A Dphar_oo_008.phpt17 $f = $phar['a.csv'];
19 foreach($f as $k => $v)
24 $f->setFlags(SplFileObject::DROP_NEW_LINE);
27 foreach($f as $k => $v)
/php-src/tests/lang/
H A DpassByReference_001.phpt5 function f($arg1, &$arg2)
19 f($a, $b);
/php-src/ext/spl/tests/
H A Dfilesystemiterator_no_skip_dots.phpt12 foreach ($it as $f) {
13 $files[] = $f->getFileName();
/php-src/Zend/tests/generators/
H A Dgh9750-001.phpt6 function f() {
16 f($gen, yield);
H A Dgh9750-004.phpt6 function f() {
16 f(new stdClass, $gen, yield);
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4169 virtual void f() {}
197 f()
251 int f() { return 0; }
357 const auto higher1st = [](nullary_t f){ return f(); };
727 void f()
770 int f ()
787 int f()
794 if (auto i = f(); i > 0)
826 void f()
891 f(T*, T*);
[all …]
/php-src/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt7 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
15 'f' => 6,
/php-src/sapi/cgi/tests/
H A D007.phpt12 var_dump(`"$php" -n -f some.php -f some.php`);
/php-src/ext/mbstring/tests/
H A Dmb_parse_str_error.phpt30 3f=>3f
/php-src/Zend/tests/fibers/
H A Dgh10340-003.phpt12 function f() {
21 f();
/php-src/Zend/tests/property_hooks/
H A Dbug003.phpt12 $f = parent::$x::set(...);
13 $f($value);
/php-src/ext/standard/tests/serialize/
H A Dunserialize_extra_data_003.phpt20 $f = new Foo;
21 $f->foo = ['a', 'b', 'c'];
23 var_dump(unserialize(serialize($f) . 'garbage'));

Completed in 29 milliseconds

1...<<11121314151617181920>>...44