From: Marcus Boerger Date: Wed, 29 Sep 2004 20:25:28 +0000 (+0000) Subject: - Fix docu X-Git-Tag: PRE_NEW_VM_GEN_PATCH~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e109ab54926ac5be797797c032eceb7027c6b6f9;p=php - Fix docu --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index fc93d96dc8..44b29bf8a5 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -368,7 +368,7 @@ class LimitIetrator implements Iterator */ function seek($position); - /** return the current position (zero based) + /** \return the current position (zero based) */ function getPosition(); }