Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 53) sorted by relevance

123

/PHP-8.1/Zend/tests/
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";
H A Dbug37138.phpt8 public static function e2 () {call_user_func (array ('self', 'e'));}
14 st::e2 ();
/PHP-8.1/ext/standard/tests/array/
H A Darray_sum_variation3.phpt17 $float_input = array( 1.2e2, 23.4e3, -4.1e2, 0.2e2, 2.1e-2, .5e3);
31 -2.3e2,
H A Dshuffle_variation3.phpt21 /*3*/ array(0.23, 1.34, 0e2, 200e-2, 30e2, 10e0, 2147473648.90),
24 array(-0.23, -1.34, -200e-2, -30e2, -10e0, -2147473649.80),
H A Darray_rand_variation3.phpt18 array(1.23, -1.23, 0.34, -0.34, 0e2, 2e-3, -2e2, -40e-2),
H A Dnatcasesort_variation3.phpt21 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Darray_map_variation7.phpt25 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
H A Darray_walk_variation3.phpt24 array(3.4, 0.8, -2.9, 6.25e2, 8.20E-3),
H A Darray_walk_recursive_variation3.phpt24 array(array(3.4, 0.8, -2.9), array(6.25e2, 8.20E-3)),
/PHP-8.1/ext/dom/tests/
H A DDOMNode_insertBefore.phpt16 $e2 = $dom->documentElement->appendChild($dom->createElement("B"));
22 $e2->parentNode->insertBefore($e1, $e2);
/PHP-8.1/main/
H A Dphp_ticks.c45 struct st_tick_function *e2 = (struct st_tick_function *)elem2; in php_compare_tick_functions() local
46 return e1->func == e2->func && e1->arg == e2->arg; in php_compare_tick_functions()
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation17.phpt24 array(0, 1e0, "10e2" ),
25 array(2.2e2, 1000e-2, 1000e7),
26 array(-22e12, 10e20, 1.2e2),
27 array(1e1, +1e2, -1e3, "1e2_"),
H A Dstrtolower-win32.phpt247 c2 => e2
279 e2 => e2
H A Dvfprintf_basic.phpt31 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
H A Dvprintf_variation15.phpt30 array("1234000", 10.1234567e10, 1.2e2),
H A Dvprintf_variation15_64bit.phpt30 array("1234000", 10e20, 1.2e2),
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_numeric.phpt43 1e2,
44 -1e2,
46 +1e2,
69 "1e2",
76 '1e2',
H A Descapeshellarg_variation1-win32.phpt34 1.234567e2,
H A Descapeshellarg_variation1.phpt34 1.234567e2,
H A Duniqid_basic.phpt19 10.5e2,
H A Dgettype_settype_variation8.phpt73 "1e2",
79 '1e2',
260 string(3) "1e2"
290 string(3) "1e2"
/PHP-8.1/ext/standard/tests/serialize/
H A D003.phpt8 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {
/PHP-8.1/ext/mbstring/tests/
H A Dbug52981.phpt23 e2 b0 80
/PHP-8.1/win32/
H A Dsendmail.c660 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
664 e2 = p + 1024; in SendText()
665 c = *e2; in SendText()
666 *e2 = '\0'; in SendText()
671 *e2 = c; in SendText()
672 p = e2; in SendText()

Completed in 32 milliseconds

123