php-src/ext/standard/tests/math/hexdec_error.phpt

13 lines
239 B
Plaintext
Raw Normal View History

2008-02-06 08:44:24 +00:00
--TEST--
Test hexdec() - wrong params test hexdec()
--FILE--
<?php
hexdec();
hexdec('0x123abc',true);
?>
--EXPECTF--
Warning: Wrong parameter count for hexdec() in %s on line 2
Warning: Wrong parameter count for hexdec() in %s on line 3