fixed typo

This commit is contained in:
Anatol Belski 2015-11-12 13:37:45 +01:00
parent 9c4fd36783
commit cc10da474d
3 changed files with 3 additions and 3 deletions

2
NEWS
View file

@ -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

View file

@ -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

View file

@ -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){