summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-11-12 13:37:45 +0100
committerAnatol Belski <ab@php.net>2015-11-12 13:37:45 +0100
commitcc10da474d36820d103d410795bc70802284292b (patch)
treea32d9f1b4f26984656837ab5058afbb5c513ca95
parent9c4fd367835fac9dc4981bb1e8e8f6e7a612ecae (diff)
downloadphp-git-cc10da474d36820d103d410795bc70802284292b.tar.gz
fixed typo
-rw-r--r--NEWS2
-rw-r--r--Zend/tests/bug70895.phpt2
-rw-r--r--Zend/tests/bug70898.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f687b7c00d..781bd7ef82 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP NEWS
?? ??? 2015, PHP 7.0.1
- Core:
- . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted calable).
+ . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
(Anatol, Laruence)
- Streams/Socket
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){