Home
last modified time | relevance | path

Searched refs:f (Results 201 – 225 of 928) sorted by relevance

12345678910>>...38

/PHP-7.4/Zend/tests/
H A Dbug43344_11.phpt5 function f($a=namespace\bar) {
8 echo f()."\n";
13 #0 %s(%d): f()
H A Dbug43344_12.phpt5 function f($a=array(namespace\bar)) {
8 echo f()."\n";
13 #0 %s(%d): f()
H A Dbug43344_3.phpt6 function f($a=Foo::bar) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_13.phpt5 function f($a=array(namespace\bar=>0)) {
9 echo f()."\n";
14 #0 %s(%d): f()
H A Dbug43344_4.phpt6 function f($a=array(Foo::bar)) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_7.phpt6 function f($a=namespace\bar) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_8.phpt6 function f($a=array(namespace\bar)) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_5.phpt6 function f($a=array(Foo::bar=>0)) {
10 echo f()."\n";
15 #0 %s(%d): Foo\f()
H A Dbug43344_9.phpt6 function f($a=array(namespace\bar=>0)) {
10 echo f()."\n";
15 #0 %s(%d): Foo\f()
H A Ddebug_info.phpt9 private $f = 6;
24 $f = new Foo;
25 var_dump($f);
H A Dparent_class_name_without_parent.phpt7 public function f() {
16 (new C)->f();
22 #0 %s(%d): C->f()
/PHP-7.4/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"
/PHP-7.4/ext/fileinfo/tests/
H A Dbug67516.phpt10 $f = new finfo;
11 var_dump($f->file(__DIR__ . "/bug67516.gif", FILEINFO_MIME_TYPE));
12 var_dump($f->file(__DIR__ . "/bug67516.gif", FILEINFO_MIME));
/PHP-7.4/ext/standard/tests/strings/
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-7.4/sapi/cgi/tests/
H A D004.phpt2 execute a file with -f
30 var_dump(`$php -n -f "$filename"`);
32 var_dump(`$php -n -f "$filename" 2>/dev/null`);
34 var_dump(`$php -n -f "wrong"`);
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c182 char *name, *f; in gdImageXbmCtx() local
186 if ((f = strrchr(name, '/')) != NULL) name = f+1; in gdImageXbmCtx()
187 if ((f = strrchr(name, '\\')) != NULL) name = f+1; in gdImageXbmCtx()
189 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; in gdImageXbmCtx()
H A Dgd_filter.c120 FuncPtr f; in gdImageNegate() local
130 pxl = f (src, x, y); in gdImageNegate()
153 FuncPtr f; in gdImageGrayScale() local
167 pxl = f (src, x, y); in gdImageGrayScale()
193 FuncPtr f; in gdImageBrightness() local
240 FuncPtr f; in gdImageContrast() local
252 pxl = f(src, x, y); in gdImageContrast()
297 FuncPtr f; in gdImageColor() local
309 pxl = f(src, x, y); in gdImageColor()
342 FuncPtr f; in gdImageConvolution() local
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78662.phpt24 $f=fopen('fails://foo', 'a+');
25 var_dump(fwrite($f, "bar"));
26 var_dump(fread($f, 100));
H A Dbug60455_02.phpt24 $f = fopen("test://", "r");
25 while (!feof($f)) {
26 $line = stream_get_line($f, 99, "\n");
/PHP-7.4/Zend/tests/nullable_types/
H A Dnullable_type_parameters_do_not_have_default_value.phpt6 function f(?callable $p) {}
8 f();
10 Fatal error: Uncaught ArgumentCountError: Too few arguments to function f(), 0 passed in %snullable…
/PHP-7.4/tests/lang/
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-7.4/ext/standard/tests/math/
H A Dcosh_basic.phpt54 cosh .5 = float(%f)
56 cosh -0.5 = float(%f)
58 cosh 3 = float(%f)
60 cosh -3 = float(%f)
H A Dsinh_basic.phpt53 sinh .5 = float(%f)
55 sinh -0.5 = float(%f)
57 sinh 3 = float(%f)
59 sinh -3 = float(%f)
H A Dtanh_basic.phpt53 tanh .5 = float(%f)
55 tanh -0.5 = float(%f)
57 tanh 3 = float(%f)
59 tanh -3 = float(%f)

Completed in 25 milliseconds

12345678910>>...38