From 50968b90a429bfdbedb0fb3a0826d13092fcc99b Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Mon, 10 Jul 2000 04:27:24 +0000 Subject: [PATCH] corrected typos in description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27972 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/misc.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/misc.xml b/functions/misc.xml index 88b54244e4..65df18718c 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -1121,7 +1121,7 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp)) - + highlight_string Syntax highlighting of a string @@ -1136,17 +1136,17 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp)) The highlight_string function prints out a syntax - higlighted version of str using the colors defined + highlighted version of str using the colors defined in the built-in syntax highlighter for PHP. - See also higlight_file, + See also highlight_file, show_source. - + highlight_file Syntax highlighting of a file @@ -1234,7 +1234,7 @@ http://your.server.com/source/path/to/script.php - + show_source Syntax highlighting of a file