From 330651585dcb7a7116dfe099f2d2539d8723d9fe Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Fri, 21 Sep 2001 23:08:48 +0000 Subject: [PATCH] WS only git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57996 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/misc.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/functions/misc.xml b/functions/misc.xml index f6796940cb..73ec11df0b 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -1,5 +1,5 @@ - + Miscellaneous functions Misc. @@ -512,7 +512,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr> The highlight_file function prints out a syntax higlighted version of the code contained in filename using the colors defined in the built-in syntax highlighter for PHP. - &return.success; + &return.success; @@ -539,11 +539,11 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr> - + <Location /source> ForceType application/x-httpd-php </Location> - + And then make a file named "source" and put it in your @@ -581,14 +581,14 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr> - + http://your.server.com/source/path/to/script.php - + - &tip.ob-capture; + &tip.ob-capture; See also highlight_string, show_source. @@ -613,9 +613,9 @@ http://your.server.com/source/path/to/script.php The highlight_string function prints out a syntax highlighted version of str using the colors defined in the built-in syntax highlighter for PHP. - &return.success; + &return.success; - &tip.ob-capture; + &tip.ob-capture; See also highlight_file, show_source.