We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3d804 commit b781a55Copy full SHA for b781a55
src/tests/appserver_001.phpt
@@ -4,9 +4,10 @@ appserver: remove exactly one function by ini setting
4
Johann Zelger <jz [at] techdivision [dot] com>
5
--INI--
6
appserver.remove_functions=strlen
7
+opcache.enable=0
8
+opcache.enable_cli=0
9
--FILE--
10
<?php
-
11
function strlen() {
12
return "custom_" . __FUNCTION__;
13
}
src/tests/appserver_002.phpt
@@ -3,10 +3,11 @@ appserver: remove more functions by ini setting
3
--CREDITS--
appserver.remove_functions=strlen,headers_sent
function strlen($string) {
return "custom_" . __FUNCTION__ . ":" . $string;
0 commit comments