Home
last modified time | relevance | path

Searched refs:E (Results 201 – 225 of 515) sorted by relevance

12345678910>>...21

/PHP-8.2/ext/opcache/tests/jit/
H A Dgh10271.phpt11 $tang['KSI']=-9.1751656444142E-5;
12 $tang['ETA']=8.5076090069491E-5;
/PHP-8.2/Zend/tests/enum/
H A Dserialize.phpt14 E:7:"Foo:Bar";
H A Dkeyword-whitespace.phpt9 enum E {}
/PHP-8.2/tests/basic/
H A Dgh15905.phpt4 variables_order=E
/PHP-8.2/ext/standard/tests/serialize/
H A Dtyped_property_refs.phpt16 class E {
33 var_dump(unserialize('O:1:"E":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
75 object(E)#1 (2) {
/PHP-8.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation3.phpt131 .512E-6,
132 +.512E-6,
133 .512E+6,
134 -.512E+6,
272 float(2.974394749328742E+21)
507 float(-5.0E-7)
532 float(5.12E-7)
537 float(5.12E-7)
902 float(-5.0E-7)
927 float(5.12E-7)
[all …]
H A Dis_numeric.phpt25 +.5E+2,
36 5657.3E-40,
38 3486.36E+90,
39 -3486.36E+10,
42 -426.45E-99,
H A Dvar_dump.phpt54 -.6700000E+3,
55 .6700000E+3,
58 -4.10003E+3,
60 4.100003E+3,
69 1E+5,
70 -1E+5,
71 1E-5,
72 -1E-5,
392 float(1.0E-5)
394 float(-1.0E-5)
[all …]
H A Dvar_dump_64bit.phpt54 -.6700000E+3,
55 .6700000E+3,
58 -4.10003E+3,
60 4.100003E+3,
69 1E+5,
70 -1E+5,
71 1E-5,
72 -1E-5,
392 float(1.0E-5)
394 float(-1.0E-5)
[all …]
H A D001.phpt50 echo sprintf("%e\n", 1.234E-18);
51 echo sprintf("%e\n", 1.234E+18);
/PHP-8.2/Zend/tests/
H A Dzend_strtod.phpt17 float(-4.5646456464564635E+27)
H A Dzend_signed_multiply-64bit.phpt14 float(-9.22337203900226E+18)
/PHP-8.2/tests/lang/integer_literals/
H A Dbinary_32bit.phpt69 float(1.9119287772983036E+25)
77 float(1.9119287772983036E+25)
H A Dbinary_64bit.phpt69 float(1.9119287772983036E+25)
77 float(1.9119287772983036E+25)
H A Dhexadecimal_32bit.phpt69 float(8.070441274821732E+19)
77 float(8.070441274821732E+19)
H A Dhexadecimal_64bit.phpt70 float(8.070441274821732E+19)
78 float(8.070441274821732E+19)
/PHP-8.2/ext/filter/tests/
H A Dbug71063.phpt8 variables_order=E
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
/PHP-8.2/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt31 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
58 string(35) "1.000000e+3 2.000000E+4 2.000000e+2"
H A Dhtml_entity_decode_macroman.phpt9 0x00C9 => array(0x83, "LATIN CAPITAL LETTER E WITH ACUTE"),
20 0x00E9 => array(0x8E, "LATIN SMALL LETTER E WITH ACUTE"),
21 0x00E8 => array(0x8F, "LATIN SMALL LETTER E WITH GRAVE"),
166 LATIN CAPITAL LETTER E WITH ACUTE: &#xC9; => 83
199 LATIN SMALL LETTER E WITH ACUTE: &#xE9; => 8e
202 LATIN SMALL LETTER E WITH GRAVE: &#xE8; => 8f
205 LATIN SMALL LETTER E WITH CIRCUMFLEX: &#xEA; => 90
208 LATIN SMALL LETTER E WITH DIAERESIS: &#xEB; => 91
463 LATIN CAPITAL LETTER E WITH CIRCUMFLEX: &#xCA; => e6
469 LATIN CAPITAL LETTER E WITH DIAERESIS: &#xCB; => e8
[all …]
H A Dbug78833.phpt12 Type E: too few arguments
/PHP-8.2/ext/opcache/tests/
H A Dpreload_variance.inc29 class E {
33 class F extends E {
/PHP-8.2/ext/mbstring/tests/
H A Dbug68846.phpt2 Bug #68846 False detection of CJK Unified Ideographs Extension E
/PHP-8.2/ext/json/tests/
H A D008.phpt13 float(1.2345678901234568E+29)
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c617 oci_lob_env *E; member
629 r = OCILobWrite(self->E->svc, self->E->err, self->lob, in oci_blob_write()
649 sword r = OCILobRead2(self->E->svc, self->E->err, self->lob, in oci_blob_read()
655 sword r = OCILobRead(self->E->svc, self->E->err, self->lob, in oci_blob_read()
683 OCILobClose(self->E->svc, self->E->err, self->lob); in oci_blob_close()
686 efree(self->E); in oci_blob_close()
697 OCILobFlushBuffer(self->E->svc, self->E->err, self->lob, 0); in oci_blob_flush()
735 self->E = ecalloc(1, sizeof(oci_lob_env)); in oci_create_lob_stream()
736 self->E->svc = self->S->H->svc; in oci_create_lob_stream()
737 self->E->err = self->S->err; in oci_create_lob_stream()

Completed in 36 milliseconds

12345678910>>...21