Home
last modified time | relevance | path

Searched refs:fseek (Results 26 – 50 of 127) sorted by relevance

123456

/PHP-5.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
5 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
18 /* Testing fseek(),ftell(),rewind() functions
20 2. Testing fseek() with whence = SEEK_SET
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
33 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
34 echo "*** Testing fseek() with whence = SEEK_SET ***\n";
48 var_dump( fseek($file_handle,$count,SEEK_SET) );
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
65 *** Testing fseek() with whence = SEEK_SET ***
H A Dfseek_ftell_rewind_variation5.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR
5 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
18 /* Testing fseek(),ftell(),rewind() functions
20 2. Testing fseek() with whence = SEEK_CUR
22 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***\n";
32 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
47 var_dump( fseek($file_handle,$count,SEEK_CUR) );
63 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
23 /* Testing fseek(),ftell(),rewind() functions
25 2. Testing fseek() with whence = SEEK_SET
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
36 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
54 var_dump( fseek($file_handle,$count,SEEK_SET) );
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
23 /* Testing fseek(),ftell(),rewind() functions
25 2. Testing fseek() with whence = SEEK_SET
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
36 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
54 var_dump( fseek($file_handle,$count,SEEK_SET) );
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation6-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
23 /* Testing fseek(),ftell(),rewind() functions
25 2. Testing fseek() with whence = SEEK_CUR
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
54 var_dump( fseek($file_handle,$count,SEEK_CUR) );
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation6.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
23 /* Testing fseek(),ftell(),rewind() functions
25 2. Testing fseek() with whence = SEEK_CUR
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
54 var_dump( fseek($file_handle,$count,SEEK_CUR) );
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation7.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
5 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
18 /* Testing fseek(),ftell(),rewind() functions
20 2. Testing fseek() with whence = SEEK_END
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
33 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
47 var_dump( fseek($file_handle,$count,SEEK_END) );
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
23 /* Testing fseek(),ftell(),rewind() functions
25 2. Testing fseek() with whence = SEEK_END
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
55 var_dump( fseek($file_handle,$count,SEEK_END) );
71 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
23 /* Testing fseek(),ftell(),rewind() functions
25 2. Testing fseek() with whence = SEEK_END
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
55 var_dump( fseek($file_handle,$count,SEEK_END) );
71 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfeof_basic.phpt54 fseek($h, 20, SEEK_SET);
58 fseek($h, $eofPointer, SEEK_SET);
62 fseek($h, $eofPointer + 1000, SEEK_SET);
H A Dbug44607.phpt14 fseek($fd, 1, SEEK_SET);
H A Duserstreams.phpt246 $rr = (int)fseek($tf, $offset, $whence);
249 (int)fseek($tf, - strlen($rline), SEEK_CUR);
252 $ur = (int)fseek($fp, $offset, $whence);
255 (int)fseek($fp, - strlen($uline), SEEK_CUR);
286 fseek($fp, $DATALEN / 2, SEEK_SET);
287 fseek($tf, $DATALEN / 2, SEEK_SET);
H A Dfseek_ftell_rewind_error2.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - ftell()
6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
/PHP-5.4/ext/standard/tests/http/
H A Dbug53198.phpt24 fseek($output, 0, SEEK_SET);
26 fseek($output, 0, SEEK_SET);
H A Dbug48929.phpt25 fseek($output, 0, SEEK_SET);
27 fseek($output, 0, SEEK_SET);
H A Dignore_errors.phpt34 fseek($output, 0, SEEK_SET);
36 fseek($output, 0, SEEK_SET);
H A Dbug67430.phpt28 fseek($output, 0, SEEK_SET);
/PHP-5.4/ext/ftp/tests/
H A Dftp_fget_basic.phpt21 fseek($fp, 0);
27 fseek($fp, $postition);
H A Dftp_nb_get_large.phpt25 fseek($fp, 5368709119);
/PHP-5.4/Zend/tests/
H A Dhalt02.phpt7 fseek($fp, __COMPILER_HALT_OFFSET__+1);
/PHP-5.4/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc8 fseek($fp, 20);
/PHP-5.4/ext/bz2/tests/
H A Dbug51997.phpt17 fseek($bz, 0, SEEK_CUR);
/PHP-5.4/ext/standard/tests/streams/
H A Dbug54946.phpt27 fseek($stream, 1);
H A Dbug44818.phpt9 var_dump(fseek($fd, 0, SEEK_SET), fread($fd, 3));
/PHP-5.4/ext/phar/tests/tar/
H A Dlinks6.phpt16 fseek($a, 3);

Completed in 31 milliseconds

123456