From eae402ffc2d20136fa32b6c4ea6379abd2de2c14 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 26 Oct 2003 17:35:36 +0000 Subject: [PATCH] correcting the example (register_globals) reformating to use screen notation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143149 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/ini-get.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/reference/info/functions/ini-get.xml b/reference/info/functions/ini-get.xml index 5b676fef5c..8d13bb47a0 100644 --- a/reference/info/functions/ini-get.xml +++ b/reference/info/functions/ini-get.xml @@ -1,5 +1,5 @@ - + @@ -49,17 +49,22 @@ print 'register_globals = ' . ini_get('register_globals') . "\n"; print 'post_max_size = ' . ini_get('post_max_size') . "\n"; print 'post_max_size+1 = ' . (ini_get('post_max_size')+1) . "\n"; -/* -This script will produce: - -display_errors = 1 -register_globals = -post_max_size = 8M -post_max_size+1 = 9 -*/ ?> ]]> + + This script will produce: + + + +