summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/bindec_error.phpt
blob: 36193b63e558ca43eb1ccefe950c3efa2c733bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--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