Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 25 of 58) sorted by relevance

123

/PHP-5.5/ext/standard/tests/math/
H A Datan2_basic.phpt9 2.345e1,
10 -2.345e1,
15 "2.345e1",
22 2.345e1,
23 -2.345e1,
28 "2.345e1",
50 Y:23 X:2.345e1 float(0.77571063007847)
146 Y:2.345e1 X:2.345e1 float(0.78539816339745)
147 Y:2.345e1 X: float(1.5707963267949)
158 Y: X:2.345e1 float(0)
[all …]
H A Dhypot_basic.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
31 3.345e1,
32 -3.345e1,
37 "1.345e1",
295 Y:2.345e1 X:1.345e1 float(27.033405260899)
297 Y:2.345e1 X:33abc
301 Y:2.345e1 X: float(23.45)
305 Y:2.345e1 X: float(23.45)
[all …]
H A Dabs_basic.phpt16 2.345e1,
17 -2.345e1,
23 "2.345e1",
24 "-2.345e1",
H A Dlog1p_basic.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
67 -- log1p 2.345e1 --
H A Dis_nan_basic.phpt7 23.45e1,
8 -23.45e1,
13 "23.45e1",
H A Dis_finite_basic.phpt7 23.45e1,
8 -23.45e1,
13 "23.45e1",
H A Dis_infinite_basic.phpt7 23.45e1,
8 -23.45e1,
13 "23.45e1",
H A Dround_basic.phpt35 "2.1e1",
62 ...with precision 2.1e1-> float(123456789)
76 ...with precision 2.1e1-> float(123.456789)
90 ...with precision 2.1e1-> float(-4.5679123)
104 ...with precision 2.1e1-> float(12300)
118 ...with precision 2.1e1-> float(-4567)
132 ...with precision 2.1e1-> float(2311527)
146 ...with precision 2.1e1-> float(14680063)
160 ...with precision 2.1e1-> float(1.234567)
174 ...with precision 2.1e1-> float(234567890)
[all …]
H A Dfmod_basic.phpt9 23.45e1,
10 -23.45e1,
15 "23.45e1",
22 2.3e1,
23 -2.3e1,
28 "2.3e1",
H A Datan_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dcos_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dlog_basic.phpt9 2.345e1,
10 -2.345e1,
15 "2.345e1",
H A Drad2deg_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dtan_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dtanh_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dacosh_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dasinh_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dcosh_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Ddeg2rad_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dlog10_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dsin_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dsinh_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php62 function string_compare($e1, $e2) argument
64 if (is_numeric($e1) && is_numeric($e2)) {
65 return number_compare($e1, $e2);
68 $e1_type = gettype($e1);
76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation19.phpt39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
H A Dvsprintf_variation19_64bit.phpt39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)

Completed in 29 milliseconds

123