Home
last modified time | relevance | path

Searched refs:rewind (Results 376 – 392 of 392) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/zlib/
H A Dzlib.c849 PHP_FALIAS(gzrewind, rewind, arginfo_gzpassthru)
/PHP-5.5/sapi/cli/
H A Dphp_cli.c652 rewind(file_handle->handle.fp); in cli_seek_file_begin()
/PHP-5.5/ext/spl/
H A Dspl_array.c1337 SPL_METHOD(Array, rewind) in SPL_METHOD() argument
1939 SPL_ME(Array, rewind, arginfo_array_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt53 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation6.phpt53 rewind($file_handle); // file pointer to 0
H A Dfgetcsv_variation10.phpt61 // else rewind the file pointer to beginning of the file
/PHP-5.5/Zend/
H A DZEND_CHANGES841 function rewind() {
881 for($it->rewind(); $it->valid(); $it->next()) {
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/sapi/cgi/
H A Dcgi_main.c2414 rewind(file_handle.handle.fp);
/PHP-5.5/ext/standard/
H A Dfile.c1233 PHPAPI PHP_FUNCTION(rewind) in PHP_FUNCTION() argument
H A Dbasic_functions.c3088 PHP_FE(rewind, arginfo_rewind)
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2334 if (iter->funcs->rewind) { in to_xml_array()
2335 iter->funcs->rewind(iter TSRMLS_CC); in to_xml_array()
/PHP-5.5/ext/oci8/
H A Doci8.c983 PHP_FALIAS(rewind, oci_lob_rewind, arginfo_oci_lob_rewind_method)
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt37 function rewind() {
H A Dbug45218_SLOWTESTU.phpt37 function rewind() {
/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)

Completed in 237 milliseconds

1...<<111213141516