Home
last modified time | relevance | path

Searched refs:e2 (Results 26 – 50 of 64) sorted by last modified time

123

/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt84 "1e2",
90 '1e2',
329 string(3) "1e2"
377 string(3) "1e2"
H A Dgettype_settype_variation8.phpt84 "1e2",
90 '1e2',
278 string(3) "1e2"
308 string(3) "1e2"
H A Descapeshellarg_variation1.phpt43 1.234567e2,
/PHP-7.4/ext/standard/tests/array/
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
H A Drsort_variation3.phpt27 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Dshuffle_variation3.phpt26 /*3*/ array(0.23, 1.34, 0e2, 200e-2, 30e2, 10e0, 2147473648.90),
29 array(-0.23, -1.34, -200e-2, -30e2, -10e0, -2147473649.80),
H A Dshuffle_variation4.phpt26 /*3*/ array("float1" => 0.23, 'float2' => 1.34, "exp1" => 0e2, 'exp2' => 200e-2, "exp3" => 10e0),
H A Dsort_variation3.phpt28 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Dkrsort_variation3.phpt26 array(1.0 => 10.5, 0.2 => -10.5, 3.1 => 10.5e2, 4 => 10.6E-2, .5 => .5, 6 => .0001, -7 => -.1),
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt81 $e2 = $rcE->newInstanceArgs(array('x'));
H A DReflectionClass_newInstance_001.phpt74 $e2 = $rcE->newInstance('x');
/PHP-7.4/Zend/tests/
H A Dbug37138.phpt8 public static function e2 () {call_user_func (array ('self', 'e'));}
14 st::e2 ();
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation8.phpt29 $c = $c + (integer) 123.4e2;
652 string(7) "123.4e2"
H A Dtoken_get_all_variation10.phpt31 '<?php $a = 0.23E-2 + 0.43e2 + 0.5; ?>',
303 string(6) "0.43e2"
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation15_64bit.phpt35 array("1234000", 10e20, 1.2e2),
H A Dvsprintf_variation17.phpt29 array(0, 1e0, "10e2" ),
30 array(2.2e2, 10e10, 1000e-2, 1000e7),
31 array(-22e12, 10e20, 1.2e2),
32 array(1e1, +1e2, -1e3, "1e2_"),
H A Dsprintf_variation16.phpt24 -1e2,
H A Dsprintf_variation49.phpt19 array(10e2),
H A Dhtml_entity_decode_cp866.phpt443 CYRILLIC SMALL LETTER TE: &#x442; => e2
H A Dhtml_entity_decode_iso8859-15.phpt315 LATIN SMALL LETTER A WITH CIRCUMFLEX: &#xE2; => e2
316 &#xE2; => e2
H A Dhtml_entity_decode_win1251.phpt447 CYRILLIC SMALL LETTER VE: &#x432; => e2
H A Dhtml_entity_decode_iso8859-5.phpt315 CYRILLIC SMALL LETTER TE: &#x442; => e2
H A Dhtml_entity_decode_koi8-r.phpt443 CYRILLIC CAPITAL LETTER BE: &#x411; => e2
H A Dhtml_entity_decode_macroman.phpt450 SINGLE LOW-9 QUOTATION MARK: &#x201A; => e2
/PHP-7.4/ext/standard/tests/serialize/
H A D003.phpt8 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {

Completed in 42 milliseconds

123