/php-src/ext/opcache/tests/ |
H A D | preload_user_005.phpt | 34 var_dump(function_exists("f2"));
|
/php-src/Zend/tests/ |
H A D | falsetoarray.phpt | 101 static $f2 = false; 102 return $f2;
|
/php-src/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 359 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();
|
H A D | config.guess | 1156 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/php-src/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 296 f2 => f2
|
H A D | strtoupper1.phpt | 299 f2 => f2
|
H A D | html_entity_decode_iso8859-15.phpt | 364 LATIN SMALL LETTER O WITH GRAVE: ò => f2 365 ò => f2
|
H A D | html_entity_decode_macroman.phpt | 428 Ú => f2 499 LATIN CAPITAL LETTER U WITH ACUTE: Ú => f2
|
H A D | html_entity_decode_iso8859-5.phpt | 364 CYRILLIC SMALL LETTER DJE: ђ => f2
|
H A D | html_entity_decode_win1251.phpt | 496 CYRILLIC SMALL LETTER TE: т => f2
|
H A D | html_entity_decode_cp866.phpt | 492 CYRILLIC CAPITAL LETTER UKRAINIAN IE: Є => f2
|
H A D | html_entity_decode_koi8-r.phpt | 492 CYRILLIC CAPITAL LETTER ER: Р => f2
|
/php-src/ext/dom/lexbor/patches/ |
H A D | 0002-Track-implied-added-nodes-for-options-use-in-PHP.patch | 40 index 14621f2..cd2ac2a 100644
|
/php-src/Zend/tests/assert/ |
H A D | expect_015.phpt | 78 final protected function f2() { 236 protected final function f2() {
|
/php-src/ext/standard/tests/array/ |
H A D | array_combine_variation5.phpt | 46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
|
H A D | array_intersect_assoc_variation7.phpt | 46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
|
H A D | array_intersect_assoc_variation8.phpt | 46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
|
H A D | array_intersect_variation7.phpt | 46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
|
H A D | array_intersect_variation8.phpt | 46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
|
/php-src/ext/ffi/tests/ |
H A D | 002.phpt | 84 static inline void f2();
|
/php-src/ext/pdo_odbc/ |
H A D | config.m4 | 36 pdo_odbc_dir="$(echo $PHP_PDO_ODBC | cut -d, -f2)"
|
/php-src/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 21 foreach ($special_forms as $f2) { 22 test("1.0$f1", "1.0$f2"); 27 foreach ($special_forms as $f2) { 30 $v2 = "1.0$f2";
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_ra.c | 1643 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 D | zend_alloc.c | 1254 static const int f2[] = { 0, 0, 0, 0, 0, 0, 0, 4, 8, 12, 16, 20, 24}; 1258 return ((size-1) >> f1[n]) + f2[n];
|
/php-src/ext/phar/tests/ |
H A D | bug45218_SLOWTEST.phpt | 95 ["f2"]=>
|