From: Tomas V.V.Cox Date: Wed, 10 Apr 2002 15:09:36 +0000 (+0000) Subject: Added single display() X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~739 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a332c8c27b7f21c17144d3fa18cc8e324080950a;p=php Added single display() --- diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index e8cc5e49e4..a5e05bfc54 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -71,6 +71,11 @@ class PEAR_Frontend_CLI extends PEAR print "$this->lp$text\n"; } + function display($text) + { + print $text; + } + // }}} // {{{ displayError(eobj)