Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-5.3/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.3/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()
108 mode == 1 ? GDBM_INSERT : GDBM_REPLACE) == 0) in DBA_UPDATE_FUNC()
/PHP-5.3/ext/standard/tests/file/
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 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 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 --
H A D006_basic.phpt26 Prototype: bool chmod ( string $filename, int $mode );
27 Description: Attempts to change the mode of the file specified by
28 filename to that given in mode
/PHP-5.3/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.3/ext/phar/
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
/PHP-5.3/sapi/cgi/tests/
H A D005.phpt20 Interactive mode enabled
24 Interactive mode enabled
/PHP-5.3/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,
H A Dmake.dangerous.tar.php.inc50 'mode' => 0x8000 + 0644,
60 if ($stat['mode'] & 0x4000) {
62 } else if ($stat['mode'] & 0x8000) {
64 } else if ($stat['mode'] & 0xA000) {
83 '12345678', // have a mode that allows the name to overflow
154 'mode' => 0x4000 + 0644,
/PHP-5.3/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.3/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
450 if (mode & PSPELL_RUN_TOGETHER) { in PHP_FUNCTION()
786 long conf, mode; in PHP_FUNCTION() local
796 if (mode == PSPELL_FAST) { in PHP_FUNCTION()
798 } else if (mode == PSPELL_NORMAL) { in PHP_FUNCTION()
[all …]
/PHP-5.3/TSRM/
H A Dtsrm_win32.c193 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access() argument
213 if (mode == 1 /*X_OK*/) { in tsrm_win32_access()
225 if(access(pathname, mode)) { in tsrm_win32_access()
231 if (mode == 0) { in tsrm_win32_access()
297 if(mode == 0 || mode > 6) { in tsrm_win32_access()
303 } else if(mode <= 2) { in tsrm_win32_access()
309 } else if(mode <= 4) { in tsrm_win32_access()
460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
559 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
635 shm->descriptor->shm_perm.mode = flags; in shmget()
[all …]
/PHP-5.3/ext/sqlite/
H A Dsqlite.c146 int mode; member
1547 long mode = 0666; in PHP_FUNCTION() local
1625 long mode = 0666; in PHP_FUNCTION() local
1684 long mode = 0666; in PHP_FUNCTION() local
1875 res.mode = mode; in sqlite_query()
2302 mode = res->mode; in PHP_FUNCTION()
2310 mode = res->mode; in PHP_FUNCTION()
2348 mode = res->mode; in PHP_FUNCTION()
2356 mode = res->mode; in PHP_FUNCTION()
2719 mode = res->mode; in PHP_FUNCTION()
[all …]
/PHP-5.3/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.3/ext/mcrypt/tests/
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;
H A Dmcrypt_decrypt_3des_ecb.phpt11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
22 $mode = MCRYPT_MODE_ECB;
52 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode));
59 special_var_dump(mcrypt_decrypt($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt50 ["mode"]=>
75 ["mode"]=>
98 ["mode"]=>
121 ["mode"]=>
H A Dstream_get_meta_data_socket_variation1.phpt44 ["mode"]=>
63 ["mode"]=>
82 ["mode"]=>
101 ["mode"]=>
H A Dstream_get_meta_data_socket_variation3.phpt37 ["mode"]=>
57 ["mode"]=>
77 ["mode"]=>

Completed in 57 milliseconds

12345678910>>...29