jan Thu Jun 13 06:43:24 2002 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
- s/<?/<?php/
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.6 phpdoc/en/features/commandline.xml:1.7
--- phpdoc/en/features/commandline.xml:1.6 Thu Jun 6 14:36:45 2002
+++ phpdoc/en/features/commandline.xml Thu Jun 13 06:43:23 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<!-- NEW DOCUMENTATION STARTS -->
@@ -179,7 +179,7 @@
Example showing the difference to the <literal>CGI SAPI</literal>:
<programlisting role="php">
<![CDATA[
-<?
+<?php
/* Our simple test application */
echo getcwd(), "\n";
?>
@@ -370,7 +370,7 @@
<programlisting role="php">
<![CDATA[
#!/usr/bin/php
-<?
+<?php
var_dump($argv);
?>
]]>- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Markus Fischer
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Jan Lehnardt
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Markus Fischer
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc /en/features commandlin... Edin Kadribasic
- Re: [PHP-DOC] cvs: phpdoc /en/features comman... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Markus Fischer
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Jan Lehnardt
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Marcus B�rger
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml David Croft
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features commandline.xml Friedhelm Betz
