From 21e142506ef54b20000447bfe2f240139a8ef17a Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Wed, 11 Jul 2001 18:16:08 +0000 Subject: [PATCH] Move the true/false/null entities to global.ent, where they belong TODO is also on the 'modified files' list, so I guess it's updated too... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51255 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index 3e9c304043..ed37e29a19 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,8 +1,5 @@ - + -TRUE'> -FALSE'> -NULL'> This module is EXPERIMENTAL. That means, that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this module at your own risk.'> @@ -10,7 +7,7 @@ As with anything that outputs its result directly to the browser, you can use the output-control functions to capture the output of this function, and save it - for example - in a string.'> -TRUE on succes, FALSE on failure.'> + This function is not (yet) binary safe!'> @@ -19,3 +16,4 @@ This function is not implemented on Windows-platforms'> This function is disabled when safe-mode is enabled.'> +The behaviour of this function is limited when safe-mode is enabled.'>