1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00
Files
archived-php-src/ext/pcre/tests/bug71537.phpt
2016-02-08 10:22:16 +08:00

10 lines
197 B
PHP

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