Date: 06/13/02
- Next message: Michal Suchanek: "[PHP-DOC] Documantation of + for arrays"
- Previous message: Markus Fischer: "Re: [PHP-DOC] Splitting out ini setting per module like constants?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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);
?>
]]>
- Next message: Michal Suchanek: "[PHP-DOC] Documantation of + for arrays"
- Previous message: Markus Fischer: "Re: [PHP-DOC] Splitting out ini setting per module like constants?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

