Home
last modified time | relevance | path

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

1234

/php-src/ext/opcache/tests/
H A Dpreload_user_005.phpt34 var_dump(function_exists("f2"));
/php-src/Zend/tests/
H A Dfalsetoarray.phpt101 static $f2 = false;
102 return $f2;
/php-src/build/
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();
H A Dconfig.guess1156 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt296 f2 => f2
H A Dstrtoupper1.phpt299 f2 => f2
H A Dhtml_entity_decode_iso8859-15.phpt364 LATIN SMALL LETTER O WITH GRAVE: &#xF2; => f2
365 &#xF2; => f2
H A Dhtml_entity_decode_macroman.phpt428 &#xDA; => f2
499 LATIN CAPITAL LETTER U WITH ACUTE: &#xDA; => f2
H A Dhtml_entity_decode_iso8859-5.phpt364 CYRILLIC SMALL LETTER DJE: &#x452; => f2
H A Dhtml_entity_decode_win1251.phpt496 CYRILLIC SMALL LETTER TE: &#x442; => f2
H A Dhtml_entity_decode_cp866.phpt492 CYRILLIC CAPITAL LETTER UKRAINIAN IE: &#x404; => f2
H A Dhtml_entity_decode_koi8-r.phpt492 CYRILLIC CAPITAL LETTER ER: &#x420; => f2
/php-src/ext/dom/lexbor/patches/
H A D0002-Track-implied-added-nodes-for-options-use-in-PHP.patch40 index 14621f2..cd2ac2a 100644
/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/
H A Darray_combine_variation5.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
H A Darray_intersect_assoc_variation7.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
H A Darray_intersect_assoc_variation8.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
H A Darray_intersect_variation7.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
H A Darray_intersect_variation8.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
/php-src/ext/ffi/tests/
H A D002.phpt84 static inline void f2();
/php-src/ext/pdo_odbc/
H A Dconfig.m436 pdo_odbc_dir="$(echo $PHP_PDO_ODBC | cut -d, -f2)"
/php-src/ext/standard/tests/versioning/
H A Dversion_compare.phpt21 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 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.c1254 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 Dbug45218_SLOWTEST.phpt95 ["f2"]=>

Completed in 78 milliseconds

1234