]> granicus.if.org Git - php/commitdiff
bug => Bug
authorfoobar <sniper@php.net>
Thu, 21 Apr 2005 14:04:12 +0000 (14:04 +0000)
committerfoobar <sniper@php.net>
Thu, 21 Apr 2005 14:04:12 +0000 (14:04 +0000)
ext/standard/tests/general_functions/bug29038.phpt
ext/standard/tests/general_functions/bug31190.phpt

index 8804ffbaa964d5246bd45e2734a82de802de8480..0f792299941acf79c8b28572a15ee1f91a6bf299 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings)
+Bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings)
 --FILE--
 <?php
 function f1() {
@@ -71,4 +71,4 @@ Array
 (
     [prefix_111] => 1
     [c] => 1
-)
\ No newline at end of file
+)
index 8fdf8eea756412887208c27e89fbaaa99a2e07fc..7d154708fa418e74ca1a99fc4c30e502ce335692 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #31190 (exception in call_user_func_array())
+Bug #31190 (exception in call_user_func_array())
 --FILE--
 <?php