]> granicus.if.org Git - php/commitdiff
- No c comment (+ old non unicode way not needed any longer)
authorMarcus Boerger <helly@php.net>
Mon, 15 Aug 2005 19:16:30 +0000 (19:16 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 15 Aug 2005 19:16:30 +0000 (19:16 +0000)
ext/spl/spl_iterators.c

index 3a85e1855c4a9cb7ea2fdfb82660eafc95d98671..56e4f1f9c3c6ba2fc0f5f2c702325f6143c2bd2e 100755 (executable)
@@ -1507,7 +1507,6 @@ SPL_METHOD(CachingIterator, __toString)
                zval_copy_ctor(return_value);
                convert_to_text(return_value);
                INIT_PZVAL(return_value);
-//             RETURN_STRINGL(Z_STRVAL_P(intern->u.caching.zstr), Z_STRLEN_P(intern->u.caching.zstr), 1);
        } else {
                RETURN_NULL();
        }