summaryrefslogtreecommitdiff
path: root/tests/executor/function_whiletist_absmax.phpt
diff options
context:
space:
mode:
authorBen Fuhrmannek2015-02-06 22:38:35 +0100
committerBen Fuhrmannek2015-02-06 22:38:35 +0100
commit3741554097cc73f03a9a6a4fa4d65dc01c120bd8 (patch)
tree93938c3a27b8b9d40818f652c30fccfee3b3180e /tests/executor/function_whiletist_absmax.phpt
parent4085730874e1d88bb5b675633a171ae20989e45a (diff)
tests for eval white/blacklist + include white/blacklist
Diffstat (limited to 'tests/executor/function_whiletist_absmax.phpt')
-rw-r--r--tests/executor/function_whiletist_absmax.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/executor/function_whiletist_absmax.phpt b/tests/executor/function_whiletist_absmax.phpt
deleted file mode 100644
index f240e69..0000000
--- a/tests/executor/function_whiletist_absmax.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
1--TEST--
2Testing: suhosin.executor.func.whitelist=abs,max
3--SKIPIF--
4<?php include "../skipifnotcli.inc"; ?>
5--INI--
6suhosin.log.sapi=64
7suhosin.executor.func.whitelist=abs,max
8--FILE--
9<?php
10 abs(1);
11 max(1,2);
12 abs(1);
13?>
14--EXPECTF--
15