/PHP-5.3/ext/standard/tests/array/ |
H A D | sizeof_basic2.phpt | 13 * 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 D | sizeof_basic1.phpt | 13 * 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.3/ext/standard/tests/file/ |
H A D | fflush_variation4.phpt | 14 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 D | fscanf_variation51.phpt | 33 // various write only modes 34 $modes = array("w", "wb", "wt", 41 foreach($modes as $mode) {
|
H A D | fscanf_variation52.phpt | 22 // various read modes 23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t", 30 foreach($modes as $mode) {
|
H A D | fgetc_variation4.phpt | 2 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 D | fscanf_variation53.phpt | 22 // various read modes 23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t", 30 foreach($modes as $mode) {
|
H A D | fgetss_basic1.phpt | 2 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 D | filesize_variation4.phpt | 16 /* 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 D | fgetc_variation3.phpt | 2 Test fgetc() function : usage variations - write only modes (Bug #42036) 10 /* try fgetc on files which are opened in non readable modes
|
H A D | fgets_variation1.phpt | 2 Test fgets() function : usage variations - write only modes (Bug #42036) 9 /* try fgets on files which are opened in non readable modes
|
H A D | fgetss_variation1-win32.phpt | 2 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 */
|
H A D | fgetss_variation1.phpt | 2 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 */
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gzopen_variation9.phpt | 2 Test gzopen() function : variation: try opening with possibly invalid modes 19 $modes = array('r+', 'rf', 'w+' , 'e'); 23 foreach ($modes as $mode) {
|
H A D | gzopen_basic2.phpt | 22 $modes = array('w', 'w+'); 25 foreach($modes as $mode) {
|
H A D | gzencode_variation2.phpt | 2 Test gzencode() function : variation - verify header contents with all encoding modes
|
/PHP-5.3/ext/spl/internal/ |
H A D | splstack.inc | 25 /** 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 D | splqueue.inc | 29 /** 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.3/ext/spl/tests/ |
H A D | SplQueue_setIteratorMode.phpt | 15 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | SplStack_setIteratorMode.phpt | 15 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 19 Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
|
H A D | dllist_003.phpt | 2 SPL: DoublyLinkedList: iterator modes
|
/PHP-5.3/ext/standard/tests/math/ |
H A D | round_modes.phpt | 2 round() with different rounding modes
|
/PHP-5.3/ext/ftp/tests/ |
H A D | ftp_fget_basic.phpt | 2 FTP ftp_fget file for both binary and ASCII transfer modes
|
H A D | ftp_get_basic.phpt | 2 FTP ftp_get file for both binary and ASCII transfer modes
|