git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269922 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kouber Saparev 2008-11-27 10:19:08 +00:00
parent 717487027e
commit 31c9387ae2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.172 $ -->
<!-- $Revision: 1.173 $ -->
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Control Structures</title>
@ -537,7 +537,7 @@ endfor;
<?php
/*
* This is an array with some data we want to modify
* when running though the for loop.
* when running through the for loop.
*/
$people = Array(
Array('name' => 'Kalle', 'salt' => 856412),