Removed extraneous \r from a number of tests.
@ -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=
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)
open_basedir=/tmp
--FILE--
Bug #24482: GLOB_ONLYDIR not working
Bug #24482 (GLOB_ONLYDIR not working)
--SKIPIF--
<?php
if (!function_exists("glob")) {
Bug #23951: Defines not working in inherited classes
Bug #23951 (Defines not working in inherited classes)
Bug #24399: is_subclass_of() crashes when parent class doesn't exist.
Bug #24399 (is_subclass_of() crashes when parent class doesn't exist)
class dooh {
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)
class 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)
function test($v)