Home
last modified time | relevance | path

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

12345678910>>...22

/php-src/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt26 class E {
33 $rcE = new ReflectionClass('E');
74 object(E)#%d (0) {
76 Class E does not have a constructor, so you cannot pass any constructor arguments
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-src/ext/standard/tests/array/
H A Dbug35014_64bit.phpt29 float(1.219953680144986E+30)
30 float(3.6893488147419103E+19)
H A Dnatcasesort_variation3.phpt21 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
24 array(.0001, .0021, -.01, -1, 0, .09, 2, -.9, 10.6E-2, -10.6E-2, 33),
/php-src/Zend/tests/
H A Dbug65108.phpt19 Class E {
23 $isCallable = is_callable(array('E', 'f'));
H A Dmethod_argument_binding.phpt32 class E extends D {
40 (new E)->test();
/php-src/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt72 float(7.846377169233351E+56)
75 float(1.8816763717891549E+33)
76 float(1.8816763717891545E-27)
H A Dexp_basic.phpt42 float(1.811239082889E+41)
54 float(8.6593400423994E+16)
H A Dfpow.phpt214 0.1 ** 10 = 1.0E-10
232 -0.1 ** 10 = 1.0E-10
287 10 ** -10 = 1.0E-10
305 -10 ** -10 = 1.0E-10
H A Dexpm1_basic.phpt45 float(1.811239082889E+41)
57 float(8.6593400423994E+16)
/php-src/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-src/ext/pgsql/tests/
H A D12pg_insert.phpt25 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
/php-src/ext/opcache/tests/jit/
H A Dinc_021.phpt29 float(9.223372036854776E+18)
31 float(-9.223372036854776E+18)
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b_64bit.phpt37 4.0001E+5,
42 -.6700000E+3,
43 1E-5,
46 1E-5,
146 float(1.0E-5)
152 float(1.0E-5)
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
/php-src/sapi/cli/tests/
H A D012.phpt16 var_dump(`$php -n -E '' -E ''`);
34 string(26) "You can use -E only once.
/php-src/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-src/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-src/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 42 milliseconds

12345678910>>...22