diff options
-rw-r--r-- | Zend/tests/bug70895.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/bug70898.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug70895.phpt b/Zend/tests/bug70895.phpt index e6df09c9ac..896bf00a7b 100644 --- a/Zend/tests/bug70895.phpt +++ b/Zend/tests/bug70895.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #70895 null ptr deref and segfault with crafted calable +Bug #70895 null ptr deref and segfault with crafted callable --FILE-- <?php diff --git a/Zend/tests/bug70898.phpt b/Zend/tests/bug70898.phpt index 6308ddc742..41777072cc 100644 --- a/Zend/tests/bug70898.phpt +++ b/Zend/tests/bug70898.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #70895 null ptr deref and segfault with crafted calable +Bug #70895 null ptr deref and segfault with crafted callable --FILE-- <?php function m($f,$a){ |