Home
last modified time | relevance | path

Searched refs:f1 (Results 76 – 97 of 97) sorted by relevance

1234

/php-src/Zend/tests/
H A Dget_defined_functions_basic.phpt14 function f1() {}
/php-src/ext/opcache/tests/
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/standard/tests/strings/
H A Dstrtolower.phpt295 f1 => f1
H A Dstrtoupper1.phpt298 f1 => f1
H A Dhtml_entity_decode_iso8859-15.phpt361 LATIN SMALL LETTER N WITH TILDE: ñ => f1
362 ñ => f1
H A Dhtml_entity_decode_macroman.phpt404 Ò => f1
496 LATIN CAPITAL LETTER O WITH GRAVE: Ò => f1
H A Dhtml_entity_decode_iso8859-5.phpt361 CYRILLIC SMALL LETTER IO: ё => f1
H A Dhtml_entity_decode_win1251.phpt493 CYRILLIC SMALL LETTER ES: с => f1
H A Dhtml_entity_decode_cp866.phpt489 CYRILLIC SMALL LETTER IO: ё => f1
H A Dhtml_entity_decode_koi8-r.phpt489 CYRILLIC CAPITAL LETTER YA: Я => f1
/php-src/ext/odbc/
H A Dconfig.m474 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
76 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
83 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
85 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt38 static private function f1() {
199 private static function 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_intersect_variation8.phpt46 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
/php-src/ext/ffi/tests/
H A D002.phpt83 static void f1();
/php-src/ext/pdo_odbc/
H A Dconfig.m436 pdo_odbc_flavour="`echo $PHP_PDO_ODBC | cut -d, -f1`"
/php-src/ext/standard/tests/versioning/
H A Dversion_compare.phpt20 foreach ($special_forms as $f1) {
22 test("1.0$f1", "1.0$f2");
26 foreach ($special_forms as $f1) {
29 $v1 = "1.0$f1";
/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/Zend/
H A Dzend_alloc.c1226 static const int f1[] = { 3, 3, 3, 3, 3, 3, 3, 4, 5, 6, 7, 8, 9};
1231 return ((size-1) >> f1[n]) + f2[n];
/php-src/build/
H A Dconfig.guess262 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt93 ["f1"]=>

Completed in 64 milliseconds

1234