Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93069 invoked by uid 1007); 3 Jul 2003 15:47:49 -0000 To: internals@lists.php.net References: <1057244229.3291.250.camel@mbe> Message-ID: User-Agent: slrn/0.9.7.4 (Linux) Date: Thu, 3 Jul 2003 17:47:35 +0200 X-Posted-By: 217.224.220.84 Subject: Re: var_dump_html() From: muell-spam-trash-abfall@kcet.de (Frank Wiegand) Marco Tabini wrote: > Not sure if this interest anyone, but the attached patch adds a function > called var_dump_html() that performs the same functionality as > var_dump(), except that it outputs HTML instead of plain text. > var_dump() is a bit impractical to use in a web environment, IMO. Please have a look at PEAR::PHP::Var_Dump: http://pear.php.net/package-info.php?pacid=103 Frank