Home
last modified time | relevance | path

Searched refs:mode (Results 201 – 225 of 778) sorted by relevance

12345678910>>...32

/PHP-5.6/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt49 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
83 -- Testing fgetss() with file opened using w mode --
93 -- Testing fgetss() with file opened using wb mode --
103 -- Testing fgetss() with file opened using wt mode --
113 -- Testing fgetss() with file opened using a mode --
123 -- Testing fgetss() with file opened using ab mode --
133 -- Testing fgetss() with file opened using at mode --
143 -- Testing fgetss() with file opened using x mode --
153 -- Testing fgetss() with file opened using xb mode --
163 -- Testing fgetss() with file opened using xt mode --
H A Dinclude_streams.phpt14 public $mode;
28 function stream_open($path, $mode, $options, &$opened_path)
31 $this->mode = $mode;
42 if (strchr($mode, 'a'))
H A Dfread_basic.phpt106 -- File opened in mode r --
128 -- File opened in mode rb --
150 -- File opened in mode rt --
172 -- File opened in mode r+ --
240 -- File opened in mode r --
262 -- File opened in mode rb --
284 -- File opened in mode rt --
306 -- File opened in mode r+ --
374 -- File opened in mode r --
396 -- File opened in mode rb --
[all …]
H A Dfgetss_variation5.phpt43 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
83 -- Testing fgetss() with file opened using w+ mode --
98 -- Testing fgetss() with file opened using w+b mode --
113 -- Testing fgetss() with file opened using w+t mode --
128 -- Testing fgetss() with file opened using a+ mode --
143 -- Testing fgetss() with file opened using a+b mode --
158 -- Testing fgetss() with file opened using a+t mode --
173 -- Testing fgetss() with file opened using x+ mode --
188 -- Testing fgetss() with file opened using x+b mode --
203 -- Testing fgetss() with file opened using x+t mode --
H A Dfgetss_basic2-win32.phpt41 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
82 -- Testing fgetss() with file opened using w+ mode --
97 -- Testing fgetss() with file opened using w+b mode --
112 -- Testing fgetss() with file opened using w+t mode --
127 -- Testing fgetss() with file opened using a+ mode --
142 -- Testing fgetss() with file opened using a+b mode --
157 -- Testing fgetss() with file opened using a+t mode --
172 -- Testing fgetss() with file opened using x+ mode --
187 -- Testing fgetss() with file opened using x+b mode --
202 -- Testing fgetss() with file opened using x+t mode --
H A Dfgetss_basic2.phpt39 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
80 -- Testing fgetss() with file opened using w+ mode --
95 -- Testing fgetss() with file opened using w+b mode --
110 -- Testing fgetss() with file opened using w+t mode --
125 -- Testing fgetss() with file opened using a+ mode --
140 -- Testing fgetss() with file opened using a+b mode --
155 -- Testing fgetss() with file opened using a+t mode --
170 -- Testing fgetss() with file opened using x+ mode --
185 -- Testing fgetss() with file opened using x+b mode --
200 -- Testing fgetss() with file opened using x+t mode --
H A Dfgetss_variation5-win32.phpt46 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
86 -- Testing fgetss() with file opened using w+ mode --
101 -- Testing fgetss() with file opened using w+b mode --
116 -- Testing fgetss() with file opened using w+t mode --
131 -- Testing fgetss() with file opened using a+ mode --
146 -- Testing fgetss() with file opened using a+b mode --
161 -- Testing fgetss() with file opened using a+t mode --
176 -- Testing fgetss() with file opened using x+ mode --
191 -- Testing fgetss() with file opened using x+b mode --
206 -- Testing fgetss() with file opened using x+t mode --
/PHP-5.6/ext/spl/tests/
H A DSplFileObject_fputcsv_variation14.phpt7 of two chars is provided and file is opened in read only mode */
9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode
25 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
/PHP-5.6/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc49 'mode' => 0x8000 + 0644,
59 if ($stat['mode'] & 0xA000 && $corrupt === 'symlink') {
64 } else if ($stat['mode'] & 0xA000) {
69 } else if ($stat['mode'] & 0x4000) {
71 } else if ($stat['mode'] & 0x8000) {
89 decoct($stat['mode']),
161 'mode' => 0x4000 + 0644,
H A Dtarmaker.php.inc49 'mode' => 0x8000 + 0644,
59 if ($stat['mode'] & 0x4000) {
61 } else if ($stat['mode'] & 0x8000) {
63 } else if ($stat['mode'] & 0xA000) {
82 decoct($stat['mode']),
153 'mode' => 0x4000 + 0644,
/PHP-5.6/Zend/tests/
H A Dbug61087.phpt2 Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
10 Warning: Invalid scanner mode in %s on line %d
/PHP-5.6/ext/pdo/tests/
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…
64 Warning: PDO::query(): SQLSTATE[HY000]: General error: mode must be an integer in %s
70 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the object parameter in …
73 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the colno argument in %s
76 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument i…
/PHP-5.6/ext/standard/tests/strings/
H A Dcount_chars_error.phpt6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
18 $mode = 1;
20 var_dump( count_chars($string, $mode, $extra_arg) );
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_encrypt.phpt11 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
22 $mode = MCRYPT_ENCRYPT;
41 var_dump(bin2hex(mcrypt_cbc($cipher, $key, $data, $mode, $iv)));
48 var_dump(bin2hex(mcrypt_cbc($cipher, $key, $data, $mode, $iv)));
89 …d initialization vector of size 4, but size 8 is required for this encryption mode in %s on line %d
101 …d initialization vector of size 9, but size 8 is required for this encryption mode in %s on line %d
H A Dmcrypt_cbc_3des_decrypt.phpt11 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
22 $mode = MCRYPT_DECRYPT;
54 special_var_dump(mcrypt_cbc($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
61 special_var_dump(mcrypt_cbc($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
106 …d initialization vector of size 4, but size 8 is required for this encryption mode in %s on line %d
118 …d initialization vector of size 9, but size 8 is required for this encryption mode in %s on line %d
/PHP-5.6/ext/spl/internal/
H A Dspldoublylinkedlist.inc28 /** Iterator mode
33 /** Iterator mode
38 /** Iterator mode
43 /** Iterator mode
116 /** Changes the iteration mode. There are two orthogonal sets of modes that
126 * The default mode is 0 : SplDoublyLnkedList::IT_MODE_FIFO | SplDoublyLnkedList::IT_MODE_KEEP
128 * @param $mode new mode of iteration
130 public function setIteratorMode($mode)
132 $this->_it_mode = $mode;
135 /** @return the current iteration mode
H A Drecursiveiteratoriterator.inc37 private $mode = self::LEAVES_ONLY;
43 * @param mode Operation mode (one of):
53 function __construct(RecursiveIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
56 $this->mode = $mode;
219 if (($this->mode == self::SELF_FIRST && $this->callHasChildren())
220 || $this->mode == self::LEAVES_ONLY)
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt48 ["mode"]=>
67 ["mode"]=>
86 ["mode"]=>
105 ["mode"]=>
/PHP-5.6/ext/dba/
H A Ddba_gdbm.c48 gmode = info->mode == DBA_READER ? GDBM_READER : in DBA_OPEN_FUNC()
49 info->mode == DBA_WRITER ? GDBM_WRITER : in DBA_OPEN_FUNC()
50 info->mode == DBA_CREAT ? GDBM_WRCREAT : in DBA_OPEN_FUNC()
51 info->mode == DBA_TRUNC ? GDBM_NEWDB : -1; in DBA_OPEN_FUNC()
107 switch (gdbm_store(dba->dbf, gkey, gval, mode == 1 ? GDBM_INSERT : GDBM_REPLACE)) { in DBA_UPDATE_FUNC()
/PHP-5.6/ext/pdo/
H A DREADME37 You can change the auto-commit mode at run-time:
41 Regardless of the error handling mode set on the database handle, if the
42 autocommit mode cannot be changed, an exception will be thrown.
46 the handle will switch back to autocommit mode again. If the mode could not
/PHP-5.6/ext/oci8/tests/
H A Dexecute_mode.phpt2 oci_execute() and invalid execute mode
18 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
/PHP-5.6/ext/phar/
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
/PHP-5.6/sapi/cgi/tests/
H A D005.phpt20 Interactive mode enabled
24 Interactive mode enabled
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfsmagic.c70 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
74 #define S_ISREG(mode) ((mode) & _S_IFREG) argument
/PHP-5.6/ext/standard/tests/array/
H A Dcount_recursive.phpt7 /* Prototype: int count ( mixed $var [, int $mode] );
206 For mode '0' count is => int(3)
207 For mode '1' count is => int(9)
208 For mode '0' count is => int(3)
209 For mode '1' count is => int(9)
210 For mode '-1' count is => int(3)
211 For mode '-1.45' count is => int(3)
212 For mode '2' count is => int(3)
213 For mode '1' count is => int(9)
214 For mode '' count is => int(3)
[all …]

Completed in 65 milliseconds

12345678910>>...32