Home
last modified time | relevance | path

Searched refs:f1 (Results 51 – 75 of 97) sorted by relevance

1234

/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt39 /*3*/ array("f1" => 2.3333, "f2" => 2.3333, "f3" => array(1.1, 2.22)),
40 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => array(1.2, 'f4' => 1.2)),
148 ["f1"]=>
162 ["f1"]=>
192 ["f1"]=>
208 ["f1"]=>
H A Darray_intersect_assoc_variation7.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
63 $arr2 = array(0 => "0", 1, "two" => 2, "float" => 2.3333, "f1" => 1.2,
132 ["f1"]=>
138 ["f1"]=>
H A Darray_intersect_assoc_variation8.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
63 $arr1 = array(0 => "0", 1, "two" => 2, "float" => 2.3333, "f1" => 1.2,
132 ["f1"]=>
138 ["f1"]=>
H A Darray_intersect_variation7.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
130 ["f1"]=>
134 ["f1"]=>
H A Darray_reverse_variation5.phpt47 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
184 ["f1"]=>
195 ["f1"]=>
206 ["f1"]=>
H A Darray_map_variation5.phpt48 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.3333),
107 ["f1"]=>
H A Darray_diff_variation8.phpt41 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 1.2),
114 ["f1"]=>
H A Darray_unshift_variation5.phpt51 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
202 ["f1"]=>
219 ["f1"]=>
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_float_NAN_values.phpt8 $f1 = fdiv(0, 0);
9 var_dump($f1);
17 $fs = [$f1, $f2, $f3, 5.5];
/php-src/ext/standard/tests/assert/
H A Dassert_variation.phpt6 assert.callback = f1
11 function f1()
13 echo "f1 called\n";
91 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
92 Initial values: ini.get("assert.callback") => [f1]
93 f1 called
99 string(2) "f1"
H A Dassert_basic4.phpt7 assert.callback = f1
49 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
53 Initial values: ini.get("assert.callback") => [f1]
/php-src/Zend/tests/
H A Dns_057.phpt25 function f1($x=namespace\C) {
42 echo namespace\f1();
H A Dns_058.phpt23 function f1($x=namespace\C) {
40 echo namespace\f1();
H A Dbug62069.phpt23 func as f1;
H A Dbug62069_2.phpt23 func as f1;
/php-src/Zend/tests/traits/
H A Dconstant_001.phpt11 public function f1(): void {
37 (new Base)->f1();
/php-src/Zend/tests/attributes/
H A D001_placement.phpt22 function f1() { }
38 new \ReflectionFunction('f1'),
/php-src/ext/opcache/tests/
H A Dpreload_001.phpt16 var_dump(function_exists("f1"));
H A Dpreload_user_002.phpt20 var_dump(function_exists("f1"));
H A Dpreload_user_001.phpt20 var_dump(function_exists("f1"));
H A Dpreload_user_003.phpt21 var_dump(function_exists("f1"));
H A Dpreload.inc2 function f1() {
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dparsing_comment.phpt7 function f1(A & /*
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4358 const auto higher2nd = [unary](nullary_t f1){
359 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
627 int f1()
634 [[maybe_unused]] auto unused = f1();
636 switch (f1())
639 f1();
642 f1();
644 return f1();
851 auto f1() -> int(&)[2]
872 auto [ x1, y1 ] = f1();
[all …]
/php-src/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt33 public function f1() {

Completed in 40 milliseconds

1234