1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fixed some test names.

Removed extraneous \r from a number of tests.
This commit is contained in:
Ilia Alshanetsky
2003-10-24 03:31:57 +00:00
parent c32c3264ae
commit 4d349926ff
7 changed files with 7 additions and 7 deletions

View 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=

View 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--

View File

@@ -1,5 +1,5 @@
--TEST--
Bug #24482: GLOB_ONLYDIR not working
Bug #24482 (GLOB_ONLYDIR not working)
--SKIPIF--
<?php
if (!function_exists("glob")) {

View File

@@ -1,5 +1,5 @@
--TEST--
Bug #23951: Defines not working in inherited classes
Bug #23951 (Defines not working in inherited classes)
--FILE--
<?php

View 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 {

View 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 { }

View File

@@ -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)