1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Files
archived-php-src/ext/standard/tests/math/dechex_error.phpt
T
2008-02-06 08:39:23 +00:00

14 lines
254 B
PHP

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