Home
last modified time | relevance | path

Searched refs:f (Results 376 – 400 of 1080) sorted by relevance

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

/php-src/Zend/tests/generators/
H A Dgh9752.phpt6 function f(...$x) {
10 f(a: 1, b: yield);
/php-src/Zend/tests/fibers/
H A Dgh10340-001.phpt5 function f() {
11 f();
/php-src/ext/opcache/tests/jit/
H A Dadd_007.phpt20 $f = 0xfff000;
30 $a = $a + $f;
43 $f = 0xfff000;
53 $a = $a - $f;
/php-src/Zend/tests/anon/
H A Dgh15994.phpt7 abstract public function f();
13 Fatal error: Class ParentClass@anonymous must implement 1 abstract method (ParentClass::f) in %sgh1…
/php-src/ext/reflection/tests/
H A Dparameters_001.phpt12 $f = new ReflectionMethod('Test', 'func');
13 var_dump($f->getNumberOfParameters());
14 var_dump($f->getNumberOfRequiredParameters());
H A DReflectionProperty_setAccessible.phpt26 $protectedStatic->setValue(null, 'f');
66 $protectedStatic->setValue(null, 'f');
95 string(1) "f"
99 string(1) "f"
112 string(1) "f"
115 string(1) "f"
H A DReflectionObject___toString_basic1.phpt9 $f = new foo;
11 echo new ReflectionObject($f);
/php-src/ext/zlib/tests/
H A Dgzgets_basic.phpt11 $f = __DIR__."/004.txt.gz";
12 $h = gzopen($f, 'r');
28 string(6) "ough f"
/php-src/Zend/tests/varSyntax/
H A DindirectFcall.phpt24 ($f = function($x = null) use (&$f) {
25 return $x ?: $f;
/php-src/ext/spl/tests/
H A DSplFixedArray_override_getIterator.phpt31 $a[2] = "f";
46 In A: key=2 value=f
47 2 => f
/php-src/ext/soap/tests/
H A Dclassmap003.phpt24 function f(){
34 $this->server->addFunction("f");
48 print_r($client->f());
/php-src/Zend/asm/
H A Dmake_i386_sysv_elf_gas.S72 call 1f
82 call 2f
102 call 3f
/php-src/Zend/tests/
H A Dclosure_049.phpt8 $f = static function() {
11 return $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 Druntime_compile_time_binary_operands.phpt107 …trtr($param, ["\t" => '\t', "\n" => '\n', "\r" => '\r', "\v" => '\v', "\f" => '\f', '$' => '\$', '…
113 $f = 0;
119 $error = "echo '" . addcslashes("$op1_p $operator $op2_p", "\\'") . '\', "\n"; $f++;';
135 $error = "echo '" . addcslashes("$operator $op_p", "\\'") . '\', "\n"; $f++;';
180 echo "Failed: $f\n";
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation9.phpt44 "%f", "%lf", " %f", "%f ",
45 "\t%f", "\n%f", "%4f", "%30f",
/php-src/ext/fileinfo/tests/
H A Dbug68735.phpt8 $f = new finfo;
10 var_dump($f->file($test_file));
/php-src/sapi/phpdbg/
H A Dphpdbg_break.c28 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
/php-src/.github/scripts/windows/
H A Dfind-target-branch.bat3 for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
4 for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%B…
/php-src/tests/strings/
H A D002.phpt13 printf("printf test 3:%f\n", 10.0/3);
14 printf("printf test 4:%.10f\n", 10.0/3);
15 printf("printf test 5:%-10.2f\n", 2.5);
16 printf("printf test 6:%-010.2f\n", 2.5);
17 printf("printf test 7:%010.2f\n", 2.5);
24 printf("printf test 12:%5.2f\n", -12.34);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2457 if(f==NULL||f->c.isC){
3146 Proto*f=fs->f;
3629 Proto*f=fs->f;
3732 Proto*f=fs->f;
3761 Proto*f=fs->f;
3861 Proto*f=fs->f;
3867 f->p[fs->np++]=func->f;
3878 fs->f=f;
3903 Proto*f=fs->f;
3917 f->sizeupvalues=f->nups;
[all …]
/php-src/tests/lang/
H A Dbug24573.phpt15 $f = new Foo;
17 $f->Bar();
/php-src/tests/output/
H A Dob_start_basic_003.phpt6 function f() {
10 ob_start('f');

Completed in 51 milliseconds

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