Home
last modified time | relevance | path

Searched refs:e2 (Results 26 – 50 of 64) sorted by relevance

123

/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation7.phpt30 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
H A Darray_walk_variation3.phpt37 array(3.4, 0.8, -2.9, 6.25e2, 8.20E-3),
H A Darray_walk_recursive_variation3.phpt37 array(array(3.4, 0.8, -2.9), array(6.25e2, 8.20E-3)),
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
H A Dksort_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),
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),
H A Drsort_variation3.phpt27 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Darsort_variation3.phpt26 array(1 => 10.5, 2 => -10.5, 3 => 10.5e2, 4 => 10.6E-2, 5 => .5, 6 => .0001, 7 => -.1),
H A Dasort_variation3.phpt26 array(1 => 10.5, 2 => -10.5, 3 => 10.5e2, 4 => 10.6E-2, 5 => .5, 6 => .0001, 7 => -.1),
H A Dsort_variation3.phpt28 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Darray_rand_variation4.phpt23 2e2 => 'exp key1', -2e3 => 'negative exp key'),
H A Dshuffle_variation4.phpt26 /*3*/ array("float1" => 0.23, 'float2' => 1.34, "exp1" => 0e2, 'exp2' => 200e-2, "exp3" => 10e0),
/PHP-7.4/ext/ffi/tests/
H A D004.phpt13 enum _b {e2};
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt84 "1e2",
90 '1e2',
331 string(3) "1e2"
379 string(3) "1e2"
H A Dgettype_settype_variation8.phpt84 "1e2",
90 '1e2',
278 string(3) "1e2"
308 string(3) "1e2"
H A Dgettype_settype_variation7.phpt84 "1e2",
90 '1e2',
329 string(3) "1e2"
377 string(3) "1e2"
H A Dgettype_settype_variation5.phpt84 "1e2",
90 '1e2',
296 string(3) "1e2"
332 string(3) "1e2"
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation15.phpt35 array("1234000", 10.1234567e10, 1.2e2),
H A Dvfprintf_variation15_64bit.phpt35 array("1234000", 10.1234567e10, 1.2e2),
H A Dconvert_cyr_string_basic.phpt106 193: e2
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt31 '<?php $a = 0.23E-2 + 0.43e2 + 0.5; ?>',
303 string(6) "0.43e2"
H A Dtoken_get_all_variation8.phpt29 $c = $c + (integer) 123.4e2;
652 string(7) "123.4e2"
/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/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt36 1.234567e2,

Completed in 28 milliseconds

123