diff options
Diffstat (limited to 'ext/standard/tests/math/hexdec_variation1.phpt')
| -rw-r--r-- | ext/standard/tests/math/hexdec_variation1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/hexdec_variation1.phpt b/ext/standard/tests/math/hexdec_variation1.phpt index 1712a5750f..34b2e474d0 100644 --- a/ext/standard/tests/math/hexdec_variation1.phpt +++ b/ext/standard/tests/math/hexdec_variation1.phpt @@ -9,7 +9,7 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); --FILE-- <?php /* Prototype : number hexdec ( string $hex_string ) - * Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. + * Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. * Source code: ext/standard/math.c */ @@ -33,7 +33,7 @@ $inputs = array( 1, 12345, -2345, - 4294967295, // largest decimal + 4294967295, // largest decimal 4294967296, // float data |
