Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.2/Zend/tests/prop_const_expr/
H A Ddefault_args.phpt23 test('D', 'E', 'F', 'G');
32 string(1) "E"
H A Denum_initializer.phpt11 case E = A::B->name;
20 var_dump(D::E->value);
/PHP-8.2/ext/pgsql/tests/
H A D12pg_insert.phpt25 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
H A D10pg_convert_json_array.phpt35 string(51) "E'{"meeting", "lunch", "training", "presentation"}'"
37 string(22) "E'{"f1":1,"f2":"foo"}'"
H A D14pg_update.phpt27 UPDATE "php_pgsql_test" SET "num"=1234,"str"=E'ABC',"bin"=E'XYZ' WHERE "num"=1234;
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt27 class E {
33 $rcE = new ReflectionClass('E');
77 object(E)#%d (0) {
79 Class E does not have a constructor, so you cannot pass any constructor arguments
H A DReflectionClass_getDocComment_001.phpt41 class E extends C implements I {} {}
49 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
83 ---> Doc comment for class E:
/PHP-8.2/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt43 12.3456789000E-10,
108 float(7.846377169233351E+56)
117 float(1.8816763717891549E+33)
120 float(1.8816763717891545E-27)
H A Dexpm1_basic.phpt45 float(1.811239082889E+41)
57 float(8.6593400423994E+16)
H A Dasinh_basiclong_64bit.phpt55 --- testing: 9.2233720368548E+18 ---
59 --- testing: -9.2233720368548E+18 ---
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_float.phpt30 1E+5,
31 -1E+5,
32 1E-5,
33 -1E-5,
38 .05E+44,
39 -.05E+44,
40 .0034E-30,
41 -.0034E-30
H A Dis_float_64bit.phpt32 1E+5,
33 -1E+5,
34 1E-5,
35 -1E-5,
40 .05E+44,
41 -.05E+44,
42 .0034E-30,
43 -.0034E-30
H A Dcallbacks_001.phpt29 $this->call(array('E', 'parent::who'));
42 class E extends D {
44 echo "E\n";
99 E|parent::who
101 Deprecated: Callables of the form ["E", "parent::who"] are deprecated in %s on line %d
H A Dprint_r.phpt71 1E+5,
72 -1E+5,
73 1E-5,
74 -1E-5,
492 1.0E-5
493 1.0E-5
494 1.0E-5
496 -1.0E-5
524 1.0E-5
525 1.0E-5
[all …]
H A Dprint_r_64bit.phpt75 1E+5,
76 -1E+5,
77 1E-5,
78 -1E-5,
496 1.0E-5
497 1.0E-5
498 1.0E-5
500 -1.0E-5
528 1.0E-5
529 1.0E-5
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dprintf_h_H.phpt20 1,25e-6 1,25E-6 1.25e-6 1.25E-6
H A Dhtmlentities_html5.phpt128 . U+0002E
134 > U+0003E
140 ^ U+0005E
388 Ξ U+0039E
462 О U+0041E
478 Ю U+0042E
494 о U+0043E
510 ю U+0044E
537 ‎ U+0200E
598 ℞ U+0211E
[all …]
/PHP-8.2/ext/opcache/tests/jit/
H A Dinc_021.phpt30 float(9.223372036854776E+18)
32 float(-9.223372036854776E+18)
/PHP-8.2/sapi/cli/tests/
H A D012.phpt16 var_dump(`"$php" -n -E '' -E ''`);
34 string(26) "You can use -E only once.
/PHP-8.2/ext/oci8/tests/
H A Dbug37581.phpt36 $strings = array('A','B','C','D','E');
60 string(1) "E"
72 string(1) "E"
/PHP-8.2/ext/standard/html_tables/
H A Dents_html401.txt112 Xi 039E
155 oline 203E
187 infin 221E
225 gt 003E
238 lrm 200E
247 bdquo 201E
H A Dents_xhtml.txt100 gt 003E
114 lrm 200E
123 bdquo 201E
144 Xi 039E
187 oline 203E
219 infin 221E
/PHP-8.2/Zend/tests/
H A Dmethod_argument_binding.phpt32 class E extends D {
40 (new E)->test();
H A Ddecrement_001_64bit.phpt65 float(-9.223372036854776E+18)
66 float(-9.223372036854776E+18)
/PHP-8.2/ext/mbstring/tests/
H A Dbug43998.phpt14 $inputs = array(12345, 12.3456789000E-10, true, false, "");
38 mb_strtolower(): Argument #2 ($encoding) must be a valid encoding, "1.23456789E-9" given
39 mb_strtoupper(): Argument #2 ($encoding) must be a valid encoding, "1.23456789E-9" given

Completed in 33 milliseconds

12345678910>>...21