1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
archived-php-src/ext/standard/tests/math/bindec_error.phpt
T

13 lines
244 B
PHP

--TEST--
Test bindec() - basic function test bindec()
--FILE--
<?php
bindec();
bindec('01010101111',true);
?>
--EXPECTF--
Warning: Wrong parameter count for bindec() in %s on line 2
Warning: Wrong parameter count for bindec() in %s on line 3