Home
last modified time | relevance | path

Searched refs:e0 (Results 1 – 17 of 17) sorted by relevance

/php-src/Zend/tests/numeric_strings/
H A Dtrailling_whitespaces.phpt21 "123e0",
22 "123e0 ",
23 "123e0 \t\n\r\v\f",
24 " 123e0",
26 " 123e0 ",
/php-src/ext/json/tests/
H A Dbug45791.phpt2 Bug #45791 (json_decode() does not handle number 0e0)
6 var_dump(json_decode('{"zero": 0e0}'));
/php-src/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt68 CP866: e0 a0 a9 20 e0 a0 a9 20 e0 a0 a9 20
/php-src/Zend/tests/in-de-crement/
H A Dstring_increment_various.phpt52 var_dump(++$s); // string(3) "5e0"
106 string(3) "5e0"
/php-src/ext/standard/tests/array/
H A Dshuffle_variation3.phpt21 /*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 Dshuffle_variation4.phpt21 /*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 Dvprintf_variation17.phpt24 array(0, 1e0, "10e2" ),
H A Dstrtolower.phpt278 e0 => e0
H A Dstrtoupper1.phpt281 e0 => e0
H A Dhtml_entity_decode_iso8859-15.phpt310 LATIN SMALL LETTER A WITH GRAVE: à => e0
311 à => e0
H A Dhtml_entity_decode_iso8859-5.phpt310 CYRILLIC SMALL LETTER ER: р => e0
H A Dhtml_entity_decode_macroman.phpt445 DOUBLE DAGGER: ‡ => e0
H A Dhtml_entity_decode_win1251.phpt442 CYRILLIC SMALL LETTER A: а => e0
H A Dhtml_entity_decode_cp866.phpt438 CYRILLIC SMALL LETTER ER: р => e0
H A Dhtml_entity_decode_koi8-r.phpt438 CYRILLIC CAPITAL LETTER YU: Ю => e0
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt50 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 Dzend_strtod.c505 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member
2326 p5 = nd + bc->e0 - 1;
2751 bc.e0 = e1 = e -= nf;
3552 bc.e0 += nz1;

Completed in 48 milliseconds