Home
last modified time | relevance | path

Searched refs:f (Results 226 – 250 of 928) sorted by relevance

12345678910>>...38

/PHP-7.4/ext/standard/tests/filters/
H A Dread.phpt27 if ($f = fopen(__FILE__, "rb")) {
28 stream_filter_append($f, "strtoupper");
29 while (!feof($f)) {
30 echo fread($f, 8192);
32 fclose($f);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_5.phpt27 $f = fopen($fn, 'w');
28 if ($f) {
29 var_dump($f, fwrite($f, "writing to an mb filename"));
30 var_dump(fclose($f));
H A Dtest_cp932_2.phpt30 $f = fopen($fn, 'w');
31 if ($f) {
32 var_dump($f, fwrite($f, "writing to an mb filename"));
33 var_dump(fclose($f));
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt12 * My Doc Comment for A::f
14 function f() {}
35 function f() {}
67 ---> Doc comment for A::f():
69 * My Doc Comment for A::f
90 ---> Doc comment for B::f():
H A DReflectionProperty_getDocComment_basic.phpt21 * Doc comment for $f
23 static protected $f;
70 ---> Doc comment for A::$f:
72 * Doc comment for $f
98 ---> Doc comment for B::$f:
100 * Doc comment for $f
H A D019.phpt5 $f = new ReflectionFunction("sleep");
6 var_dump($f->getExtensionName());
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation13.phpt31 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30
H A Dfopen_include_path.inc3 $f = basename(current(get_included_files()), ".php");
4 $dir1 = $pwd."/".$f.".dir1";
5 $dir2 = $pwd."/".$f.".dir2";
6 $dir3 = $pwd."/".$f.".dir3";
8 $dir4 = $pwd."/".$f.".dir4";
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_object.phpt66 $array = array('f' => "first", "s" => 'second', 1, 2.222);
114 ["f"]=>
134 ["f"]=>
149 ["f"]=>
167 ["f"]=>
186 ["f"]=>
208 ["f"]=>
225 ["f"]=>
245 ["f"]=>
260 ["f"]=>
[all …]
H A Darray_unshift_variation7.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
64 ["f"]=>
81 ["f"]=>
96 ["f"]=>
114 ["f"]=>
128 ["f"]=>
145 ["f"]=>
159 ["f"]=>
176 ["f"]=>
192 ["f"]=>
[all …]
H A Darray_unshift_variation9.phpt104 ["f"]=>
121 ["f"]=>
136 ["f"]=>
154 ["f"]=>
171 ["f"]=>
191 ["f"]=>
209 ["f"]=>
230 ["f"]=>
246 ["f"]=>
265 ["f"]=>
[all …]
H A Dshuffle_variation4.phpt106 float(%f)
108 float(%f)
110 float(%f)
112 float(%f)
114 float(%f)
123 float(-%f)
125 float(-%f)
127 float(-%f)
129 float(-%f)
131 float(-%f)
H A Darray_unshift_variation8.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
64 ["f"]=>
81 ["f"]=>
95 ["f"]=>
112 ["f"]=>
126 ["f"]=>
143 ["f"]=>
157 ["f"]=>
174 ["f"]=>
188 ["f"]=>
[all …]
H A Dcompact_basic.phpt22 $f="string";
25 var_dump (compact(array("a", "b", "c", "d", "e", "f")));
27 var_dump (compact("a", "b", "c", "d", "e", "f"));
53 ["f"]=>
70 ["f"]=>
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt30 var $a, $b, $c, $d, $e, $f, $g, $h;
38 $this->f = new nomembers();
132 ["f"]=>
152 ["f"]=>
171 ["f"]=>
190 ["f"]=>
209 ["f"]=>
263 ["f"]=>
270 …:1:"D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"�";s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h"…
282 ["f"]=>
[all …]
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt12 $f = __DIR__."/004.txt.gz";
13 $h = gzopen($f,'r');
17 $f = "compress.zlib://".__DIR__."/004.txt.gz";
18 $h = fopen($f,'r');
H A Dgzopen_include_path.inc3 $f = basename(__FILE__);
4 $dir1 = $pwd."/".$f.".dir1";
5 $dir2 = $pwd."/".$f.".dir2";
6 $dir3 = $pwd."/".$f.".dir3";
8 $dir4 = $pwd."/".$f.".dir4";
/PHP-7.4/ext/standard/tests/
H A Dbug64370_var1.phpt16 $_SERVER['REQUEST_TIME_FLOAT']: %f
18 microtime(true): %f
19 created in %f ms
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_04.phpt25 $f = fopen("test://", "r");
26 while (!feof($f)) {
27 $line = stream_get_line($f, 2, "\n");
/PHP-7.4/Zend/tests/
H A Dbug75079_2.phpt20 $f = Foo::test();
22 var_dump($f()());
26 var_dump($f->bindTo($a, A::CLASS)()());
H A Dself_or.phpt9 $s3 = str_repeat("f", 1);
10 $s4 = str_repeat("f", 2);
37 string(1) "f"
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation39.phpt25 "%30x", "%[0-9A-Fa-f]", "%*x"
55 string(10) "0-9A-Fa-f]"
70 string(10) "0-9A-Fa-f]"
85 string(10) "0-9A-Fa-f]"
100 string(10) "0-9A-Fa-f]"
/PHP-7.4/tests/lang/
H A DpassByReference_010.phpt6 function f(&$a) {
12 f($a="a.original");
18 f($b = $a);
24 f($b =& $a);
31 f($b .= $a);
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_011.phpt18 $phar['hi/f.php'] = 'hi';
20 var_dump(isset($phar['hi/f.php']));
21 echo $phar['hi/f.php'];
/PHP-7.4/ext/ffi/tests/
H A D024.phpt20 int f;
27 $p->f = 5;
43 ["f"]=>

Completed in 31 milliseconds

12345678910>>...38