Home
last modified time | relevance | path

Searched refs:e1 (Results 26 – 50 of 58) sorted by relevance

123

/PHP-5.5/ext/standard/tests/math/
H A Dasin_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Datanh_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dsqrt_variation.phpt18 2.345e1,
19 -2.345e1,
24 "2.345e1",
H A Dacos_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dpow_basic.phpt15 2.345e1,
16 -2.345e1,
21 "2.345e1",
221 Base = 2.345e1
H A Dpow_basic_64bit.phpt15 2.345e1,
16 -2.345e1,
21 "2.345e1",
221 Base = 2.345e1
H A Dnumber_format_basic.phpt13 "12.3456789e1",
H A Dnumber_format_multichar.phpt13 "12.3456789e1",
/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation19.phpt39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
H A Dvprintf_variation19_64bit.phpt39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
H A Dvfprintf_variation19.phpt39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
H A Dvfprintf_variation19_64bit.phpt39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
H A Dstrtolower-win32.phpt256 c1 => e1
288 e1 => e1
H A Dnumber_format_basic.phpt21 "12.3456789e1",
H A Dvsprintf_variation17.phpt32 array(1e1, +1e2, -1e3, "1e2_"),
H A Dvprintf_variation17.phpt32 array(1e1, +1e2, -1e3, "1e2_"),
H A Dconvert_cyr_string_basic.phpt101 192: e1
H A Dvfprintf_variation17.phpt32 array(1e1, +1e2, -1e3, "1e2_"),
H A Dstrtoupper1-win32.phpt288 e1 => c1
/PHP-5.5/ext/dom/tests/
H A DDOMNode_insertBefore.phpt15 $e1 = $dom->createElement("A");
22 $e2->parentNode->insertBefore($e1, $e2);
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem19 15:e1:2a:3c:a3:d4:61:cb:f5:11:94:17:81:81:f7:
29 01:e1:26:99:b3:e3:f5:bd:ec:5f:a0:84:e4:38:da:75:78:7b:
/PHP-5.5/Zend/
H A Dzend_strtod.c2161 e1 = e -= nf; in zend_strtod()
2226 e1 += nd - k; in zend_strtod()
2230 if (e1 > 0) { in zend_strtod()
2233 if (e1 &= ~15) { in zend_strtod()
2253 if (e1 >>= 4) { in zend_strtod()
2254 for(j = 0; e1 > 1; j++, e1 >>= 1) in zend_strtod()
2255 if (e1 & 1) in zend_strtod()
2276 e1 = -e1; in zend_strtod()
2280 e1 >>= 4; in zend_strtod()
2283 for(j = 0; e1 > 1; j++, e1 >>= 1) in zend_strtod()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt63 $e1 = $rcE->newInstance();
64 var_dump($e1);
H A DReflectionClass_newInstanceArgs_001.phpt63 $e1 = $rcE->newInstanceArgs();
64 var_dump($e1);
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation2.phpt41 0.5e1,

Completed in 36 milliseconds

123