]> granicus.if.org Git - php/commitdiff
fixed more titles
authorAntony Dovgal <tony2001@php.net>
Wed, 14 May 2008 13:10:30 +0000 (13:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 14 May 2008 13:10:30 +0000 (13:10 +0000)
ext/soap/tests/bugs/bug42151.phpt
ext/standard/tests/array/bug42850.phpt
ext/standard/tests/file/bug43248.phpt
ext/standard/tests/general_functions/bug42272.phpt

index cf55159c4b063f0ddafb613b6940d6df6338ede3..ee53e6d525dc0e303e2a83b887fce73d64523f2c 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #42151 __destruct functions not called after catching a SoapFault exception
+Bug #42151 (__destruct functions not called after catching a SoapFault exception)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 737cd170d8f318ba1586d2b45493d43da2776532..7a83f182aa886529e22418c16332781fd104f4c7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #42850 array_walk_recursive() leaves references, #34982 array_walk_recursive() modifies elements outside function scope 
+Bug #42850 (array_walk_recursive() leaves references)
 --FILE--
 <?php
 
index a20e0e06c466feb36cc7de9196413aee98c8b5f3..10964358324e5bf7b9aa81d12f71277a94c0209c 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #43248 backward compatibility break in realpath() 
+Bug #43248 (backward compatibility break in realpath())
 --FILE--
 <?php
 echo realpath(dirname(__FILE__) . '/../file/');
index 5a455d725793b67474d4103e5e3b8c1506615462..8b8c248bc36619a203c45080594e176d8554ea14 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #42272: var_export() incorrectly escapes char(0).
+Bug #42272 (var_export() incorrectly escapes char(0))
 --FILE--
 <?php
 $foo = var_export("\0", true );