Home
last modified time | relevance | path

Searched refs:E (Results 76 – 100 of 802) sorted by relevance

12345678910>>...33

/PHP-7.2/ext/reflection/tests/
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:
H A DReflectionObject_getConstant_basic.phpt10 class E extends D {
12 class F extends E {
18 $classes = array("C", "D", "E", "F", "X");
33 Reflecting on instance of class E:
H A Dbug48336.phpt19 class E extends D {
22 class F extends E {
43 E => C
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_basic6.phpt15 $format2 = "%E %e";
16 $format3 = "%e %E %e";
39 string(23) "1.000000E+3 2.000000e+3"
40 string(35) "1.000000e+3 2.000000E+3 3.000000e+3"
H A Dbug36944.phpt10 var_dump(strncasecmp("test ", "E", -1));
11 var_dump(strncasecmp("test ", "E", 10));
12 var_dump(strncasecmp("test ", "E", 0));
H A Dstrstr2.phpt21 var_dump(strstr($email, 'E'));
22 var_dump(strstr($email, 'E', 1));
38 string(4) "E@fF"
H A Dprintf_basic6.phpt15 $format2 = "%E %e";
16 $format3 = "%e %E %e";
54 1.000000E+3 2.000000e+3
58 1.000000e+3 2.000000E+3 3.000000e+3
H A Dhtmlentities21.phpt80 0000E: 262378464646443b 262378464646443b
96 0000E: 262378464646443b 262378464646443b
112 0000E: 262378464646443b 262378464646443b
128 0000E: 262378464646443b 262378464646443b
144 0000E: 262378464646443b 262378464646443b
160 0000E: 262378464646443b 262378464646443b
176 0000E: 262378464646443b 262378464646443b
192 0000E: 262378464646443b 262378464646443b
/PHP-7.2/ext/json/tests/
H A Dpass001.1.phpt32 \"E\": 1.234567890E+34,
34 \"E no .\": 4E12,
120 "E": 1.234567890E+34,
203 ["E"]=>
207 ["E no ."]=>
384 ["E"]=>
388 ["E no ."]=>
569 ["E"]=>
573 ["E no ."]=>
750 ["E"]=>
[all …]
H A Dpass001.1_64bit.phpt32 \"E\": 1.234567890E+34,
34 \"E no .\": 4E12,
120 "E": 1.234567890E+34,
203 ["E"]=>
207 ["E no ."]=>
384 ["E"]=>
388 ["E no ."]=>
569 ["E"]=>
573 ["E no ."]=>
750 ["E"]=>
[all …]
/PHP-7.2/ext/standard/tests/math/
H A Doctdec_basiclong_64bit.phpt38 float(1.844674407371E+19)
44 float(2.3611832414348E+21)
46 float(7.5557863725914E+22)
H A Dbindec_basiclong_64bit.phpt38 float(1.844674407371E+19)
44 float(1.844674407371E+19)
46 float(3.6893488147419E+19)
H A Dnumber_format_negative_zero.phpt6 $number = -1.15E-15;
14 float(-1.15E-15)
H A Dhexdec_basiclong_64bit.phpt38 float(1.844674407371E+19)
44 float(1.4757395258968E+20)
46 float(4.7223664828696E+21)
/PHP-7.2/Zend/tests/
H A Dconstant_expressions_classes.phpt19 'E' => 'class E extends B { use trE; }',
35 printf("E::getHW() = %s\n", E::getHW());
42 E::getHW() = this is A extended by B
H A Dzend_strtod.phpt17 float(-4.5646456464565E+27)
18 float(-1.1276204760067E+16)
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_assoc_variation6.phpt55 /*7*/ array(2.00000000000001, 1.00, 0.01E-9),
60 0 => 0.01E-9),
65 '0' =>0.01E-9)
170 float(1.0E-11)
184 float(1.0E-11)
194 float(1.0E-11)
H A Darray_sum_variation3.phpt23 echo "-- float array with scientific notations e and E --\n";
25 $float_input = array( 1.2E2, 23.4E3, -4.1E2, 0.2E2, 2.1E-2, .5E3);
38 -3.82E-2
49 -- float array with scientific notations e and E --
/PHP-7.2/ext/standard/tests/url/
H A Dbug53248.phpt7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
/PHP-7.2/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
19 var_dump(`cat "$filename_txt" | "$php" -n -E 'var_dump("end");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
/PHP-7.2/ext/interbase/tests/
H A D008.phpt32 usleep(5E+5);
38 usleep(3E+5);
41 usleep(5E+5);
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
50 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
51 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
53 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
/PHP-7.2/tests/classes/
H A Dstatic_properties_004.phpt7 class E extends D { }
10 var_dump(C::$p, D::$p, E::$p);
14 var_dump(C::$p, D::$p, E::$p);
19 var_dump(C::$p, D::$p, E::$p);
/PHP-7.2/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt78 <a href="?%3CNAME%3E=%3CVALUE%3E"> </a>
79 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>
93 <a href="?%3CNAME%3E=%3CVALUE%3E"> </a>
94 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>
108 <a href="?PHPSESSID=testid&%3CNAME%3E=%3CVALUE%3E"> </a>
109 <a href="./foo.php?PHPSESSID=testid&%3CNAME%3E=%3CVALUE%3E"> </a>
H A Doutput_add_rewrite_var_basic4.phpt78 <a href="?%3CNAME%3E=%3CVALUE%3E"> </a>
79 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>
93 <a href="?%3CNAME%3E=%3CVALUE%3E"> </a>
94 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>
108 <a href="?%3CNAME%3E=%3CVALUE%3E"> </a>
109 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>

Completed in 34 milliseconds

12345678910>>...33