Home
last modified time | relevance | path

Searched refs:f (Results 326 – 350 of 1080) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Dphp_fd_wrapper_02.phpt5 $f = fopen("php://fd/1", "rkkk");
6 fwrite($f, "hi!");
H A Ddisk_free_space_basic.phpt54 float(%f)
55 float(%f)
59 float(%f)
62 float(%f)
66 float(%f)
H A Dbug20424.phpt5 $f = fopen(__FILE__, "r");
6 $dummy = var_export(stream_get_meta_data($f), TRUE);
/php-src/Zend/tests/
H A Dindirect_reference_this.phpt6 function f($x){var_dump($$x);}
9 $x->f("this");
H A Dbug69212.phpt25 $f = function () {};
26 $f->__invoke(do_throw());
33 $f->__invoke($t->bar(Test::foo(do_throw())));
H A Dgh15275-002.phpt20 function f() {
30 var_dump(new stdClass, yield from f());
56 string(1) "f"
/php-src/ext/standard/tests/strings/
H A D004.phpt5 function stats($f, $a) {
7 print "$f\n";
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/php-src/Zend/tests/fibers/
H A Ddestructors_008.phpt13 $f = new Fiber(function () {
19 $f->start();
20 $f->resume();
/php-src/ext/pgsql/tests/
H A D80_bug32223b.phpt15 return ''f'';
38 return ''f'';
50 if ($row[0] == 'f')
65 string(1) "f"
/php-src/tests/lang/
H A DforeachLoopIterator.001.phpt42 $f = new MealIterator;
43 var_dump($f);
46 foreach ($f as $k=>$v) {
50 $f->rewind();
56 foreach ($f as $k=>$v) {
60 foreach ($f as $k=>$v) {
/php-src/ext/fileinfo/tests/
H A Dfinfo_extension_flag.phpt8 $f = new finfo;
9 var_dump($f->file(__DIR__ . "/resources/test.jpg", FILEINFO_EXTENSION));
H A Dbug68398.phpt8 $f = new finfo(FILEINFO_MIME);
9 var_dump($f->file(__DIR__ . DIRECTORY_SEPARATOR . '68398.zip'));
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_fstat_basic.phpt7 $f = __DIR__."/004.txt.gz";
8 $h = gzopen($f, "r");
H A Dzlib_wrapper_flock_basic.phpt7 $f = __DIR__."/004.txt.gz";
8 $h = gzopen($f,'r');
/php-src/ext/spl/tests/
H A Dbug70303.phpt5 $f = new ReflectionClass('ArrayObject');
6 $c = $f->getConstructor();
/php-src/ext/standard/tests/serialize/
H A Dunserialize_extra_data_002.phpt22 $f = new Foo;
23 $f->foo = ['a', 'b', 'c'];
25 var_dump(unserialize(serialize($f) . 'garbage'));
/php-src/sapi/cli/tests/
H A D008.phpt2 execute a file with -f
29 var_dump(`$php -n -f "$filename"`);
30 var_dump(`$php -n -f "wrong"`);
/php-src/ext/pdo_sqlite/tests/
H A Dbug70862.phpt25 $f = fopen("hello://there", "r");
28 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
31 var_dump($f);
/php-src/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt8 $f = new \Fiber(fn() => call_user_func(["Fiber", "suspend"]));
9 $f->start();
11 $reflection = new \ReflectionFiber($f);
/php-src/ext/standard/tests/streams/
H A Dgh15908.phpt26 $f = fopen("test://", "r");
28 file_put_contents(__DIR__."/gh15908.tmp", $f, FILE_USE_INCLUDE_PATH, $f);
/php-src/ext/opcache/tests/
H A Dbug75230.phpt11 function f() {
15 f();
/php-src/ext/exif/tests/
H A Dbug78793.phpt7 $f = __DIR__ . "/bug77950.tiff";
9 @exif_read_data($f);
/php-src/ext/pdo_mysql/tests/
H A Dbug66141.phpt15 $input = 'Something\', 1 as one, 2 as two FROM dual; -- f';
36 string(50) "'Something\', 1 as one, 2 as two FROM dual; -- f'"
37 string(50) "'Something'', 1 as one, 2 as two FROM dual; -- f'"
38 string(50) "'Something'', 1 as one, 2 as two FROM dual; -- f'"
/php-src/ext/opcache/tests/jit/
H A Dcmp_005.phpt20 $f = 0xfff000;
29 var_dump($a > $f ? 1 : 0);
40 $f = -16773120; // negation of 0xfff000
49 var_dump($a > $f ? 1 : 0);
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt31 $f = fopen("php://temp", "r+");
32 fwrite($f, $first ? $dtd : $entity);
34 rewind($f);
35 return $f;

Completed in 227 milliseconds

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