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:
Egon Schmid 2000-03-20 12:04:57 +00:00
parent 3dcce4e214
commit d93ca78296

View file

@ -472,7 +472,7 @@ echo $a["apple"]["taste"]; # will output "sweet"
<informalexample>
<programlisting role="php">
&gt;?php
&lt;?php
class foo {
function do_foo () {
echo "Doing foo.";