1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext/standard/tests/math/decbin_error.phpt
T
2008-02-01 17:16:40 +00:00

13 lines
243 B
PHP

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