php-src/ext/standard/tests/math/bindec_error.phpt
2008-02-01 17:16:40 +00:00

13 lines
268 B
PHP

--TEST--
Test bindec() - basic function test bindec()
--FILE--
<?php
bindec();
bindec('01010101111',true);
?>
--EXPECTF--
Warning: bindec() expects exactly 1 parameter, 0 given in %s on line %d
Warning: bindec() expects exactly 1 parameter, 2 given in %s on line %d