diff options
Diffstat (limited to 'ext/pcre/tests/bug21732.phpt')
-rw-r--r-- | ext/pcre/tests/bug21732.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pcre/tests/bug21732.phpt b/ext/pcre/tests/bug21732.phpt index 629e015a06..a88d36c94c 100644 --- a/ext/pcre/tests/bug21732.phpt +++ b/ext/pcre/tests/bug21732.phpt @@ -3,10 +3,10 @@ Bug #21732 (preg_replace() segfaults with invalid parameters) --FILE-- <?php class foo { - function cb($param) { - var_dump($param); - return "yes!"; - } + function cb($param) { + var_dump($param); + return "yes!"; + } } try { |