Home
last modified time | relevance | path

Searched refs:f2 (Results 51 – 75 of 100) sorted by relevance

1234

/php-src/tests/lang/
H A Dstatic_variation_001.phpt26 function f2() {
38 f2();
/php-src/ext/standard/tests/general_functions/
H A Dbug29038.phpt15 function f2() {
43 f2();
/php-src/Zend/tests/namespaces/
H A Dns_040.phpt12 function f2($x=\X\A) {
38 f2();
H A Dns_057.phpt28 function f2($x=namespace\foo::C) {
43 echo namespace\f2();
H A Dns_058.phpt26 function f2($x=namespace\foo::C) {
41 echo namespace\f2();
/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)),
150 ["f2"]=>
164 ["f2"]=>
194 ["f2"]=>
210 ["f2"]=>
H A Darray_reverse_variation5.phpt47 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
182 ["f2"]=>
193 ["f2"]=>
204 ["f2"]=>
H A Darray_map_variation5.phpt48 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.3333),
109 ["f2"]=>
H A Darray_diff_variation8.phpt41 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 1.2),
116 ["f2"]=>
H A Darray_unshift_variation5.phpt51 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
204 ["f2"]=>
221 ["f2"]=>
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_float_NAN_values.phpt11 $f2 = fdiv(10.0**400, 9.0**400);
12 var_dump($f2);
17 $fs = [$f1, $f2, $f3, 5.5];
/php-src/Zend/tests/fibers/
H A Ddestructors_005.phpt23 global $f2;
24 $f2 = Fiber::getCurrent();
/php-src/Zend/tests/
H A Dbug52614.phpt16 public function f2() {
49 $foo->f2()[0] = 1;
H A Dbug62069.phpt28 $b->f2();
H A Dget_defined_functions_basic.phpt15 static function f2() {}
/php-src/Zend/tests/traits/
H A Dconstant_001.phpt21 public function f2(): void {
38 (new Base)->f2();
/php-src/Zend/tests/attributes/
H A D001_placement.phpt24 $f2 = #[A1(9)] function () { };
39 new \ReflectionFunction($f2),
/php-src/tests/basic/
H A Dbug73969.phpt17 c2::f1 as f2;
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dparsing_comment.phpt9 function f2(A & // Comment
/php-src/ext/opcache/tests/
H A Dpreload_user_002.phpt21 var_dump(function_exists("f2"));
H A Dpreload_user_001.phpt21 var_dump(function_exists("f2"));
H A Dpreload_user_003.phpt22 var_dump(function_exists("f2"));
H A Dpreload.inc6 function f2() {
H A Dpreload_user_004.phpt33 var_dump(function_exists("f2"));
/php-src/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt36 public function f2() {

Completed in 21 milliseconds

1234