Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/array/
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.m437 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/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt364 LATIN SMALL LETTER O WITH GRAVE: ò => f2
365 ò => f2
H A Dhtml_entity_decode_macroman.phpt428 Ú => f2
499 LATIN CAPITAL LETTER U WITH ACUTE: Ú => f2
H A Dhtml_entity_decode_iso8859-5.phpt364 CYRILLIC SMALL LETTER DJE: ђ => f2
H A Dhtml_entity_decode_win1251.phpt496 CYRILLIC SMALL LETTER TE: т => f2
H A Dhtml_entity_decode_cp866.phpt492 CYRILLIC CAPITAL LETTER UKRAINIAN IE: Є => f2
H A Dhtml_entity_decode_koi8-r.phpt492 CYRILLIC CAPITAL LETTER ER: Р => 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.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/build/
H A Dconfig.guess1119 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt95 ["f2"]=>

Completed in 64 milliseconds

1234