From 7f512d7f600ed281a9f70490fdbddce72f4b7a77 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Wed, 11 Aug 2004 00:21:26 +0000 Subject: [PATCH] - Similar to php -w. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165988 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/php-strip-whitespace.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/misc/functions/php-strip-whitespace.xml b/reference/misc/functions/php-strip-whitespace.xml index 5d44e1d293..19b276ab08 100644 --- a/reference/misc/functions/php-strip-whitespace.xml +++ b/reference/misc/functions/php-strip-whitespace.xml @@ -1,5 +1,5 @@ - + php_strip_whitespace @@ -17,6 +17,8 @@ Returns the PHP source code in filename with PHP comments and whitespace removed. This may be useful for determining the amount of actual code in your scripts compared with the amount of comments. + This is similar to using php -w from the + commandline.