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:
@@ -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=
|
||||
|
||||
@@ -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--
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
Bug #24482: GLOB_ONLYDIR not working
|
||||
Bug #24482 (GLOB_ONLYDIR not working)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!function_exists("glob")) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
Bug #23951: Defines not working in inherited classes
|
||||
Bug #23951 (Defines not working in inherited classes)
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 { }
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user