Searched refs:e0 (Results 1 – 17 of 17) sorted by relevance
/php-src/Zend/tests/numeric_strings/ |
H A D | trailling_whitespaces.phpt | 21 "123e0", 22 "123e0 ", 23 "123e0 \t\n\r\v\f", 24 " 123e0", 26 " 123e0 ",
|
/php-src/ext/json/tests/ |
H A D | bug45791.phpt | 2 Bug #45791 (json_decode() does not handle number 0e0) 6 var_dump(json_decode('{"zero": 0e0}'));
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 68 CP866: e0 a0 a9 20 e0 a0 a9 20 e0 a0 a9 20
|
/php-src/Zend/tests/in-de-crement/ |
H A D | string_increment_various.phpt | 52 var_dump(++$s); // string(3) "5e0" 106 string(3) "5e0"
|
/php-src/ext/standard/tests/array/sort/ |
H A D | shuffle_variation3.phpt | 21 /*3*/ array(0.23, 1.34, 0e2, 200e-2, 30e2, 10e0, 2147473648.90), 24 array(-0.23, -1.34, -200e-2, -30e2, -10e0, -2147473649.80),
|
H A D | shuffle_variation4.phpt | 21 /*3*/ array("float1" => 0.23, 'float2' => 1.34, "exp1" => 0e2, 'exp2' => 200e-2, "exp3" => 10e0), 24 array(-0 => -0.23, -1 => -1.34, -200 => -200e-2, -30 => -30e0, -2147473649.80),
|
/php-src/ext/standard/tests/strings/ |
H A D | vprintf_variation17.phpt | 24 array(0, 1e0, "10e2" ),
|
H A D | strtolower.phpt | 278 e0 => e0
|
H A D | strtoupper1.phpt | 281 e0 => e0
|
H A D | html_entity_decode_iso8859-15.phpt | 310 LATIN SMALL LETTER A WITH GRAVE: à => e0 311 à => e0
|
H A D | html_entity_decode_iso8859-5.phpt | 310 CYRILLIC SMALL LETTER ER: р => e0
|
H A D | html_entity_decode_macroman.phpt | 445 DOUBLE DAGGER: ‡ => e0
|
H A D | html_entity_decode_win1251.phpt | 442 CYRILLIC SMALL LETTER A: а => e0
|
H A D | html_entity_decode_cp866.phpt | 438 CYRILLIC SMALL LETTER ER: р => e0
|
H A D | html_entity_decode_koi8-r.phpt | 438 CYRILLIC CAPITAL LETTER YU: Ю => e0
|
/php-src/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-src/Zend/ |
H A D | zend_strtod.c | 501 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 2322 p5 = nd + bc->e0 - 1; 2747 bc.e0 = e1 = e -= nf; 3548 bc.e0 += nz1;
|
Completed in 26 milliseconds