Home
last modified time | relevance | path

Searched refs:rewind (Results 276 – 300 of 419) sorted by relevance

1...<<11121314151617

/PHP-8.3/ext/oci8/tests/
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()
/PHP-8.3/ext/pdo/tests/
H A Dbug_34630.phpt30 rewind($fp);
/PHP-8.3/ext/standard/
H A Dfile.h32 PHPAPI PHP_FUNCTION(rewind);
/PHP-8.3/ext/standard/tests/array/
H A Dend.phpt54 // remove last element from array, rewind and check end()
61 // remove any element !first, !last, rewind and check end()
/PHP-8.3/ext/phar/tests/
H A Drefcount1.phpt29 rewind($b);
/PHP-8.3/ext/intl/common/
H A Dcommon_arginfo.h21 ZEND_METHOD(IntlIterator, rewind);
29 ZEND_ME(IntlIterator, rewind, arginfo_class_IntlIterator_rewind, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/phar/tests/zip/
H A Drefcount1.phpt37 rewind($b);
/PHP-8.3/ext/standard/tests/file/
H A Dbug38450.phpt96 rewind($fp);
H A Dbug38450_1.phpt96 rewind($fp);
H A Dfscanf_variation11.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfscanf_variation36.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation42.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation48.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation5.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation30.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfgetc_variation4.phpt27 // rewind the file pointer to beginning of the file
28 var_dump( rewind($file_handle) );
H A D007_variation14.phpt23 rewind($file_handle);
H A D007_variation6.phpt23 rewind($file_handle);
H A D007_variation22.phpt23 rewind($file_handle);
H A Dbug38450_2.phpt96 rewind($fp);
/PHP-8.3/ext/zlib/
H A Dzlib_arginfo.h150 ZEND_FUNCTION(rewind);
183 ZEND_FALIAS(gzrewind, rewind, arginfo_gzrewind)
/PHP-8.3/ext/spl/tests/
H A Dbug55701.phpt47 echo "->rewind()... ";
50 $o->rewind();
299 ->rewind()... ran normally (expected)
/PHP-8.3/ext/spl/
H A Dspl_iterators.c407 if (sub_iter->funcs->rewind) { in spl_recursive_it_move_forward_ex()
465 if (sub_iter->funcs->rewind) { in spl_recursive_it_rewind_ex()
466 sub_iter->funcs->rewind(sub_iter); in spl_recursive_it_rewind_ex()
1583 PHP_METHOD(IteratorIterator, rewind) in PHP_METHOD() argument
1696 PHP_METHOD(FilterIterator, rewind) in PHP_METHOD() argument
2260 PHP_METHOD(LimitIterator, rewind) in PHP_METHOD() argument
2420 PHP_METHOD(CachingIterator, rewind) in PHP_METHOD() argument
2839 PHP_METHOD(EmptyIterator, rewind) in PHP_METHOD() argument
2986 PHP_METHOD(AppendIterator, rewind) in PHP_METHOD() argument
3073 if (iter->funcs->rewind) { in spl_iterator_apply()
[all …]
/PHP-8.3/ext/phar/tests/tar/
H A Drefcount1.phpt40 rewind($b);
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt19 rewind($fp);

Completed in 44 milliseconds

1...<<11121314151617