Home
last modified time | relevance | path

Searched refs:E (Results 51 – 75 of 514) sorted by relevance

12345678910>>...21

/PHP-8.2/tests/classes/
H A Dconstants_basic_006.phpt7 const X = E::A;
8 public static $a = array(K => D::V, E::A => K);
13 class E extends D
20 var_dump(C::X, C::$a, D::X, D::$a, E::X, E::$a);
/PHP-8.2/tests/lang/operators/
H A Dnegate_basiclong_64bit.phpt32 float(9.223372036854776E+18)
53 --- testing: 9.2233720368548E+18 ---
54 float(-9.223372036854776E+18)
57 --- testing: -9.2233720368548E+18 ---
58 float(9.223372036854776E+18)
H A Dpredec_basiclong_64bit.phpt32 float(-9.223372036854776E+18)
53 --- testing: 9.2233720368548E+18 ---
54 float(9.223372036854776E+18)
57 --- testing: -9.2233720368548E+18 ---
58 float(-9.223372036854776E+18)
H A Dpreinc_basiclong_64bit.phpt30 float(9.223372036854776E+18)
53 --- testing: 9.2233720368548E+18 ---
54 float(9.223372036854776E+18)
57 --- testing: -9.2233720368548E+18 ---
58 float(-9.223372036854776E+18)
H A Dpostdec_basiclong_64bit.phpt33 float(-9.223372036854776E+18)
54 --- testing: 9.2233720368548E+18 ---
55 float(9.223372036854776E+18)
58 --- testing: -9.2233720368548E+18 ---
59 float(-9.223372036854776E+18)
H A Dpostinc_basiclong_64bit.phpt31 float(9.223372036854776E+18)
54 --- testing: 9.2233720368548E+18 ---
55 float(9.223372036854776E+18)
58 --- testing: -9.2233720368548E+18 ---
59 float(-9.223372036854776E+18)
/PHP-8.2/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt19 "% E", "% E", "% E"
62 string(11) "1.234000E+3"
63 string(11) "1.234000E+3"
64 string(11) "1.234000E+3"
H A Dvprintf_variation19.phpt23 "% E % E % E"
96 2.000000E+1 2.000000E-1 -2.000000E+1
H A Dvprintf_variation19_64bit.phpt23 "% E % E % E"
96 2.000000E+1 2.000000E-1 -2.000000E+1
H A Dsprintf_basic6.phpt10 $format2 = "%E %e";
11 $format3 = "%e %E %e";
34 string(23) "1.000000E+3 2.000000e+3"
35 string(35) "1.000000e+3 2.000000E+3 3.000000e+3"
/PHP-8.2/ext/standard/tests/math/
H A Dabs_basiclong_64bit.phpt32 float(9.223372036854776E+18)
53 --- testing: 9.2233720368548E+18 ---
54 float(9.223372036854776E+18)
57 --- testing: -9.2233720368548E+18 ---
58 float(9.223372036854776E+18)
H A Doctdec_basiclong_64bit.phpt37 float(1.8446744073709552E+19)
43 float(2.3611832414348226E+21)
45 float(7.555786372591432E+22)
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_1.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
49 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4
50 string(%d) "�e�X�g�}���`�o�C�g�E�p�X4"
52 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4"
/PHP-8.2/tests/lang/
H A DforeachLoopObjects.002.phpt61 class E extends D {
95 $myE = new E;
109 $myE = new E;
122 E::doForEach($myC);
135 $myE = new E;
138 $myE = new E;
141 $myE = new E;
162 $myE = new E;
358 in E::doForEach
423 in E::doForEach
[all …]
/PHP-8.2/ext/opcache/tests/
H A Dbug71843.phpt11 define('E', 'E');
14 "0" & ~E & ~R;
/PHP-8.2/ext/filter/tests/
H A Dbug7733.phpt9 '10E',
10 '2E-',
11 'E-2',
H A D024.phpt16 string(26) "%22%3Cbr%3Eblah%3C%2Fph%3E"
19 string(74) "%21%40%23%24%25%5E%26%2A%28%29QWERTYUIOP%7BASDFGHJKL%3A%22ZXCVBNM%3C%3E%3F"
/PHP-8.2/ext/opcache/tests/jit/
H A Dmul_004.phpt61 float(7.378697629483821E+19)
64 float(1.4757395258967641E+20)
67 float(2.9514790517935283E+20)
70 float(1.8446744073709552E+19)
72 float(1.8446744073709552E+19)
/PHP-8.2/Zend/tests/
H A Dbug78379_2.phpt6 class E {}
8 $e1 = new E;
9 $e2 = new E;
H A Dbug78379.phpt12 class E {
14 $e = new E;
15 $e->f = new E;
/PHP-8.2/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt26 "1E+5" => 1E+5,
27 "-1E5" => -1E+5,
80 float(1.0E-5)
100 -- Iteration : 1E+5 --
139 float(1.0E-5)
159 -- Iteration : 1E+5 --
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getConstants_basic.phpt10 class E extends D {
12 class F extends E {
18 $classes = array('C', 'D', 'E', 'F', 'X');
36 Constants from class E:
H A DReflectionClass_getConstant_basic.phpt10 class E extends D {
12 class F extends E {
18 $classes = array("C", "D", "E", "F", "X");
33 Reflecting on class E:
H A DReflectionObject_getConstants_basic.phpt10 class E extends D {
12 class F extends E {
18 $classes = array("C", "D", "E", "F", "X");
37 Reflecting on instance of class E:
/PHP-8.2/ext/standard/html_tables/
H A Dents_html5.txt31 Bumpeq 0224E
74 Dcaron 0010E
154 GT 0003E
176 Hat 0005E
204 Iogon 0012E
232 Larr 0219E
368 Ocy 0041E
576 Xi 0039E
601 ac 0223E
1074 gt 0003E
[all …]

Completed in 32 milliseconds

12345678910>>...21