From 67138c1d4af29dbfa50479bcba3dc082eb4da720 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 6 Feb 2003 15:07:51 +0000 Subject: [PATCH] use of example tag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114949 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tokenizer/functions/token-get-all.xml | 7 ++++--- reference/tokenizer/functions/token-name.xml | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/reference/tokenizer/functions/token-get-all.xml b/reference/tokenizer/functions/token-get-all.xml index 69a73aa021..87ac4afaa0 100644 --- a/reference/tokenizer/functions/token-get-all.xml +++ b/reference/tokenizer/functions/token-get-all.xml @@ -1,5 +1,5 @@ - + token_get_all @@ -18,7 +18,8 @@ either a one character string or itself an array containing a token id and the string representation of that token in the source code. - + + <function>token_get_all</function> example ]]> - + diff --git a/reference/tokenizer/functions/token-name.xml b/reference/tokenizer/functions/token-name.xml index 3e491233d1..50e054471e 100644 --- a/reference/tokenizer/functions/token-name.xml +++ b/reference/tokenizer/functions/token-name.xml @@ -1,5 +1,5 @@ - + token_name @@ -12,12 +12,13 @@ inttoken - This function will returen the symbolic name for a PHP + token_name returns the symbolic name for a PHP token value. The symbolic name returned matches the name of the matching token constant. - + + <function>token_name</function> example ]]> - +