Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-7.1/ext/standard/tests/strings/
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-7.1/ext/reflection/tests/
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:
H A DReflectionClass_newInstance_001.phpt31 class E {
39 $rcE = new ReflectionClass('E');
94 object(E)#%d (0) {
96 Class E does not have a constructor, so you cannot pass any constructor arguments
H A DReflectionClass_newInstanceArgs_001.phpt31 class E {
39 $rcE = new ReflectionClass('E');
101 object(E)#%d (0) {
103 Class E does not have a constructor, so you cannot pass any constructor arguments
/PHP-7.1/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt48 12.3456789000E-10,
110 float(7.8463771692334E+56)
119 float(1.8816763717892E+33)
122 float(1.8816763717892E-27)
H A Dasinh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Datan_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dcos_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Ddecbin_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Ddecoct_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dsin_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dtanh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dacosh_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dlog10_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dlog1p_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
H A Dlog_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
/PHP-7.1/ext/pgsql/tests/
H A D14pg_update.phpt25 UPDATE "php_pgsql_test" SET "num"=1234,"str"=E'ABC',"bin"=E'XYZ' WHERE "num"=1234;
H A D12pg_insert_9.phpt27 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'\\x424242');
H A D14pg_update_9.phpt27 UPDATE "php_pgsql_test" SET "num"=1234,"str"=E'ABC',"bin"=E'\\x58595a' WHERE "num"=1234;
/PHP-7.1/ext/opcache/tests/
H A Dblacklist-win32.phpt16 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
17 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
H A Dblacklist.phpt16 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
17 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
/PHP-7.1/tests/lang/operators/
H A DbitwiseNot_basiclong_64bit.phpt54 --- testing: 9.2233720368548E+18 ---
58 --- testing: -9.2233720368548E+18 ---
/PHP-7.1/ext/standard/tests/general_functions/
H A Dprint_r.phpt80 1E+5,
81 -1E+5,
82 1E-5,
83 -1E-5,
517 1.0E-5
518 1.0E-5
519 1.0E-5
521 -1.0E-5
549 1.0E-5
550 1.0E-5
[all …]
H A Dprint_r_64bit.phpt80 1E+5,
81 -1E+5,
82 1E-5,
83 -1E-5,
517 1.0E-5
518 1.0E-5
519 1.0E-5
521 -1.0E-5
549 1.0E-5
550 1.0E-5
[all …]
/PHP-7.1/tests/lang/
H A Dstatic_variation_002.phpt31 eval(' Class E { function f() { static $c = array(1,2,3); var_dump($c); } }');
32 $e = new E;

Completed in 56 milliseconds

12345678910>>...32