Home
last modified time | relevance | path

Searched refs:E (Results 101 – 125 of 802) sorted by relevance

12345678910>>...33

/PHP-7.2/ext/json/tests/
H A Dpass001.phpt26 \"E\": 1.234567890E+34,
109 "E": 1.234567890E+34,
186 float(1.23456789E-13)
187 ["E"]=>
188 float(1.23456789E+34)
324 float(1.23456789E-13)
325 ["E"]=>
326 float(1.23456789E+34)
466 float(1.23456789E-13)
467 ["E"]=>
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dsscanf_basic5.phpt15 $format2 = "%E %E %E %E";
H A Dchunk_split_variation3.phpt46 10.7654321E-10,
111 string(100) "This1.07654321E-9 is 1.07654321E-9simp1.07654321E-9le s1.07654321E-9trin1.07654321E-9g…
H A Dstristr2.phpt11 var_dump(stristr($email, 'E'));
12 var_dump(stristr($email, 'E', 1));
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput1129 …ajQJvL\$W\~mL_sS\/4h\:x\*\[ZN\=KLs\&L5zX\/\/\>it\,o\:aU\(\;Z\>pW\&T7oP\'2K\^E\:x9\'c\[\%z\-\,64JQ5…
31 …ajQJvL\$W\~mL_sS\/4h\:x\*\[ZN\=KLs\&L5zX\/\/\>it\,o\:aU\(\;Z\>pW\&T7oP\'2K\^E\:x9\'c\[\%z\-\,64JQ5…
77 /^[\x{100}\E-\Q\E\x{150}]/B8M
79 /^[\QĀ\E-\QŐ\E]/B8M
81 /^[\QĀ\E-\QŐ\E/B8M
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_3.phpt25 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
39 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X77"
42 �e�X�g�}���`�o�C�g�E�p�X77
/PHP-7.2/ext/standard/tests/file/
H A Dstream_rfc2397_007.phpt65 echo "===S:-1,E===\n";
69 echo "===S:0,E===\n";
73 echo "===S:1,E===\n";
133 ===S:-1,E===
137 ===S:0,E===
141 ===S:1,E===
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite13.phar9 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();Wk�2�O�?�dP݁�E��…
H A Dwrite16.phar8 [���������������������test.txt������H������E������� ���test2.txt������H������E�������<?ph…
/PHP-7.2/Zend/tests/
H A Dheredoc_011.phpt10 const E = <<<THISMUSTNOTERROR
16 print e::E . "\n";
H A Dnowdoc_011.phpt10 const E = <<<'THISMUSTNOTERROR'
16 print e::E . "\n";
H A Dbug65108.phpt19 Class E {
23 $isCallable = is_callable(array('E', 'f'));
/PHP-7.2/ext/pgsql/tests/
H A D10pg_convert.phpt26 string(6) "E'AAA'"
28 string(6) "E'BBB'"
H A D10pg_convert_9.phpt27 string(6) "E'AAA'"
29 string(12) "E'\\x424242'"
H A D12pg_insert.phpt23 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
H A D10pg_convert_json_array.phpt33 string(51) "E'{"meeting", "lunch", "training", "presentation"}'"
35 string(22) "E'{"f1":1,"f2":"foo"}'"
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt99 1E+5,
100 1E-5,
103 .05E+44,
104 .0034E-30
539 1.0000000000000001E-5
540 1.0000000000000001E-5
563 1.0000000000000001E-5
564 1.0000000000000001E-5
575 6.0000000000000006E-20
576 6.0000000000000006E-20
[all …]
H A Dvar_export-locale_32.phpt99 1E+5,
100 1E-5,
103 .05E+44,
104 .0034E-30
539 1.0000000000000001E-5
540 1.0000000000000001E-5
563 1.0000000000000001E-5
564 1.0000000000000001E-5
575 6.0000000000000006E-20
576 6.0000000000000006E-20
[all …]
H A Ddebug_zval_dump_b.phpt40 4.0001E+5,
45 -.6700000E+3,
46 1E-5,
49 1E-5,
149 float(1.0E-5)
155 float(1.0E-5)
H A Ddebug_zval_dump_b_64bit.phpt40 4.0001E+5,
45 -.6700000E+3,
46 1E-5,
49 1E-5,
149 float(1.0E-5)
155 float(1.0E-5)
H A Dcallbacks_001.phpt29 $this->call(array('E', 'parent::who'));
42 class E extends D {
44 echo "E\n";
90 E|parent::who
/PHP-7.2/ext/opcache/tests/
H A Dbug71843.phpt11 0 & ~E & ~R;
16 Warning: Use of undefined constant E - assumed 'E' (this will throw an Error in a future version of…
/PHP-7.2/sapi/cli/tests/
H A D012.phpt16 var_dump(`"$php" -n -E '' -E ''`);
34 string(26) "You can use -E only once.
/PHP-7.2/ext/standard/tests/math/
H A Dexp_basic.phpt44 float(1.811239082889E+41)
56 float(8.6593400423994E+16)
/PHP-7.2/ext/standard/tests/array/
H A Dbug35014.phpt33 float(9.9999998E+15)
34 float(2.8404260053903E+20)

Completed in 27 milliseconds

12345678910>>...33