Removed extraneous \r from a number of tests.
--TEST--
-Bug #22414: passthru() does not read data correctly
+Bug #22414 (passthru() does not read data correctly)
--INI--
safe_mode=
output_handler=
--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--
--TEST--
-Bug #24482: GLOB_ONLYDIR not working
+Bug #24482 (GLOB_ONLYDIR not working)
--SKIPIF--
<?php
if (!function_exists("glob")) {
--TEST--
-Bug #23951: Defines not working in inherited classes
+Bug #23951 (Defines not working in inherited classes)
--FILE--
<?php
--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 {
--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 { }
--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)