]> granicus.if.org Git - php/commitdiff
Fixed some test names.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 24 Oct 2003 03:31:57 +0000 (03:31 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 24 Oct 2003 03:31:57 +0000 (03:31 +0000)
Removed extraneous \r from a number of tests.

ext/standard/tests/file/bug22414.phpt
ext/standard/tests/file/bug24313.phpt
ext/standard/tests/file/bug24482.phpt
tests/classes/bug23951.phpt
tests/classes/bug24399.phpt
tests/classes/bug24445.phpt
tests/lang/bug24640.phpt

index f6effd272c298fc486d97a97cefc01b43b73a7c0..f4f097d66d130a6bd1589fd34f6b73c619a688a7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #22414: passthru() does not read data correctly
+Bug #22414 (passthru() does not read data correctly)
 --INI--
 safe_mode=
 output_handler=
index 67b7cf8dd82f507a0d879a883d7d848ee6018ea4..dcea58ffef23e8a2b30ada18e8c67429920ce520 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #24313: file_exists() warning on non-existant files when is open_basedir enabled
+Bug #24313 (file_exists() warning on non-existant files when is open_basedir enabled)
 --INI--
 open_basedir=/tmp
 --FILE--
index 6a82723a74bedd46158dc0f4af6fd030d8b8e978..4bf12e8f66ad880222325c0f1e633da1ba049805 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #24482: GLOB_ONLYDIR not working
+Bug #24482 (GLOB_ONLYDIR not working)
 --SKIPIF--
 <?php
 if (!function_exists("glob")) {
index 1d1e377937b8829e5c2b5d9be3aa6c1ede27a24f..61aa90661e9b568dbedf18d8bef8bfbe956d0c54 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #23951: Defines not working in inherited classes
+Bug #23951 (Defines not working in inherited classes)
 --FILE--
 <?php
 
index 230a865ad9f4c122e680e13bd86be66dd0ed76c1..1c62b5bd4a9779090db309375af24c8ca397d2fb 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #24399: is_subclass_of() crashes when parent class doesn't exist.
+Bug #24399 (is_subclass_of() crashes when parent class doesn't exist)
 --FILE--
 <?php
 class dooh {
index 0018577df99129de909f04daa79a644a7a4f73bd..af08307ac464c5b958fe8e87786e3c6fbec0b0f8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #24445: get_parent_class() returns the current class when passed an object
+Bug #24445 (get_parent_class() returns the current class when passed an object)
 --FILE--
 <?php
 class Test { }
index 39561bd47ea5d1c5fae99b254f2785c2fce5b08b..3cd3c4a595a0a33e68919ff65271f71806fd3e52 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #24640 var_export and var_dump can't output large float
+Bug #24640 (var_export and var_dump can't output large float)
 --FILE--
 <?php
 function test($v)