Skip to content

Commit cc10da4

Browse files
committed
fixed typo
1 parent 9c4fd36 commit cc10da4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PHP NEWS
33
?? ??? 2015, PHP 7.0.1
44

55
- Core:
6-
. Fixed bug #70898, #70895 (null ptr deref and segfault with crafted calable).
6+
. Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
77
(Anatol, Laruence)
88

99
- Streams/Socket

Zend/tests/bug70895.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #70895 null ptr deref and segfault with crafted calable
2+
Bug #70895 null ptr deref and segfault with crafted callable
33
--FILE--
44
<?php
55

Zend/tests/bug70898.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #70895 null ptr deref and segfault with crafted calable
2+
Bug #70895 null ptr deref and segfault with crafted callable
33
--FILE--
44
<?php
55
function m($f,$a){

0 commit comments

Comments
 (0)