diff options
Diffstat (limited to 'ext/standard/tests/math/hexdec_variation1_64bit.phpt')
-rw-r--r-- | ext/standard/tests/math/hexdec_variation1_64bit.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/math/hexdec_variation1_64bit.phpt b/ext/standard/tests/math/hexdec_variation1_64bit.phpt index 86ed97987b..9c76afec0b 100644 --- a/ext/standard/tests/math/hexdec_variation1_64bit.phpt +++ b/ext/standard/tests/math/hexdec_variation1_64bit.phpt @@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit 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. - * Source code: ext/standard/math.c - */ - echo "*** Testing hexdec() : usage variations ***\n"; //get an unset variable $unset_var = 10; |