Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 392) sorted by path

12345678910>>...16

/PHP-5.5/
H A DNEWS8529 - Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind()
9882 - Fixed bug #31348 (CachingIterator::rewind() leaks). (Marcus)
/PHP-5.5/Zend/
H A DZEND_CHANGES841 function rewind() {
881 for($it->rewind(); $it->valid(); $it->next()) {
H A Dzend_generators.c423 ZEND_METHOD(Generator, rewind) in ZEND_METHOD() argument
721 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_interfaces.c502 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
H A Dzend_iterators.h51 void (*rewind)(zend_object_iterator *iter TSRMLS_DC); member
H A Dzend_vm_def.h4189 if (iter->funcs->rewind) {
4190 iter->funcs->rewind(iter TSRMLS_CC);
H A Dzend_vm_execute.h2874 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_CONST_HANDLER()
2875 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
8185 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_TMP_HANDLER()
8186 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_TMP_HANDLER()
13502 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_VAR_HANDLER()
13503 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_VAR_HANDLER()
31172 if (iter->funcs->rewind) { in ZEND_FE_RESET_SPEC_CV_HANDLER()
31173 iter->funcs->rewind(iter TSRMLS_CC); in ZEND_FE_RESET_SPEC_CV_HANDLER()
/PHP-5.5/Zend/tests/
H A Dbug32674.phpt12 public function rewind() {
H A Dbug32993.phpt9 public function rewind() { return reset($this->arr); }
H A Dbug49269.phpt15 function rewind() {$this->n = 0;}
/PHP-5.5/Zend/tests/generators/
H A Dbacktrace.phpt16 $gen->rewind(); // trigger run
26 #2 Generator->rewind() called at [%s:%d]
H A Dfunc_get_args.phpt12 $gen->rewind();
H A Dgenerator_rewind.phpt14 $gen->rewind();
15 $gen->rewind();
19 $gen->rewind();
45 $gen->rewind();
52 exception 'Exception' with message 'Cannot rewind a generator that was already run' in %s:%d
54 #0 %s(%d): Generator->rewind()
H A Dnested_calls_with_die.phpt13 $gen->rewind();
26 $outerGen->rewind();
H A Dyield_during_method_call.phpt22 $gen->rewind();
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt21 $gen->rewind();
/PHP-5.5/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt23 $gen->rewind();
H A Dreturn_return.phpt27 $gen->rewind(); // force run
H A Drun_on_dtor.phpt15 $gen->rewind();
/PHP-5.5/ext/gd/libgd/
H A Dgdtest.c46 rewind (in); in main()
H A Dxbm.c50 rewind(fd); in gdImageCreateFromXbm()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp277 static PHP_METHOD(IntlIterator, rewind) in PHP_METHOD() argument
288 if (ii->iterator->funcs->rewind) { in PHP_METHOD()
289 ii->iterator->funcs->rewind(ii->iterator TSRMLS_CC); in PHP_METHOD()
317 PHP_ME(IntlIterator, rewind, ainfo_se_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/intl/tests/
H A Dtimezone_createEnumeration_variation1.phpt15 $tz->rewind();
H A Dtimezone_createEnumeration_variation2.phpt15 $tz->rewind();
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt23 rewind($f);

Completed in 252 milliseconds

12345678910>>...16