@ -1,5 +1,9 @@
--TEST--
Test hexdec() - basic function test hexdec()
--SKIPIF--
<?php
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
?>
--FILE--
$values = array(0x123abc,
Test octdec() - basic function test octdec()
$values = array(01234567,