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