php-src/ext/standard/tests/math/octdec_error.phpt

13 lines
239 B
Plaintext
Raw Normal View History

2008-02-06 08:44:24 +00:00
--TEST--
Test octdec() - wrong params test octdec()
--FILE--
<?php
octdec();
octdec('0123567',true);
?>
--EXPECTF--
Warning: Wrong parameter count for octdec() in %s on line 2
Warning: Wrong parameter count for octdec() in %s on line 3