Home
last modified time | relevance | path

Searched refs:modes (Results 51 – 75 of 115) sorted by relevance

12345

/PHP-5.6/ext/zlib/tests/
H A Dgzopen_variation4.phpt24 $modes = array("r", "r+", "rt");
25 foreach($modes as $mode) {
/PHP-5.6/ext/standard/tests/file/
H A Dfgetc_variation1.phpt19 // loop to check the file opened in different read modes
H A Dfflush_variation3.phpt19 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
47 // opening the file in different modes
69 *** Testing fflush(): with hard links to files opened in diff modes ***
H A Dfgetss_variation2.phpt2 Test fgetss() function : usage variations - read modes
13 /*Test fgetss() with all read modes , reading line by line with allowable tags: <test>, <html>, <?>…
32 /* try reading the file opened in different modes of reading */
H A D007_basic.phpt18 $modes = array(
41 for( $i=0; $i<count($modes); $i++ ) {
42 echo "\n-- Iteration with mode '$modes[$i]' --\n";
46 $handle = fopen($filename, $modes[$i]);
H A Dfgetss_variation3-win32.phpt2 Test fgetss() function : usage variations - read/write modes
16 /* try fgetss on files which are opened in read/write modes
44 /* try reading the file opened in different modes of reading */
H A Dfgetss_variation3.phpt2 Test fgetss() function : usage variations - read/write modes
16 /* try fgetss on files which are opened in read/write modes
40 /* try reading the file opened in different modes of reading */
H A Dfflush_variation1.phpt2 Test fflush() function: usage variations - files in different modes
15 /* test fflush() with handle of files opened in different modes */
48 // opening the file in different modes
H A Dfflush_variation1-win32.phpt2 Test fflush() function: usage variations - files in different modes
15 /* test fflush() with handle to the files opened in different modes */
47 // opening the file in different modes
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
24 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
H A Dfseek_ftell_rewind_basic1.phpt2 Test fseek(), ftell() & rewind() functions : Basic functionality - all r and a modes
18 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
23 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
H A Dfwrite_variation1-win32.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
H A Dfwrite_variation1.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
H A Dfflush_variation2.phpt19 echo "*** Testing fflush(): with soft links to files opened in diff modes ***\n";
69 *** Testing fflush(): with soft links to files opened in diff modes ***
H A Dfscanf_variation55.phpt60 $modes = array("r", "rb", "rt");
62 foreach($modes as $mode) {
H A Dfwrite_variation4-win32.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
H A Dfwrite_variation4.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
H A Dfgetc_basic.phpt13 /* read charecter from different files which are opened in different modes */
26 //open the file in different modes and check the working of fgetc
H A Dfwrite_variation2-win32.phpt2 Test fwrite() function : usage variations - r+, r+b & r+t modes
H A Dfwrite_variation2.phpt2 Test fwrite() function : usage variations - r+, r+b & r+t modes
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_cbc.phpt19 //test CBC, ECB modes
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_insert.phpt2 Oracle Database 12c Implicit Result Sets: Commit modes
/PHP-5.6/ext/spl/internal/
H A Dspldoublylinkedlist.inc116 /** Changes the iteration mode. There are two orthogonal sets of modes that
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING57 in any combination of 8-bit, 16-bit or 32-bit modes, creating up to three
162 and 32-bit modes.
224 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes,
251 these are two-unit items; in UTF-8 or UTF-16 modes, the length is variable; in

Completed in 77 milliseconds

12345