Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-5.5/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.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt48 ["mode"]=>
67 ["mode"]=>
86 ["mode"]=>
105 ["mode"]=>
H A Dstream_get_meta_data_socket_variation1.phpt50 ["mode"]=>
69 ["mode"]=>
88 ["mode"]=>
107 ["mode"]=>
/PHP-5.5/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.5/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.5/ext/standard/tests/file/
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 --
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 Dfgetc_basic.phpt68 -- Testing fgetc() : file opened using r mode --
94 -- Testing fgetc() : file opened using rb mode --
120 -- Testing fgetc() : file opened using rt mode --
146 -- Testing fgetc() : file opened using r+ mode --
172 -- Testing fgetc() : file opened using r+b mode --
198 -- Testing fgetc() : file opened using r+t mode --
225 -- Testing fgetc() : file opened using r mode --
251 -- Testing fgetc() : file opened using rb mode --
277 -- Testing fgetc() : file opened using rt mode --
303 -- Testing fgetc() : file opened using r+ mode --
[all …]
H A Dfgetss_basic1.phpt32 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
70 -- Testing fgetss() with file opened using r mode --
81 -- Testing fgetss() with file opened using rb mode --
92 -- Testing fgetss() with file opened using rt mode --
103 -- Testing fgetss() with file opened using r+ mode --
114 -- Testing fgetss() with file opened using r+b mode --
125 -- Testing fgetss() with file opened using r+t mode --
/PHP-5.5/ext/phar/
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
/PHP-5.5/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.5/sapi/cgi/tests/
H A D005.phpt20 Interactive mode enabled
24 Interactive mode enabled
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt13 /* Prototype : string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
24 $mode = MCRYPT_ENCRYPT;
44 var_dump(bin2hex(mcrypt_ecb($cipher, $key, $data, $mode, $iv)));
51 var_dump(bin2hex(mcrypt_ecb($cipher, $key, $data, $mode, $iv)));
H A Dmcrypt_rijndael128_256BitKey.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
16 …/* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string …
21 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
26 /* Prototype : string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
35 $mode = MCRYPT_MODE_CBC;
/PHP-5.5/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.5/ext/phar/tests/tar/files/
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.5/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 …]
H A Dcount_error.phpt5 /* Prototype : int count(mixed var [, int mode])
23 $mode = 10;
25 var_dump( count($var, $mode, $extra_arg) );
/PHP-5.5/ext/pspell/
H A Dpspell.c81 ZEND_ARG_INFO(0, mode)
90 ZEND_ARG_INFO(0, mode)
145 ZEND_ARG_INFO(0, mode)
264 long mode = 0L, speed = 0L; in PHP_FUNCTION() local
335 if (mode & PSPELL_RUN_TOGETHER) { in PHP_FUNCTION()
361 long mode = 0L, speed = 0L; in PHP_FUNCTION() local
440 if (mode & PSPELL_RUN_TOGETHER) { in PHP_FUNCTION()
776 long conf, mode; in PHP_FUNCTION() local
786 if (mode == PSPELL_FAST) { in PHP_FUNCTION()
788 } else if (mode == PSPELL_NORMAL) { in PHP_FUNCTION()
[all …]
/PHP-5.5/TSRM/
H A Dtsrm_win32.c211 if (mode == 1 /*X_OK*/) { in tsrm_win32_access()
223 if(access(pathname, mode)) { in tsrm_win32_access()
229 if (mode == 0) { in tsrm_win32_access()
295 if(mode == 0 || mode > 6) { in tsrm_win32_access()
301 } else if(mode <= 2) { in tsrm_win32_access()
307 } else if(mode <= 4) { in tsrm_win32_access()
460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
557 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
560 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
633 shm->descriptor->shm_perm.mode = flags; in shmget()
[all …]
/PHP-5.5/ext/standard/
H A Dmath.c109 static inline double php_round_helper(double value, int mode) { in php_round_helper() argument
122 if ((mode == PHP_ROUND_HALF_DOWN && value == (0.5 + tmp_value)) || in php_round_helper()
139 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() argument
164 tmp_value = php_round_helper(tmp_value, mode); in _php_math_round()
183 tmp_value = php_round_helper(tmp_value, mode); in _php_math_round()
348 long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
370 return_val = _php_math_round(return_val, places, mode); in PHP_FUNCTION()
844 int mode = 0; in _php_math_basetozval() local
874 switch (mode) { in _php_math_basetozval()
881 mode = 1; in _php_math_basetozval()
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput229 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2

Completed in 39 milliseconds

12345678910>>...30