Home
last modified time | relevance | path

Searched refs:f (Results 126 – 150 of 903) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/ereg/regex/
H A Dmkh61 for f
64 echo "/* === $f === */"
65 egrep "$egrep" $f | sed 's/^ ==*[ ]//;s/^ ==*$//' | sed "$peel"
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt31 function f($className) {
41 f("bad1");
42 f("bad2");
43 f("bad3");
44 f("bad4");
H A DforeachLoop.001.phpt19 foreach (array("d","e","f") as $v) {
22 foreach (array("d","e","f") as $k => $v) {
53 string(1) "f"
59 string(1) "f"
61 string(1) "f"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1952 …22}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/8iSI
56 Need char = \x{42f} (caseless)
59 …}\x{422}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}
60 …}\x{422}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}
61 …}\x{442}\x{443}\x{444}\x{445}\x{446}\x{447}\x{448}\x{449}\x{44a}\x{44b}\x{44c}\x{44d}\x{44e}\x{44f}
62 …}\x{442}\x{443}\x{444}\x{445}\x{446}\x{447}\x{448}\x{449}\x{44a}\x{44b}\x{44c}\x{44d}\x{44e}\x{44f}
83 [\x09 \xa0\x{1680}\x{180e}\x{2000}-\x{200a}\x{202f}\x{205f}\x{3000}]
105 SSss\x{17f}
106 0: SSss\x{17f}
/PHP-5.5/Zend/tests/
H A Dobject_handlers.phpt5 function f($x) {
119 $z = $x->{f("var_get")};
121 $x->{f("var_set")} = 1;
123 $x->{f("var_call")}();
125 $z = $x[f("var_dim_get")];
127 $x[f("var_dim_set")] = 1;
129 isset($x[f("var_dim_isset")]);
131 unset($x[f("var_dim_unset")]);
135 $z = $x->{f(7)};
137 $x->{f(8)} = 1;
H A Dfunction_exists_basic.phpt16 function f() {}
17 var_dump(function_exists('f'));
27 static function f() {}
29 var_dump(function_exists('C::f'));
H A Dbug55705.phpt5 function f(callable $c) {}
6 f();
9 Catchable fatal error: Argument 1 passed to f() must be callable, none given, called in %s on line …
/PHP-5.5/ext/standard/tests/math/
H A Dcos_basic.phpt81 cos 30 = float(%f)
83 cos 60 = float(%f)
85 cos 90 = float(%f)
87 cos 180 = float(%f)
89 cos 270 = float(%f)
91 cos 360 = float(%f)
H A Dsin_basic.phpt81 sin 30 = float(%f)
83 sin 60 = float(%f)
85 sin 90 = float(%f)
87 sin 180 = float(%f)
89 sin 270 = float(%f)
91 sin 360 = float(%f)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug50052.phpt5 $salt = '$1$f+uslYF01$';
11 $1$f+uslYF01$
12 $1$f+uslYF0$orVloNmKSLvOeswusE0bY.
H A Dprintf_basic3.phpt16 $format1 = "%f";
17 $format2 = "%f %f";
18 $format3 = "%f %f %f";
H A Dhtmlspecialchars_decode_variation4.phpt19 …'Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string…
20 '\nRoy's height &gt\t; Sam's\v height\f',
46 string(88) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r " double quote\f\v string …
47 string(88) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r " double quote\f\v string …
48 string(98) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r &quot; double quote\f\v st…
49 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
51 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
52 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
53 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
54 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
/PHP-5.5/ext/spl/tests/
H A Dbug52573.phpt7 $f = new SplFileObject(__FILE__, 'r');
8 var_dump($f->fscanf('<?php // %s', $result));
10 var_dump($f->fscanf('<?php // %s'));
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation10.phpt34 $float_formats = array( "%f",
36 " %f", "%f ", "% f",
37 "\t%f", "\n%f", "%4f",
38 "%30f", "%[0-9]", "%*f"
H A Dfscanf_variation13.phpt31 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30
/PHP-5.5/ext/standard/tests/general_functions/
H A Dsys_getloadavg.phpt21 float(%f)
23 float(%f)
25 float(%f)
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");
22 fwrite($f, $dtd);
23 rewind($f);
24 return $f;
/PHP-5.5/tests/strings/
H A Doffsets_general.phpt22 string(1) "f"
28 string(1) "f"
30 string(1) "f"
36 string(1) "f"
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c177 char *name, *f; in gdImageXbmCtx() local
181 if ((f = strrchr(name, '/')) != NULL) name = f+1; in gdImageXbmCtx()
182 if ((f = strrchr(name, '\\')) != NULL) name = f+1; in gdImageXbmCtx()
184 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; in gdImageXbmCtx()
/PHP-5.5/ext/mbstring/tests/
H A Dbug31911.phpt9 echo mb_decode_mimeheader("Fails: =?iso-8859-1?q?=3f=3f=3f?=")
/PHP-5.5/ext/standard/tests/array/
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 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 …]
/PHP-5.5/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-5.5/ext/zlib/tests/
H A Dgzopen_variation7.phpt12 $f = dirname(__FILE__)."/004.txt.gz";
13 $h1 = gzopen($f, 'r');
14 $h2 = gzopen($f, 'r');
28 Destiny f"

Completed in 29 milliseconds

12345678910>>...37