Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 25 of 91) sorted by last modified time

1234

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c1643 uint16_t f2 = ctx->live_intervals[v2]->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()
1660 if (f2 & IR_LIVE_INTERVAL_COALESCED) { in ir_vregs_coalesce()
/php-src/Zend/
H A Dzend_alloc.c1227 static const int f2[] = { 0, 0, 0, 0, 0, 0, 0, 4, 8, 12, 16, 20, 24};
1231 return ((size-1) >> f1[n]) + f2[n];
/php-src/tests/classes/
H A Dtype_hinting_003.phpt14 static function f2(array $ar = NULL)
34 Test::f2(NULL);
35 Test::f2();
42 Deprecated: Test::f2(): Implicitly marking parameter $ar as nullable is deprecated, the explicit nu…
48 Test::f2()
50 Test::f2()
H A Dtype_hinting_004.phpt12 echo "in f2;\n";
30 call_user_func('f2');
157 in f2;
158 in f2;
159 in f2;
168 in C::f2 (static);
169 in C::f2 (static);
170 in C::f2 (static);
179 in C::f2 (instance);
180 in C::f2 (instance);
[all …]
H A Dvisibility_000c.phpt9 public function f2() {}
19 public function f2() {}
H A Dvisibility_001c.phpt9 public function f2() {}
19 public function f2() {}
H A Dvisibility_002c.phpt9 public function f2() {}
19 public function f2() {}
25 function f2() {}
H A Dvisibility_004b.phpt9 public function f2() {}
19 public function f2() {}
/php-src/build/
H A Dconfig.guess1119 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
H A Dphp_cxx_compile_stdcxx.m4359 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
632 [[nodiscard]] int f2()
792 int f2()
856 auto f2() -> std::pair<int, int>&
874 auto [ x2, y2 ] = f2();
875 auto& [ xr2, yr2 ] = f2();
/php-src/ext/pdo_odbc/
H A Dconfig.m437 pdo_odbc_dir="`echo $PHP_PDO_ODBC | cut -d, -f2`"
/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/dom/lexbor/patches/
H A D0001-Track-implied-added-nodes-for-options-use-in-PHP.patch40 index 14621f2..cd2ac2a 100755
/php-src/Zend/tests/
H A D009.phpt24 $f2 = new foo2;
36 $f2->bar();
50 var_dump(get_class($f2));
/php-src/ext/standard/tests/assert/
H A Dassert_basic2.phpt11 function f2()
13 echo "f2 called\n";
24 var_dump($o= assert_options(ASSERT_CALLBACK, "f2"));
49 string(2) "f2"
50 f2 called
H A Dassert_variation.phpt15 function f2()
17 echo "f2 called\n";
36 var_dump($rv = ini_set("assert.callback","f2"));
104 assert_options(ASSERT_CALLBACK) => [f2]
105 ini.get("assert.callback") => [f2]
106 f2 called
114 string(2) "f2"
120 ini.get("assert.callback") => [f2]
135 ini.get("assert.callback") => [f2]
154 ini.get("assert.callback") => [f2]
[all …]
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt78 final protected function f2() {
236 protected final function 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/ext/standard/tests/file/
H A Dbug81145.phpt38 $f2 = fopen($dst,'rb') or die("dst open failed");
42 fseek($f2, SIZE_4G - 0x100, SEEK_SET);
43 echo (fread($f1,0x200) === fread($f2,0x200) ? "Identical" : "Copy failed");
45 fclose($f2);
/php-src/ext/standard/tests/strings/
H A Dstrtoupper1.phpt299 f2 => f2
H A Dhtml_entity_decode_iso8859-5.phpt364 CYRILLIC SMALL LETTER DJE: &#x452; => f2
H A Dstrtolower.phpt296 f2 => 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_001.phpt21 var_dump(function_exists("f2"));
H A Dpreload_user_002.phpt21 var_dump(function_exists("f2"));

Completed in 70 milliseconds

1234