Home
last modified time | relevance | path

Searched refs:modes (Results 26 – 50 of 110) sorted by relevance

12345

/PHP-5.4/ext/standard/tests/file/
H A Dfgetss_variation1.phpt2 Test fgetss() function : usage variations - write only modes
16 /* try fgets on files which are opened in non readable modes
41 /* try reading the file opened in different modes of reading */
H A Dfseek_ftell_rewind_variation5.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR
19 1. All read and append modes
22 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***\n";
63 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***
H A Dfopen_variation5.phpt44 $modes = array("r", "r+", "rt");
45 foreach($modes as $mode) {
H A Dfopen_variation8.phpt44 $modes = array("r", "r+", "rt");
45 foreach($modes as $mode) {
H A Dfseek_ftell_rewind_variation1.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence
19 1. All read and append modes
22 echo "*** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***\n";
63 *** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
19 1. All read and append modes
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & 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
24 1. All write and create with write modes
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
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
24 1. All write and create with write modes
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
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
24 1. All write and create with write modes
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
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
24 1. All write and create with write modes
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
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
19 1. All read and append modes
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
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
24 1. All write and create with write modes
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
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
24 1. All write and create with write modes
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
71 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfgetss_basic2-win32.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
37 /* try reading the file opened in different modes of reading */
H A Dfgetss_basic2.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
35 /* try reading the file opened in different modes of reading */
H A Dfgetss_variation5-win32.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
16 /* try fgetss on files which are opened in read/write modes
42 /* try reading the file opened in different modes of reading */
H A Dfgetss_variation5.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
16 /* try fgetss on files which are opened in read/write modes
39 /* try reading the file opened in different modes of reading */
H A Dfseek_ftell_rewind_variation2-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
24 1. All write and create with write modes
28 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfseek_ftell_rewind_variation2.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
24 1. All write and create with write modes
28 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfilesize_variation4-win32.phpt20 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
89 *** Testing filesize() with data written using different file modes and by creating holes in file *…
H A Dfgetss_variation4.phpt2 Test fgetss() function : usage variations - read modes, file pointer at EOF
35 /* try reading the file opened in different modes of reading */
/PHP-5.4/sapi/roxen/
H A DREADME4 The module is now thread safe, in a couple of different modes. First
/PHP-5.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt2 stream_get_meta_data() with differing file access modes
6 // array of all file access modes
19 // x modes require that file does not exist
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt24 $modes = array("r", "r+", "rt");
25 foreach($modes as $mode) {
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_cbc.phpt19 //test CBC, ECB modes

Completed in 31 milliseconds

12345