Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/reflection/tests/
H A Dbug78895.phpt6 abstract public function f1();
16 function f1() {}
H A DReflectionFunction_isGenerator_basic.phpt33 public function f1() {
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic4.phpt8 assert.callback = f1
31 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
36 Initial values: ini.get("assert.callback") => [f1]
H A Dassert_error3.phpt6 assert.callback = f1
H A Dassert_error4.phpt6 assert.callback = f1
/PHP-7.4/tests/lang/
H A Dstatic_variation_001.phpt8 function f1() {
20 f1();
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug29038.phpt9 function f1() {
42 f1();
/PHP-7.4/Zend/tests/
H A Dns_040.phpt9 function f1($x=A) {
37 f1();
H A Dbug43344_1.phpt6 function f1($a=bar) {
17 echo f1()."\n";
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();
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt44 /*3*/ array("f1" => 2.3333, "f2" => 2.3333, "f3" => array(1.1, 2.22)),
45 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => array(1.2, 'f4' => 1.2)),
153 ["f1"]=>
167 ["f1"]=>
197 ["f1"]=>
213 ["f1"]=>
H A Darray_merge_recursive_variation4.phpt45 … array(1.2 => "f1", 3.33 => "f2", 4.89999922839999 => array(1.1 => "f1"), 3333333.333333 => "f4"),
210 string(2) "f1"
216 string(2) "f1"
224 string(2) "f1"
230 string(2) "f1"
H A Darray_unique_variation3.phpt45 array(1.2 => "f1", 3.33 => "f2", 4.89999922839999 => "f1", 3333333.333333 => "f4"),
96 string(2) "f1"
H A Darray_intersect_assoc_variation7.phpt52 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
69 $arr2 = array(0 => "0", 1, "two" => 2, "float" => 2.3333, "f1" => 1.2,
138 ["f1"]=>
144 ["f1"]=>
H A Darray_intersect_assoc_variation8.phpt52 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
69 $arr1 = array(0 => "0", 1, "two" => 2, "float" => 2.3333, "f1" => 1.2,
138 ["f1"]=>
144 ["f1"]=>
H A Darray_intersect_variation7.phpt51 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
135 ["f1"]=>
139 ["f1"]=>
H A Darray_reverse_variation4.phpt49 array(1.2 => "f1", 3.33 => "f2", 4.89999922839999 => "f3", 33333333.333333 => "f4"),
195 string(2) "f1"
206 string(2) "f1"
217 string(2) "f1"
H A Darray_reverse_variation5.phpt52 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
189 ["f1"]=>
200 ["f1"]=>
211 ["f1"]=>
H A Darray_unique_variation4.phpt45 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 1.2),
89 ["f1"]=>
H A Darray_combine_variation4.phpt51 array(1.2 => "f1", 3.33 => "f2",
133 ["f1"]=>
134 string(2) "f1"
H A Darray_map_variation5.phpt53 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.3333),
112 ["f1"]=>
/PHP-7.4/ext/opcache/tests/
H A Dpreload_001.phpt15 var_dump(function_exists("f1"));
H A Dpreload.inc2 function f1() {
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4343 const auto higher2nd = [unary](nullary_t f1){
344 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
612 int f1()
619 [[maybe_unused]] auto unused = f1();
621 switch (f1())
624 f1();
627 f1();
629 return f1();
836 auto f1() -> int(&)[2]
857 auto [ x1, y1 ] = f1();
[all …]

Completed in 33 milliseconds

12345