/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
math
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/math/octdec_basic.phpt
--TEST-- Test octdec() - basic function test octdec() --SKIPIF-- <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?> --FILE-- <?php $values = array(01234567, 0567, 017777777777, 020000000000, 0x1234ABC, 12345, '01234567', '0567', '017777777777', '020000000000', '0x1234ABC', '12345', 31101.3, 31.1013e5, true, false, null); for ($i = 0; $i < count($values); $i++) { $res = octdec($values[$i]); var_dump($res); } ?> --EXPECTF-- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d int(14489) int(253) Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d int(36947879) Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d int(4618484) Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d int(4104) int(5349) int(342391) int(375) int(2147483647) float(2147483648) Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d int(668) int(5349) Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d int(102923) int(823384) int(1) int(0) int(0)
Copyright ©2k19 -
Hexid
|
Tex7ure