php-src/ext/standard/tests/math/hexdec_error.phpt
2008-02-21 17:47:33 +00:00

12 lines
262 B
PHP

--TEST--
Test hexdec() - wrong params test hexdec()
--FILE--
<?php
hexdec();
hexdec('0x123abc',true);
?>
--EXPECTF--
Warning: hexdec() expects exactly 1 parameter, 0 given in %s on line %d
Warning: hexdec() expects exactly 1 parameter, 2 given in %s on line %d