diff --git a/reference/misc/functions/php-strip-whitespace.xml b/reference/misc/functions/php-strip-whitespace.xml index 19b276ab08..b36c87f0fe 100644 --- a/reference/misc/functions/php-strip-whitespace.xml +++ b/reference/misc/functions/php-strip-whitespace.xml @@ -1,5 +1,5 @@ - + php_strip_whitespace @@ -50,7 +50,7 @@ * Another PHP comment */ -echo php_strip_whitespace($_SERVER['PHP_SELF']); +echo php_strip_whitespace(__FILE__); // Newlines are considered whitespace, and are removed too: do_nothing(); ?> @@ -60,7 +60,7 @@ do_nothing(); + echo php_strip_whitespace(__FILE__); do_nothing(); ?> ]]>