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/decoct_error.phpt
T
2008-02-06 08:39:23 +00:00

13 lines
252 B
PHP

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