Home
last modified time | relevance | path

Searched refs:E (Results 151 – 175 of 802) sorted by relevance

12345678910>>...33

/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt31 class E {
39 $rcE = new ReflectionClass('E');
94 object(E)#%d (0) {
96 Class E does not have a constructor, so you cannot pass any constructor arguments
/PHP-7.2/ext/standard/tests/general_functions/
H A Dprint_r.phpt80 1E+5,
81 -1E+5,
82 1E-5,
83 -1E-5,
517 1.0E-5
518 1.0E-5
519 1.0E-5
521 -1.0E-5
549 1.0E-5
550 1.0E-5
[all …]
H A Dprint_r_64bit.phpt80 1E+5,
81 -1E+5,
82 1E-5,
83 -1E-5,
517 1.0E-5
518 1.0E-5
519 1.0E-5
521 -1.0E-5
549 1.0E-5
550 1.0E-5
[all …]
H A Dphp_uname_variation1.phpt34 "10.7654321E-10" => 10.7654321E-10,
86 -- Iterator 10.7654321E-10 --
/PHP-7.2/ext/standard/tests/math/
H A Dacosh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dlog10_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dlog1p_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dlog_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dsqrt_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dtan_basiclong_64bit.phpt56 --- testing: 9.2234E+18 ---
60 --- testing: -9.2234E+18 ---
H A Dcosh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Ddechex_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dexp_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dexpm1_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dis_finite_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dis_infinite_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dis_nan_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dsinh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dacos_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dasin_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Datanh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
/PHP-7.2/tests/lang/
H A Dstatic_variation_002.phpt31 eval(' Class E { function f() { static $c = array(1,2,3); var_dump($c); } }');
32 $e = new E;
/PHP-7.2/ext/mysqli/tests/
H A D010.phpt67 float(-1.0E-6)
71 float(1.0E+12)
77 float(8.88889E+14)
/PHP-7.2/ext/filter/tests/
H A D021.phpt20 var_dump(filter_var("123,4E", FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_SCIENTIFIC));
41 string(5) "1234E"
/PHP-7.2/ext/date/lib/
H A Dastro.c139 E, /* Eccentric anomaly */ in astro_sunpos() local
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
150 x = cosd(E) - e; in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()

Completed in 34 milliseconds

12345678910>>...33