Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-8.3/ext/spl/
H A Dspl_heap.c1006 PHP_METHOD(SplHeap, rewind) in PHP_METHOD() argument
H A Dspl_dllist.c970 PHP_METHOD(SplDoublyLinkedList, rewind) in PHP_METHOD() argument
H A Dspl_array.c1279 PHP_METHOD(ArrayIterator, rewind) in PHP_METHOD() argument
/PHP-8.3/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt48 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation6.phpt48 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation4.phpt40 rewind($file_handle); // file pointer to 0
H A Dfgetcsv_variation10.phpt56 // else rewind the file pointer to beginning of the file
/PHP-8.3/Zend/
H A Dzend_generators.c840 ZEND_METHOD(Generator, rewind) in ZEND_METHOD() argument
H A Dzend_vm_def.h5196 if (funcs->rewind) {
5197 funcs->rewind(iter);
6200 if (funcs->rewind) {
6201 funcs->rewind(iter);
8402 if (iter->funcs->rewind) {
8403 iter->funcs->rewind(iter);
H A Dzend_vm_gen.php1056 rewind($out);
H A Dzend_execute.c4967 if (iter->funcs->rewind) { in zend_fe_reset_iterator()
4968 iter->funcs->rewind(iter); in zend_fe_reset_iterator()
H A Dzend_vm_execute.h2325 if (funcs->rewind) { in ZEND_SEND_UNPACK_SPEC_HANDLER()
2326 funcs->rewind(iter); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2705 if (funcs->rewind) { in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER()
2706 funcs->rewind(iter); in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER()
5567 if (iter->funcs->rewind) { in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
5568 iter->funcs->rewind(iter); in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
14941 if (iter->funcs->rewind) { in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
14942 iter->funcs->rewind(iter); in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
40299 if (iter->funcs->rewind) { in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
40300 iter->funcs->rewind(iter); in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
/PHP-8.3/ext/oci8/
H A Doci8_arginfo.h771 ZEND_ME_MAPPING(rewind, oci_lob_rewind, arginfo_class_OCILob_rewind, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/standard/
H A Dfile.c1065 PHPAPI PHP_FUNCTION(rewind) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2716 function rewind($stream): bool {}
H A Dbasic_functions_arginfo.h2539 ZEND_FUNCTION(rewind);
3177 ZEND_FE(rewind, arginfo_rewind)
/PHP-8.3/ext/soap/
H A Dphp_encoding.c2203 if (iter->funcs->rewind) { in to_xml_array()
2204 iter->funcs->rewind(iter); in to_xml_array()
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c2001 PHP_METHOD(SimpleXMLElement, rewind) in PHP_METHOD() argument
/PHP-8.3/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt38 function rewind() {

Completed in 528 milliseconds

1...<<11121314151617