Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/standard/tests/array/
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 Dnatcasesort_variation3.phpt26 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Darray_walk_recursive_variation3.phpt37 array(array(3.4, 0.8, -2.9), array(6.25e2, 8.20E-3)),
H A Darray_walk_variation3.phpt37 array(3.4, 0.8, -2.9, 6.25e2, 8.20E-3),
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 Darray_sum_variation3.phpt22 $float_input = array( 1.2e2, 23.4e3, -4.1e2, 0.2e2, 2.1e-2, .5e3);
36 -2.3e2,
H A Darray_map_variation7.phpt30 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
H A Darray_rand_variation3.phpt23 array(1.23, -1.23, 0.34, -0.34, 0e2, 2e-3, -2e2, -40e-2),
H A Darray_rand_variation4.phpt23 2e2 => 'exp key1', -2e3 => 'negative exp key'),
/PHP-7.4/ext/mbstring/tests/
H A Dbug52981.phpt22 e2 b0 80
/PHP-7.4/ext/ffi/tests/
H A D004.phpt13 enum _b {e2};
/PHP-7.4/ext/dom/tests/
H A DDOMNode_insertBefore.phpt16 $e2 = $dom->documentElement->appendChild($dom->createElement("B"));
22 $e2->parentNode->insertBefore($e1, $e2);
/PHP-7.4/Zend/tests/
H A Dbug78379_2.phpt8 $e2 = new E;
9 $a = ['e2' => $e2];
11 $e2->e1 = $e1;
12 $e2->a = (object)$a;

Completed in 15 milliseconds

123