Searched refs:e0 (Results 1 – 19 of 19) sorted by relevance
/PHP-7.3/ext/json/tests/ |
H A D | bug45791.phpt | 2 Bug #45791 (json_decode() does not handle number 0e0) 8 var_dump(json_decode('{"zero": 0e0}'));
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 255 c0 => e0 287 e0 => e0
|
H A D | vsprintf_variation17.phpt | 29 array(0, 1e0, "10e2" ),
|
H A D | vprintf_variation17.phpt | 29 array(0, 1e0, "10e2" ),
|
H A D | convert_cyr_string_basic.phpt | 131 222: e0
|
H A D | vfprintf_variation17.phpt | 29 array(0, 1e0, "10e2" ),
|
H A D | strtoupper1-win32.phpt | 287 e0 => c0
|
H A D | html_entity_decode_iso8859-15.phpt | 309 LATIN SMALL LETTER A WITH GRAVE: à => e0 310 à => e0
|
H A D | html_entity_decode_iso8859-5.phpt | 309 CYRILLIC SMALL LETTER ER: р => e0
|
H A D | html_entity_decode_macroman.phpt | 444 DOUBLE DAGGER: ‡ => e0
|
H A D | html_entity_decode_win1251.phpt | 441 CYRILLIC SMALL LETTER A: а => e0
|
H A D | html_entity_decode_cp866.phpt | 437 CYRILLIC SMALL LETTER ER: р => e0
|
H A D | html_entity_decode_koi8-r.phpt | 437 CYRILLIC CAPITAL LETTER YU: Ю => e0
|
/PHP-7.3/ext/standard/tests/array/ |
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 | shuffle_variation4.phpt | 26 /*3*/ array("float1" => 0.23, 'float2' => 1.34, "exp1" => 0e2, 'exp2' => 200e-2, "exp3" => 10e0), 29 array(-0.23 => -0.23, -1.34 => -1.34, -200e-2 => -200e-2, -30 => -30e0, -2147473649.80),
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | cacert.pem | 43 32:97:4c:af:bf:ca:e0:10:66:b7:cc:8b:0d:05:d1:d2:ca:b8: 52 17:bb:a6:a0:e0:45:23:f3:61:40:31:5c:a3:ee:88:1c:00:31:
|
H A D | client-cert.pem | 16 e0:0e:6c:40:0a:fb:c0:f7:f0:eb:bb:c9:1d:a1:c7: 31 37:a6:c1:d7:9b:fe:08:34:98:e0:54:3c:30:4f:79:
|
/PHP-7.3/ext/hash/tests/ |
H A D | fnv1a32.phpt | 52 array( '-$Eqf{UG1', '406526e0' ), 140 array( 'Nu,08nQ.pn9`e0`rQd/{.MU5 cL', '43c2c9c8' ), 235 array( 'X~e0@<;:d)swI;Ti-pg@"(s6iDuK*GcbFIsgf/"K9vCb2x', '7c5f8020' ),
|
/PHP-7.3/Zend/ |
H A D | zend_strtod.c | 497 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 2337 p5 = nd + bc->e0 - 1; 2761 bc.e0 = e1 = e -= nf; 3562 bc.e0 += nz1;
|
Completed in 27 milliseconds