]> granicus.if.org Git - php/commitdiff
fixing incorrect --CLEAN-- sections
authorZoe Slattery <zoe@php.net>
Thu, 16 Apr 2009 12:28:03 +0000 (12:28 +0000)
committerZoe Slattery <zoe@php.net>
Thu, 16 Apr 2009 12:28:03 +0000 (12:28 +0000)
ext/standard/tests/dir/dir_variation8.phpt
ext/standard/tests/strings/strstr.phpt
ext/standard/tests/strings/vfprintf_error1.phpt
ext/standard/tests/strings/vfprintf_error2.phpt
ext/standard/tests/strings/vfprintf_error3.phpt
ext/standard/tests/strings/vfprintf_error4.phpt

index 41217500d4aa5b31a3e82b39a01f8ccb7863b870..a0b74a3f61fafd0f1ad898b706ab850124057a01 100644 (file)
@@ -35,15 +35,6 @@ var_dump( dir($dir_path."/sub?dir1") );
 
 echo "Done";
 ?>
---CLEAN--
-<?php
-$file_path = dirname(__FILE__);
-$dir_path = $file_path."/dir_variation81";
-$sub_dir_path = $dir_path."/sub_dir1";
-
-rmdir($dir_path1);
-rmdir($dir_path2);
-?>
 --EXPECTF--
 *** Testing dir() : checking with wildcard characters ***
 -- wildcard = '*' --
index 4ae960c61bd9e275f27facf52d42d0d93b0e2333..fd15b92911fa0cb21e3e486f2c803efc6f698c72 100644 (file)
Binary files a/ext/standard/tests/strings/strstr.phpt and b/ext/standard/tests/strings/strstr.phpt differ
index b8cc1709733fa262d44872f8a61f26aed756aded..8ef086d353d19d51c25fa638bf65df045df1974e 100644 (file)
@@ -31,7 +31,7 @@ fclose($fp);
 --CLEAN--
 <?php
 
-$file = 'vfprintf_text.txt';
+$file = 'vfprintf_test.txt';
 unlink( $file );
 
 ?>
index 981b1a745fa4b1bf11131d76ae9f70ca1d72cfbd..bcf7e27690aa692009710595ad516ffd1b3c18f2 100644 (file)
@@ -30,7 +30,7 @@ fclose($fp);
 --CLEAN--
 <?php
 
-$file = 'vfprintf_text.txt';
+$file = 'vfprintf_test.txt';
 unlink( $file );
 
 ?>
index 3edc068074467e79a7a2534072331c7fd946adc7..5a207806724d83a18c2b32b22e87c5dc0a6d0d34 100644 (file)
@@ -39,7 +39,7 @@ fclose( $fp );
 --CLEAN--
 <?php
 
-$file = 'vfprintf_text.txt';
+$file = 'vfprintf_test.txt';
 unlink( $file );
 
 ?>
index b1c957240fe1c0f2682412023b5fd53604e59748..131b0477c45ee246ba274af71f60a0023e142572 100644 (file)
@@ -28,7 +28,7 @@ fclose( $fp );
 --CLEAN--
 <?php
 
-$file = 'vfprintf_text.txt';
+$file = 'vfprintf_test.txt';
 unlink( $file );
 
 ?>