1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/standard/tests/math/exp_error.phpt
Zoe Slattery 5932b49990 Fixing 44092
2008-02-12 07:15:40 +00:00

15 lines
257 B
PHP

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