From 98bcf3f7d90648940a9bac2d7ffdf58a4e8fa196 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 6 May 2004 15:48:40 +0000 Subject: [PATCH] fix build and add the output in PHP 5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158103 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/highlight-string.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/reference/misc/functions/highlight-string.xml b/reference/misc/functions/highlight-string.xml index 95befbc3a0..2dddb93706 100644 --- a/reference/misc/functions/highlight-string.xml +++ b/reference/misc/functions/highlight-string.xml @@ -1,5 +1,5 @@ - + @@ -36,14 +36,25 @@ highlight_string(''); ]]> - This script will output: - + The above example will output (in PHP 4): + <?php phpinfo(); ?> +]]> + + + The above example will output (in PHP 5): + + + +<?php phpinfo(); ?> + + ]]>