Searched refs:e0 (Results 1 – 18 of 18) sorted by relevance
/PHP-7.4/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.4/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 69 CP866: e0 a0 a9 20 e0 a0 a9 20 e0 a0 a9 20
|
/PHP-7.4/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 | vfprintf_variation17.phpt | 29 array(0, 1e0, "10e2" ),
|
H A D | convert_cyr_string_basic.phpt | 135 222: e0
|
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_win1251.phpt | 441 CYRILLIC SMALL LETTER A: а => e0
|
H A D | html_entity_decode_macroman.phpt | 444 DOUBLE DAGGER: ‡ => 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.4/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.4/ext/hash/tests/ |
H A D | fnv1a32.phpt | 50 array( '-$Eqf{UG1', '406526e0' ), 138 array( 'Nu,08nQ.pn9`e0`rQd/{.MU5 cL', '43c2c9c8' ), 233 array( 'X~e0@<;:d)swI;Ti-pg@"(s6iDuK*GcbFIsgf/"K9vCb2x', '7c5f8020' ),
|
/PHP-7.4/Zend/ |
H A D | zend_strtod.c | 497 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 2340 p5 = nd + bc->e0 - 1; 2764 bc.e0 = e1 = e -= nf; 3565 bc.e0 += nz1;
|
Completed in 91 milliseconds