Home
last modified time | relevance | path

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

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

/PHP-7.4/Zend/tests/
H A Dunset_cv04.phpt5 function f() {
11 f();
H A Dclosure_050.phpt8 $f = function() {
11 return $f();
H A Dclosure_053.phpt8 $f = static function() {
11 return $f();
H A Dclosure_054.phpt8 $f = function() {
11 return $f();
H A Dclosure_049.phpt8 $f = static function() {
11 return $f();
H A Druntime_compile_time_binary_operands.phpt95 …return '"' . strtr($param, ["\t" => '\t', "\n" => '\n', "\r" => '\r', "\v" => '\v', "\f" => '\f', …
101 $f = 0;
108 $error = "echo '" . addcslashes("$op1_p $operator $op2_p", "\\'") . '\', "\n"; $f++;';
148 echo "Failed: $f\n";
H A Dbug78379_2.phpt6 function f() {
14 f();
H A Dbug67858.phpt9 function f() {
14 f();
/PHP-7.4/tests/strings/
H A D002.phpt14 printf("printf test 3:%f\n", 10.0/3);
15 printf("printf test 4:%.10f\n", 10.0/3);
16 printf("printf test 5:%-10.2f\n", 2.5);
17 printf("printf test 6:%-010.2f\n", 2.5);
18 printf("printf test 7:%010.2f\n", 2.5);
25 printf("printf test 12:%5.2f\n", -12.34);
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_fstat_basic.phpt11 $f = __DIR__."/004.txt.gz";
12 $h = gzopen($f, "r");
H A Dzlib_wrapper_flock_basic.phpt11 $f = __DIR__."/004.txt.gz";
12 $h = gzopen($f,'r');
H A Dgzclose_basic.phpt14 $f = __DIR__."/004.txt.gz";
15 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
/PHP-7.4/ext/reflection/tests/
H A Dparameters_002.phpt19 function check_params_decl_func($r, $f)
21 $c = $r->$f();
23 echo $f . ': ' . ($c ? $sep . $c->name : 'NULL') . "()\n";
26 function check_params_decl_class($r, $f)
28 $c = $r->$f();
29 echo $f . ': ' . ($c ? $c->name : 'NULL') . "\n";
32 function check_params_func($r, $f)
34 echo $f . ': ';
35 $v = $r->$f();
H A DReflectionObject___toString_basic1.phpt9 $f = new foo;
11 echo new ReflectionObject($f);
H A DReflectionObject_export_basic1.phpt9 $f = new foo;
11 echo new ReflectionObject($f);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
/PHP-7.4/ext/soap/tests/
H A Dclassmap003.phpt24 function f(){
33 $this->server->addFunction("f");
47 print_r($client->f());
/PHP-7.4/Zend/tests/varSyntax/
H A DindirectFcall.phpt24 ($f = function($x = null) use (&$f) {
25 return $x ?: $f;
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_003.phpt37 $a[4] = "f";
47 $a[4] = "f";
59 4 => f
85 4 => f
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_none.phpt8 'float' => function (float $f) { return $f; },
12 'float nullable' => function (float $f = NULL) { return $f; },
/PHP-7.4/tests/lang/
H A Dbug24573.phpt15 $f = new Foo;
17 $f->Bar();
/PHP-7.4/tests/output/
H A Dob_start_basic_003.phpt6 function f() {
10 ob_start('f');
/PHP-7.4/tests/classes/
H A D__call_003.phpt19 $c->f($a);
20 $c->f($b);
H A Dconstants_error_003.phpt10 function f(&$a)
15 f(aclass::myConst);
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4154 virtual void f() {}
182 f()
236 int f() { return 0; }
342 const auto higher1st = [](nullary_t f){ return f(); };
712 void f()
755 int f ()
772 int f()
779 if (auto i = f(); i > 0)
811 void f()
876 f(T*, T*);
[all …]

Completed in 25 milliseconds

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