/PHP-5.5/ext/soap/interop/ |
H A D | test.utility.php | 62 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-5.5/ext/standard/tests/array/ |
H A D | array_sum_variation3.phpt | 22 $float_input = array( 1.2e2, 23.4e3, -4.1e2, 0.2e2, 2.1e-2, .5e3); 36 -2.3e2,
|
H A D | shuffle_variation3.phpt | 26 /*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 D | array_rand_variation3.phpt | 23 array(1.23, -1.23, 0.34, -0.34, 0e2, 2e-3, -2e2, -40e-2),
|
H A D | natcasesort_variation3.phpt | 26 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
|
H A D | array_map_variation7.phpt | 30 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
|
/PHP-5.5/ext/dom/tests/ |
H A D | DOMNode_insertBefore.phpt | 16 $e2 = $dom->documentElement->appendChild($dom->createElement("B")); 22 $e2->parentNode->insertBefore($e1, $e2);
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | vsprintf_variation17.phpt | 29 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 D | vprintf_variation17.phpt | 29 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 D | vfprintf_variation17.phpt | 29 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 D | strtolower-win32.phpt | 257 c2 => e2 289 e2 => e2
|
H A D | vfprintf_basic.phpt | 37 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
|
H A D | vsprintf_variation15.phpt | 35 array("1234000", 10.1234567e5, 1.2e2),
|
H A D | vprintf_variation15.phpt | 35 array("1234000", 10.1234567e10, 1.2e2),
|
H A D | vprintf_variation15_64bit.phpt | 35 array("1234000", 10e20, 1.2e2),
|
H A D | vsprintf_variation15_64bit.phpt | 35 array("1234000", 10e20, 1.2e2),
|
/PHP-5.5/Zend/tests/ |
H A D | bug37138.phpt | 8 public static function e2 () {call_user_func (array ('self', 'e'));} 14 st::e2 ();
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | is_numeric.phpt | 47 1e2, 48 -1e2, 50 +1e2, 73 "1e2", 79 '1e2',
|
H A D | escapeshellarg_variation1-win32.phpt | 43 1.234567e2,
|
H A D | escapeshellarg_variation1.phpt | 43 1.234567e2,
|
H A D | uniqid_basic.phpt | 23 10.5e2,
|
/PHP-5.5/ext/standard/tests/serialize/ |
H A D | 003.phpt | 8 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {
|
/PHP-5.5/win32/ |
H A D | sendmail.c | 632 char c, *e2, *e = data_cln + data_cln_len; in SendText() local 636 e2 = p + 1024; in SendText() 637 c = *e2; in SendText() 638 *e2 = '\0'; in SendText() 643 *e2 = c; in SendText() 644 p = e2; in SendText()
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | bug52981.phpt | 22 e2 b0 80
|
/PHP-5.5/ext/standard/tests/math/ |
H A D | base_convert_variation1.phpt | 36 1.234567e2,
|