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

12 lines
262 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--
2008-02-21 17:47:33 +00:00
Warning: hexdec() expects exactly 1 parameter, 0 given in %s on line %d
2008-02-06 08:44:24 +00:00
2008-02-21 17:47:33 +00:00
Warning: hexdec() expects exactly 1 parameter, 2 given in %s on line %d