File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ $arg = [1, 2];
8
8
// built-in functions & language constructs
9
9
$ callbacks = [
10
10
'echo ' ,
11
- 'array ' ,
12
11
'empty ' ,
13
12
'eval ' ,
14
13
'isset ' ,
@@ -29,7 +28,6 @@ echo "Done";
29
28
?>
30
29
--EXPECT--
31
30
array_map(): Argument #1 ($callback) must be a valid callback or null, function "echo" not found or invalid function name
32
- array_map(): Argument #1 ($callback) must be a valid callback or null, function "array" not found or invalid function name
33
31
array_map(): Argument #1 ($callback) must be a valid callback or null, function "empty" not found or invalid function name
34
32
array_map(): Argument #1 ($callback) must be a valid callback or null, function "eval" not found or invalid function name
35
33
array_map(): Argument #1 ($callback) must be a valid callback or null, function "isset" not found or invalid function name
You can’t perform that action at this time.
0 commit comments