Browse Source

add comment to test

pull/1557/head
Anatol Belski 10 years ago
parent
commit
c0ca731d7a
  1. 2
      ext/pcre/tests/bug69864.phpt

2
ext/pcre/tests/bug69864.phpt

@ -6,6 +6,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?>
--FILE--
<?php
/* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
const PREG_CACHE_SIZE = 4096; // this has to be >= the resp. constant in php_pcre.c
var_dump(preg_replace_callback('/a/', function($m) {

Loading…
Cancel
Save