Home
last modified time | relevance | path

Searched refs:f1 (Results 26 – 50 of 97) sorted by path

1234

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c1642 uint16_t f1 = ctx->live_intervals[v1]->flags; in ir_vregs_coalesce() local
1652 if ((f1 & IR_LIVE_INTERVAL_COALESCED) && !(f2 & IR_LIVE_INTERVAL_COALESCED)) { in ir_vregs_coalesce()
1655 } else if ((f2 & IR_LIVE_INTERVAL_COALESCED) && !(f1 & IR_LIVE_INTERVAL_COALESCED)) { in ir_vregs_coalesce()
1671 if (f1 & IR_LIVE_INTERVAL_COALESCED) { in ir_vregs_coalesce()
/php-src/ext/opcache/tests/
H A Dpreload.inc2 function f1() {
H A Dpreload_001.phpt16 var_dump(function_exists("f1"));
H A Dpreload_user_001.phpt20 var_dump(function_exists("f1"));
H A Dpreload_user_002.phpt20 var_dump(function_exists("f1"));
H A Dpreload_user_003.phpt21 var_dump(function_exists("f1"));
H A Dpreload_user_004.phpt32 var_dump(function_exists("f1"));
H A Dpreload_user_005.phpt33 var_dump(function_exists("f1"));
/php-src/ext/pdo_mysql/tests/
H A Dbug54929.phpt26 testQuery("/* ' */ SELECT ? AS f1 /* ' */");
28 testQuery("/* ' */ SELECT ? AS f1 --';");
29 testQuery("/* ' */ SELECT ? AS f1 -- 'a;");
30 testQuery("/*'**/ SELECT ? AS f1 /* ' */");
34 **/ SELECT ? AS f1 /* ' */");
39 ["f1"]=>
43 ["f1"]=>
57 ["f1"]=>
61 ["f1"]=>
65 ["f1"]=>
[all …]
/php-src/ext/pdo_odbc/
H A Dconfig.m436 pdo_odbc_flavour="`echo $PHP_PDO_ODBC | cut -d, -f1`"
/php-src/ext/pgsql/tests/
H A D10pg_convert_json_array.phpt22 'jsn'=>'{"f1":1,"f2":"foo"}',
47 string(22) "E'{"f1":1,"f2":"foo"}'"
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt93 ["f1"]=>
/php-src/ext/reflection/tests/
H A DReflectionClass_isInstantiable_basic.phpt9 function f1();
13 function f1() {}
17 function f1() {}
H A DReflectionFunction_isGenerator_basic.phpt33 public function f1() {
H A DReflectionObject_isInstantiable_basic.phpt9 function f1();
13 function f1() {}
17 function f1() {}
H A Dbug78895.phpt6 abstract public function f1();
16 function f1() {}
/php-src/ext/spl/tests/
H A Dbug61697.phpt6 function f1($class) { echo "f1: [[$class]]\n"; }
9 spl_autoload_register('f1');
/php-src/ext/standard/tests/array/
H A Darray_combine_variation5.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
H A Darray_diff_variation8.phpt41 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 1.2),
114 ["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_intersect_variation8.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
H A Darray_map_variation5.phpt48 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.3333),
107 ["f1"]=>
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"]=>

Completed in 67 milliseconds

1234