Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 110) sorted by relevance

12345

/PHP-5.4/ext/standard/tests/array/
H A Dsizeof_basic2.phpt13 * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
25 echo "-- Testing sizeof() with integer array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --\n";
36 echo "-- Testing sizeof() with string array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --\n";
47 echo "-- Testing sizeof() with indexed array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --\n";
58 echo "-- Testing sizeof() with mixed array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --\n";
72 -- Testing sizeof() with integer array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --
79 -- Testing sizeof() with string array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --
86 -- Testing sizeof() with indexed array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --
93 -- Testing sizeof() with mixed array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --
H A Dsizeof_basic1.phpt13 * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
22 echo "-- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --\n";
33 echo "-- Testing sizeof() for float type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --\n";
47 -- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
54 -- Testing sizeof() for float type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation9.phpt2 Test gzopen() function : variation: try opening with possibly invalid modes
19 $modes = array('r+', 'rf', 'w+' , 'e');
23 foreach ($modes as $mode) {
H A Dgzopen_basic2.phpt22 $modes = array('w', 'w+');
25 foreach($modes as $mode) {
H A Dgzencode_variation2.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
H A Dgzencode_variation2-win32.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
/PHP-5.4/ext/standard/tests/file/
H A Dfflush_variation4.phpt14 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
30 // opening the file in different read modes
44 *** Testing fflush(): with file handles of files opened in various read modes ***
H A Dfscanf_variation51.phpt33 // various write only modes
34 $modes = array("w", "wb", "wt",
41 foreach($modes as $mode) {
H A Dfscanf_variation52.phpt22 // various read modes
23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
30 foreach($modes as $mode) {
H A Dfgetc_variation4.phpt2 Test fgetc() function : usage variations - different read modes
11 read read modes */
14 echo "-- Testing fgetc() with files opened with different read modes --\n";
55 -- Testing fgetc() with files opened with different read modes --
H A Dfscanf_variation53.phpt22 // various read modes
23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
30 foreach($modes as $mode) {
H A Dfgetss_basic1.phpt2 Test fgetss() function : Basic functionality - read modes only
10 /* test fgetss with all read modes */
28 /* try reading the file opened in different modes of reading */
H A Dfilesize_variation4.phpt16 /* Testing filesize() with data written using different file modes and by creating holes in file */
21 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
91 *** Testing filesize() with data written using different file modes and by creating holes in file *…
H A Dfgetc_variation3.phpt2 Test fgetc() function : usage variations - write only modes (Bug #42036)
10 /* try fgetc on files which are opened in non readable modes
H A Dfgets_variation1.phpt2 Test fgets() function : usage variations - write only modes (Bug #42036)
9 /* try fgets on files which are opened in non readable modes
H A Dfgetss_variation1-win32.phpt2 Test fgetss() function : usage variations - write only modes
16 /* try fgets on files which are opened in non readable modes
45 /* try reading the file opened in different modes of reading */
/PHP-5.4/ext/spl/internal/
H A Dsplstack.inc25 /** Changes the iteration mode. There are two orthogonal sets of modes that
41 … throw new RuntimeException("Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen");
H A Dsplqueue.inc29 /** Changes the iteration mode. There are two orthogonal sets of modes that
45 … throw new RuntimeException("Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen");
/PHP-5.4/ext/spl/tests/
H A DSplQueue_setIteratorMode.phpt15 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
H A DSplStack_setIteratorMode.phpt15 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
H A DSplQueue_setIteratorMode_param_lifo.phpt19 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
H A Ddllist_003.phpt2 SPL: DoublyLinkedList: iterator modes
/PHP-5.4/ext/standard/tests/math/
H A Dround_modes.phpt2 round() with different rounding modes
/PHP-5.4/ext/ftp/tests/
H A Dftp_fget_basic.phpt2 FTP ftp_fget file for both binary and ASCII transfer modes
H A Dftp_get_basic.phpt2 FTP ftp_get file for both binary and ASCII transfer modes

Completed in 46 milliseconds

12345