summaryrefslogtreecommitdiff
path: root/tests/executor/function_whitelist_maxabs.phpt
blob: 88a356e9d58113a9031b7834e6fcf7ac08e2d136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Testing: suhosin.executor.func.whitelist=max,abs
--SKIPIF--
<?php include "../skipifnotcli.inc"; ?>
--INI--
suhosin.log.sapi=64
suhosin.executor.func.whitelist=max,abs
--FILE--
<?php
	abs(1);
	max(1,2);
	abs(1);
?>
--EXPECTF--