Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/soap/interop/
H A Dtest.utility.php62 function string_compare($e1, $e2) argument
64 if (is_numeric($e1) && is_numeric($e2)) {
65 return number_compare($e1, $e2);
69 $e2_type = gettype($e2);
76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
/PHP-7.1/main/
H A Dphp_ticks.c49 struct st_tick_function *e2 = (struct st_tick_function *)elem2; in php_compare_tick_functions() local
50 return e1->func == e2->func && e1->arg == e2->arg; in php_compare_tick_functions()
/PHP-7.1/ext/standard/tests/array/
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 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 Darray_rand_variation3.phpt23 array(1.23, -1.23, 0.34, -0.34, 0e2, 2e-3, -2e2, -40e-2),
H A Dnatcasesort_variation3.phpt26 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Darray_map_variation7.phpt30 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
/PHP-7.1/ext/dom/tests/
H A DDOMNode_insertBefore.phpt16 $e2 = $dom->documentElement->appendChild($dom->createElement("B"));
22 $e2->parentNode->insertBefore($e1, $e2);
/PHP-7.1/ext/standard/tests/strings/
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 Dvprintf_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 Dvfprintf_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 Dstrtolower-win32.phpt257 c2 => e2
289 e2 => e2
H A Dvfprintf_basic.phpt37 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
H A Dvprintf_variation15.phpt35 array("1234000", 10.1234567e10, 1.2e2),
H A Dvprintf_variation15_64bit.phpt35 array("1234000", 10e20, 1.2e2),
H A Dvsprintf_variation15.phpt35 array("1234000", 10.1234567e5, 1.2e2),
/PHP-7.1/Zend/tests/
H A Dbug37138.phpt8 public static function e2 () {call_user_func (array ('self', 'e'));}
14 st::e2 ();
/PHP-7.1/ext/standard/tests/general_functions/
H A Dis_numeric.phpt47 1e2,
48 -1e2,
50 +1e2,
73 "1e2",
79 '1e2',
H A Duniqid_basic.phpt23 10.5e2,
H A Descapeshellarg_variation1-win32.phpt43 1.234567e2,
H A Descapeshellarg_variation1.phpt43 1.234567e2,
/PHP-7.1/ext/mysqli/tests/
H A Dclient-cert.pem54 ef:bb:41:16:ed:ad:46:ce:34:d3:02:3d:dd:e2:50:fa:3c:5d:
55 f0:e2:71:f8:9a:ef:a3:32:25:c5:8e:64:f4:46:e1:f4:c0:69:
57 cb:fd:b4:73:40:ba:5d:49:e2:0d:39:77:17:01:49:bb:72:8b:
58 3a:c9:b1:e2:cd:13:d2:9c:ce:7d:6c:a8:f0:32:c9:a4:af:56:
/PHP-7.1/ext/standard/tests/serialize/
H A D003.phpt8 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {
/PHP-7.1/ext/mbstring/tests/
H A Dbug52981.phpt22 e2 b0 80
/PHP-7.1/win32/
H A Dsendmail.c638 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
642 e2 = p + 1024; in SendText()
643 c = *e2; in SendText()
644 *e2 = '\0'; in SendText()
649 *e2 = c; in SendText()
650 p = e2; in SendText()

Completed in 39 milliseconds

123