]> granicus.if.org Git - php/commitdiff
- Fixed test titles
authorFelipe Pena <felipe@php.net>
Mon, 14 Jul 2008 12:35:51 +0000 (12:35 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 14 Jul 2008 12:35:51 +0000 (12:35 +0000)
Zend/tests/closure_008.phpt
Zend/tests/closure_009.phpt

index 77b50de8ab502ac523ccf5fbe55e7ac650cf7ecc..64c7e659e6940c60b1091ddf9c76e24f8491cde0 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Closure 008: Use in preg_replace()
+Closure 008: Use in preg_replace_callback()
 --FILE--
 <?php
 
index 10ec32b80d34edcc63fe1d2b76016d8c862fbd60..5c576d7e9cf3efe63de99f0cc2dd7c6babb8fb7a 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Closure 009: Use in preg_replace()
+Closure 009: Using static vars inside lambda
 --FILE--
 <?php
 $a = 1;