Skip to content

Commit

Permalink
Merge branch 'PHP-7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Feb 8, 2016
2 parents 3b802a8 + 0490d4a commit bd497f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ext/pcre/tests/bug71537.phpt
@@ -0,0 +1,9 @@
--TEST--
Fixed bug #71537 (PCRE segfault from Opcache)
--FILE--
<?php

var_dump(preg_replace(array("/Monkey/"), array(2016), "Happy Year of Monkey"));
?>
--EXPECT--
string(18) "Happy Year of 2016"

0 comments on commit bd497f4

Please sign in to comment.