Date: 01/15/02
- Next message: Gabor Hojtsy: "Re: Re: [PHP-DOC] Re: INSTALL PARTS (was: ugly cvs subject)"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/appendices migration.xml"
- In reply to: pgl <email protected>: "[PHP-DOC] Bug #15048: xml displayed in program listing in manual/en/migration.truefalse.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 15048
Updated by: hholzgra
Reported By: pgl <email protected>
Old Status: Open
Status: Closed
Bug Type: Documentation problem
Operating System: -
PHP Version: 4.1.1
New Comment:
fixed in CVS, thanks for the report
Previous Comments:
------------------------------------------------------------------------
[2002-01-15 08:41:22] pgl <email protected>
not sure if this is a website problem really, but this page:
http://www.php.net/manual/en/migration.truefalse.php
shows:
$fp = fopen($file, "r");
if ($fp == -1);
echo("Could not open $file for reading<br>\n");
endif;
]]|
</programlisting>
</example>
<example>
<title>Migration from 2.0: return values, new code</title>
<programlisting role="php">
<![CDATA[
$fp = <email protected>($file, "r") or print("Could not open $file for
reading<br>\n");
as example d-9. I assume that's not meant to show the xml there.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=15048&edit=1
- Next message: Gabor Hojtsy: "Re: Re: [PHP-DOC] Re: INSTALL PARTS (was: ugly cvs subject)"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/appendices migration.xml"
- In reply to: pgl <email protected>: "[PHP-DOC] Bug #15048: xml displayed in program listing in manual/en/migration.truefalse.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

