Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-8.3/ext/standard/tests/file/
H A Dfscanf_variation31.phpt61 // rewind the file so that for every foreach iteration the file pointer starts from bof
62 rewind($file_handle);
H A Dfscanf_variation34.phpt69 // rewind the file so that for every foreach iteration the file pointer starts from bof
70 rewind($file_handle);
H A Dfscanf_variation43.phpt61 // rewind the file so that for every foreach iteration the file pointer starts from bof
62 rewind($file_handle);
H A Dfscanf_variation46.phpt59 // rewind the file so that for every foreach iteration the file pointer starts from bof
60 rewind($file_handle);
H A Dfscanf_variation6.phpt61 // rewind the file so that for every foreach iteration the file pointer starts from bof
62 rewind($file_handle);
H A D007_variation4.phpt26 rewind($file_handle);
H A Dfscanf_variation2.phpt61 // rewind the file so that for every foreach iteration the file pointer starts from bof
62 rewind($file_handle);
H A Dfscanf_variation20.phpt65 // rewind the file so that for every foreach iteration the file pointer starts from bof
66 rewind($file_handle);
H A Dfscanf_variation27.phpt66 // rewind the file so that for every foreach iteration the file pointer starts from bof
67 rewind($file_handle);
H A Dfscanf_variation18.phpt67 // rewind the file so that for every foreach iteration the file pointer starts from bof
68 rewind($file_handle);
H A Dfscanf_variation45.phpt61 // rewind the file so that for every foreach iteration the file pointer starts from bof
62 rewind($file_handle);
H A Dfscanf_variation9.phpt68 // rewind the file so that for every foreach iteration the file pointer starts from bof
69 rewind($file_handle);
H A Dfscanf_variation52.phpt44 rewind($file_handle);
H A D007_variation11-win32-mb.phpt31 rewind($file_handle);
H A D007_variation11-win32.phpt31 rewind($file_handle);
H A D007_variation11.phpt31 rewind($file_handle);
H A D007_variation12-win32.phpt31 rewind($file_handle);
H A D007_variation12.phpt31 rewind($file_handle);
H A D007_variation19.phpt26 rewind($file_handle);
H A D007_variation20.phpt26 rewind($file_handle);
H A D007_variation3.phpt26 rewind($file_handle);
H A Dfscanf_variation24.phpt65 // rewind the file so that for every foreach iteration the file pointer starts from bof
66 rewind($file_handle);
H A Dfscanf_variation33.phpt72 // rewind the file so that for every foreach iteration the file pointer starts from bof
73 rewind($file_handle);
/PHP-8.3/ext/spl/
H A Dspl_array_arginfo.h183 ZEND_METHOD(ArrayIterator, rewind);
244 ZEND_ME(ArrayIterator, rewind, arginfo_class_ArrayIterator_rewind, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/soap/tests/
H A Dserver031.phpt16 public function rewind(): void { reset($this->a); }

Completed in 29 milliseconds

1...<<11121314151617