mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Types need some more cleanups.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21792 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3dcce4e214
commit
d93ca78296
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ echo $a["apple"]["taste"]; # will output "sweet"
|
|||
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
>?php
|
||||
<?php
|
||||
class foo {
|
||||
function do_foo () {
|
||||
echo "Doing foo.";
|
||||
|
|
Loading…
Reference in a new issue