Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 64) sorted by path

123

/PHP-7.4/Zend/tests/
H A Dbug37138.phpt8 public static function e2 () {call_user_func (array ('self', 'e'));}
14 st::e2 ();
H A Dbug78379_2.phpt8 $e2 = new E;
9 $a = ['e2' => $e2];
11 $e2->e1 = $e1;
12 $e2->a = (object)$a;
H A Dexception_set_previous_leak.phpt14 } catch (Exception $e2) {
15 echo $e2->getMessage(), "\n";
/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/ext/ffi/tests/
H A D004.phpt13 enum _b {e2};
/PHP-7.4/ext/mbstring/tests/
H A Dbug52981.phpt22 e2 b0 80
/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/spl/
H A Dspl_observer.c343 static int spl_object_storage_compare_info(zval *e1, zval *e2) /* {{{ */ in spl_object_storage_compare_info() argument
346 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info()
/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_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'),
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
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_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 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 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 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),

Completed in 30 milliseconds

123