mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Daily doc commit - fixed bug #48631
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282620 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3bb721f1f9
commit
07e23094b7
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.85 $ -->
|
||||
<!-- $Revision: 1.86 $ -->
|
||||
|
||||
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -3737,7 +3737,7 @@ auto_prepend_file=security.php
|
|||
combination with XML, you can disable this option in order to
|
||||
use <userinput><?xml ?></userinput> inline. Otherwise, you
|
||||
can print it with PHP, for example: <userinput><?php echo '<?xml
|
||||
version="1.0"'; ?></userinput>. Also if disabled, you must use the
|
||||
version="1.0"?>'; ?></userinput>. Also if disabled, you must use the
|
||||
long form of the PHP open tag (<userinput><?php ?></userinput>).
|
||||
</para>
|
||||
<note>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.52 $ -->
|
||||
<!-- $Revision: 1.53 $ -->
|
||||
<chapter xml:id="language.basic-syntax" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Basic syntax</title>
|
||||
<sect1 xml:id="language.basic-syntax.phpmode">
|
||||
|
@ -75,7 +75,7 @@ if ($expression) {
|
|||
<title>PHP Opening and Closing Tags</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
1. <?php echo 'if you want to serve XHTML or XML documents, do like this'; ?>
|
||||
1. <?php echo 'if you want to serve XHTML or XML documents, do it like this'; ?>
|
||||
|
||||
2. <script language="php">
|
||||
echo 'some editors (like FrontPage) don\'t
|
||||
|
|
Loading…
Reference in a new issue