Home
last modified time | relevance | path

Searched refs:f (Results 351 – 375 of 928) sorted by relevance

1...<<11121314151617181920>>...38

/PHP-7.4/tests/lang/
H A DpassByReference_001.phpt5 function f($arg1, &$arg2)
19 f($a, $b);
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68735.phpt8 $f = new finfo;
10 var_dump($f->file($test_file));
/PHP-7.4/ext/zlib/tests/
H A Dgzgets_basic.phpt15 $f = __DIR__."/004.txt.gz";
16 $h = gzopen($f, 'r');
33 string(6) "ough f"
/PHP-7.4/ext/filter/tests/
H A Dbug47435.phpt17 var_dump(filter_var("5f::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6));
18 var_dump(filter_var("5f::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6 | FILTER_FLAG_NO_RES_RANGE));
33 string(5) "5f::1"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt23 $f = 123.456;
41 $f = 456.678;
82 ["f"]=>
110 ["f"]=>
132 ["f"]=>
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt24 $f = fopen("test://", "r");
25 var_dump(stream_get_line($f, 100, "\0"));
/PHP-7.4/Zend/tests/
H A Dself_in_eval.phpt9 public static function f() {
20 C::f();
H A Dbug22836.phpt5 function &f()
13 $h =& f();
H A Dbug38469.phpt12 function f() {
20 f();
H A Dbug71539_1.phpt5 $x = (object)['a'=>1,'b'=>2,'c'=>3,'d'=>4,'e'=>5,'f'=>6,'g'=>7];
22 ["f"]=>
H A Dbug78379.phpt15 $e->f = new E;
16 $e->f->e = $e;
/PHP-7.4/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-7.4/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-7.4/Zend/tests/type_declarations/
H A Dscalar_null.phpt8 'float' => function (float $f) { return $f; },
12 'float nullable' => function (float $f = NULL) { return $f; },
/PHP-7.4/sapi/cgi/tests/
H A D007.phpt12 var_dump(`"$php" -n -f some.php -f some.php`);
/PHP-7.4/Zend/tests/generators/finally/
H A Dyield_throw.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dthrow_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug70862.phpt28 $f = fopen("hello://there", "r");
31 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
34 var_dump($f);
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dfgetc_variation4.phpt60 string(1) "f"
86 string(1) "f"
112 string(1) "f"
138 string(1) "f"
164 string(1) "f"
190 string(1) "f"
216 string(1) "f"
242 string(1) "f"
268 string(1) "f"
/PHP-7.4/ext/pcre/tests/
H A Dbug76909.phpt13 $reg0 = "/^[\x{0100}-\x{017f}]{1,63}$/iu";
14 $reg1 = "/(*NO_JIT)^[\x{0100}-\x{017f}]{1,63}$/iu";
/PHP-7.4/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt10 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
18 'f' => 6,
/PHP-7.4/ext/date/tests/
H A Dbug48678.phpt18 [f] => 0
37 [f] => 0
/PHP-7.4/ext/standard/tests/http/
H A Dhttp_response_header_05.phpt18 $f = file_get_contents('http://127.0.0.1:22350/');
19 var_dump($f);
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_hasMethod_002.phpt9 function f() {}
15 var_dump($rc->hasMethod("f", "f"));

Completed in 29 milliseconds

1...<<11121314151617181920>>...38