From 9d80ea4c83ebf85164205d12ada5fbb1b8688cfb Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 5 Feb 2007 20:20:16 +0000 Subject: [PATCH] WS after markup changes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229065 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index ba3831c4c7..c3d6fa4518 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -295,8 +295,8 @@ php -r 'fwrite(STDERR, "stderr\n");' of the executed script! - - Example showing the difference to the CGI SAPI: + + Example showing the difference to the CGI SAPI: ]]> - - When using the CGI version, the output is: + + When using the CGI version, the output is: - This clearly shows that PHP changes its current - directory to the one of the executed script. - - - Using the CLI SAPI yields: + This clearly shows that PHP changes its current + directory to the one of the executed script. + + + Using the CLI SAPI yields: This allows greater flexibility when writing shell tools in PHP. - + @@ -521,8 +521,8 @@ var_dump($argv); ]]> - Assuming this file is named test in the current - directory, we can now do the following: + Assuming this file is named test in the current + directory, we can now do the following: - - Examples (lines are wrapped for layout reasons): + + Examples (lines are wrapped for layout reasons): --modules - - Using this option, PHP prints out the built in (and loaded) PHP and - Zend modules: + + Using this option, PHP prints out the built in (and loaded) PHP and + Zend modules: - - Example showing a parser error + + Example showing a parser error Using the <option>-B</option>, <option>-R</option> and - <option>-E</option> options to count the number of lines of a - project. + <option>-E</option> options to count the number of lines of a + project. --version - - Writes the PHP, PHP SAPI, and Zend version to standard output, e.g. + + Writes the PHP, PHP SAPI, and Zend version to standard output, e.g.