Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation5.phpt56 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
207 ["f1"]=>
224 ["f1"]=>
H A Darray_diff_variation8.phpt47 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 1.2),
120 ["f1"]=>
H A Darray_map_variation4.phpt53 array(1.2 => "f1", 3.33 => "f2", 4.89999922839999 => "f3", 33333333.333333 => "f4"),
121 string(2) "f1"
H A Darray_unshift_variation4.phpt54 array(1.2 => "f1", 3.33 => "f2",
220 string(2) "f1"
237 string(2) "f1"
H A Darray_intersect_assoc_variation6.phpt41 array(1.2 => "f1", 3.33 => "f2",
H A Darray_intersect_variation6.phpt40 array(1.2 => "f1", 3.33 => "f2",
H A Darray_intersect_assoc_variation5.phpt41 array(1.2 => "f1", 3.33 => "f2",
H A Darray_intersect_variation5.phpt40 array(1.2 => "f1", 3.33 => "f2",
H A Darray_combine_variation5.phpt52 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333),
H A Darray_intersect_variation8.phpt51 array("f1" => 1.2, 'f2' => 3.33, 3 => 4.89999922839999, 'f4' => 33333333.333333),
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt272 d1 => f1
304 f1 => f1
H A Dconvert_cyr_string_basic.phpt136 223: f1
H A Dstrtoupper1-win32.phpt304 f1 => d1
H A Dhtml_entity_decode_iso8859-15.phpt360 LATIN SMALL LETTER N WITH TILDE: ñ => f1
361 ñ => f1
H A Dhtml_entity_decode_macroman.phpt403 Ò => f1
495 LATIN CAPITAL LETTER O WITH GRAVE: Ò => f1
H A Dhtml_entity_decode_win1251.phpt492 CYRILLIC SMALL LETTER ES: с => f1
/PHP-7.4/ext/standard/
H A Dmath.c128 double f1, f2; in _php_math_round() local
139 f1 = php_intpow10(abs(places)); in _php_math_round()
166 tmp_value = value * f1; in _php_math_round()
168 tmp_value = value / f1; in _php_math_round()
182 tmp_value = tmp_value / f1; in _php_math_round()
184 tmp_value = tmp_value * f1; in _php_math_round()
/PHP-7.4/Zend/tests/
H A Dget_defined_functions_basic.phpt19 function f1() {}
/PHP-7.4/ext/odbc/
H A Dconfig.m475 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
77 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
84 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
86 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt34 static private function f1() {
174 private static function f1() {
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m436 pdo_odbc_flavour="`echo $PHP_PDO_ODBC | cut -d, -f1`"
/PHP-7.4/ext/ffi/tests/
H A D002.phpt83 static void f1();
/PHP-7.4/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-7.4/ext/pdo_oci/
H A Dconfig.m485 if test "instantclient" = "`echo $PDO_OCI_DIR | cut -d, -f1`" ; then
/PHP-7.4/ext/oci8/
H A Dconfig.m4277 PHP_OCI8="`echo $PHP_OCI8 | cut -d, -f1,4`"
284 elif test "`echo $PHP_OCI8 | cut -d, -f1`" = "instantclient"; then

Completed in 52 milliseconds

12345