diff options
| -rw-r--r-- | Zend/tests/closure_008.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/closure_009.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/closure_008.phpt b/Zend/tests/closure_008.phpt index 77b50de8ab..64c7e659e6 100644 --- a/Zend/tests/closure_008.phpt +++ b/Zend/tests/closure_008.phpt @@ -1,5 +1,5 @@ --TEST-- -Closure 008: Use in preg_replace() +Closure 008: Use in preg_replace_callback() --FILE-- <?php diff --git a/Zend/tests/closure_009.phpt b/Zend/tests/closure_009.phpt index 10ec32b80d..5c576d7e9c 100644 --- a/Zend/tests/closure_009.phpt +++ b/Zend/tests/closure_009.phpt @@ -1,5 +1,5 @@ --TEST-- -Closure 009: Use in preg_replace() +Closure 009: Using static vars inside lambda --FILE-- <?php $a = 1; |
