]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Fri, 15 Feb 2008 09:35:53 +0000 (09:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 15 Feb 2008 09:35:53 +0000 (09:35 +0000)
ext/reflection/tests/bug38465.phpt
ext/reflection/tests/bug43926.phpt
ext/soap/tests/bugs/bug42151.phpt
ext/standard/tests/array/bug33382.phpt
ext/standard/tests/array/bug42838.phpt
ext/standard/tests/array/bug42850.phpt
ext/standard/tests/file/bug43248.phpt
ext/standard/tests/general_functions/bug42272.phpt

index 4947180e92f4ad69dec8c95143e61311fa7f856a..1c703cb30e0d701bc10bb11211212233ec6e5fcf 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Reflection Bug #38465 (ReflectionParameter fails on access to self::)
+Bug #38465 (ReflectionParameter fails on access to self::)
 --SKIPIF--
 <?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
index 76266fbe010a5685ca4593596aeefec36d8b2e9c..95bdb9e78728e08d91d2fc14c3281468c105f534 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug#43926 - isInstance() isn't equivalent to instanceof operator
+Bug #43926 (isInstance() isn't equivalent to instanceof operator)
 --FILE--
 <?php
 
index 7f7a87bd15401a6d20ee4c7775694e7c077549c8..51bb2afabcbaa15401e416c88e51fd8f2bd4196a 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 376227f1f1a2dc5befb27a694132ceacd26b6d62..e54b984fd0316c71930092d708ad484d44341e46 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #33382 ( array_reverse() fails after *sort() )
+Bug #33382 (array_reverse() fails after *sort() )
 --FILE--
 <?php
 
index 1f895f31e0114a8280f53ab2b448f03e5e1c8abe..5a09ae9c8e722b519a13164023fe10ce442a2479 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug#42838 - Wrong results in array_diff_uassoc
+Bug #42838 (Wrong results in array_diff_uassoc())
 --FILE--
 <?php
 
@@ -21,4 +21,4 @@ print_r($result);
 --EXPECT--
 Array
 (
-)
\ No newline at end of file
+)
index 737cd170d8f318ba1586d2b45493d43da2776532..3baec831bd60b1f403719796dd37057c46bcb42b 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 ce5bd10fbff34fbd8787e0187822b107948a9510..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 );