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

13 lines
252 B
Plaintext
Raw Normal View History

2008-02-06 08:44:24 +00:00
--TEST--
Test dechex() - wrong params dechex()
--FILE--
<?php
dechex();
dechex(23,2,true);
?>
--EXPECTF--
2008-02-21 17:47:33 +00:00
Warning: dechex() 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: dechex() expects exactly 1 parameter, 3 given in %s on line %d