diff options
Diffstat (limited to 'Zend/tests/bug70898.phpt')
-rw-r--r-- | Zend/tests/bug70898.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug70898.phpt b/Zend/tests/bug70898.phpt index 41777072cc..e31ee894bf 100644 --- a/Zend/tests/bug70898.phpt +++ b/Zend/tests/bug70898.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #70895 null ptr deref and segfault with crafted callable --FILE-- -<?php +<?php function m($f,$a){ return array_map($f,0); } |