mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61582 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
589ce16beb
commit
4b2d2d1b0d
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<!-- $Revision: 1.60 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -1156,8 +1156,8 @@ $arr[] = <replaceable>value</replaceable>;
|
|||
You might have seen the following syntax in old scripts:
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
$foo[bar] = 'enemy';
|
||||
echo $foo[bar];
|
||||
$foo['bar'] = 'enemy';
|
||||
echo $foo['bar'];
|
||||
// etc
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
|
|
Loading…
Reference in a new issue