Browse Source

- No c comment (+ old non unicode way not needed any longer)

migration/RELEASE_1_0_0
Marcus Boerger 21 years ago
parent
commit
a24a21ecf0
  1. 1
      ext/spl/spl_iterators.c

1
ext/spl/spl_iterators.c

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

Loading…
Cancel
Save