Home
last modified time | relevance | path

Searched refs:E (Results 126 – 150 of 763) sorted by relevance

12345678910>>...31

/PHP-5.5/ext/opcache/tests/
H A Dblacklist-win32.phpt15 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
16 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
/PHP-5.5/tests/lang/operators/
H A DbitwiseNot_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt42 class E extends C implements I {} {}
50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
86 ---> Doc comment for class E:
H A DReflectionClass_newInstanceArgs_001.phpt31 class E {
39 $rcE = new ReflectionClass('E');
96 object(E)#%d (0) {
98 Class E does not have a constructor, so you cannot pass any constructor arguments
/PHP-5.5/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.phpt81 1E+5,
82 -1E+5,
83 1E-5,
84 -1E-5,
518 1.0E-5
519 1.0E-5
520 1.0E-5
522 -1.0E-5
550 1.0E-5
551 1.0E-5
[all …]
H A Dphp_uname_variation1.phpt34 "10.7654321E-10" => 10.7654321E-10,
86 -- Iterator 10.7654321E-10 --
/PHP-5.5/ext/standard/tests/math/
H A Dacosh_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 Dtan_basiclong_64bit.phpt56 --- testing: 9.2234E+18 ---
60 --- testing: -9.2234E+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 Dsqrt_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 Datanh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dcosh_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_nan_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 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 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 ---
/PHP-5.5/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-5.5/ext/mysqli/tests/
H A D010.phpt67 float(-1.0E-6)
71 float(1.0E+12)
77 float(8.88889E+14)

Completed in 80 milliseconds

12345678910>>...31