You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #70895 null ptr deref and segfault with crafted calable
3
+
--FILE--
4
+
<?php
5
+
6
+
array_map("%n", 0);
7
+
array_map("%n %i", 0);
8
+
array_map("%n %i aoeu %f aoeu %p", 0);
9
+
?>
10
+
--EXPECTREGEX--
11
+
Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n' not found or invalid function name in .+
12
+
13
+
Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i' not found or invalid function name in .+
14
+
15
+
Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i aoeu %f aoeu %p' not found or invalid function name in .+bug70895.php on line \d+
0 commit comments