Home
last modified time | relevance | path

Searched refs:mode (Results 226 – 250 of 778) sorted by relevance

12345678910>>...32

/PHP-5.6/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.6/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()
639 shm->descriptor->shm_perm.mode = flags; in shmget()
[all …]
/PHP-5.6/ext/standard/tests/file/
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
H A Dstream_rfc2397_002.phpt43 ["mode"]=>
64 ["mode"]=>
95 ["mode"]=>
120 ["mode"]=>
145 ["mode"]=>
172 ["mode"]=>
H A Dfgetss_variation4.phpt39 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
79 -- Testing fgetss() with file opened using r mode --
94 -- Testing fgetss() with file opened using rb mode --
109 -- Testing fgetss() with file opened using rt mode --
124 -- Testing fgetss() with file opened using r+ mode --
139 -- Testing fgetss() with file opened using r+b mode --
154 -- Testing fgetss() with file opened using r+t mode --
H A Duserwrapper.phpt14 function mkdir($directory, $mode, $options) {
15 …printf("Making directory: %s as %o%s\n", $directory, $mode, $options & STREAM_MKDIR_RECURSIVE ? " …
27 return array('dev'=>1, 'ino'=>2, 'mode'=>0644, 'nlink'=>3,
69 [mode] => 420
/PHP-5.6/ext/standard/tests/array/
H A Dcount_error.phpt5 /* Prototype : int count(mixed var [, int mode])
23 $mode = 10;
25 var_dump( count($var, $mode, $extra_arg) );
H A Darray_search_variation4.phpt31 //false in strict mode
36 // false in strict mode
41 // false in stric mode
54 var_dump( array_search('123abc', array(123), TRUE) ); // false in strict mode
/PHP-5.6/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
167 tmp_value = php_round_helper(tmp_value, mode); in _php_math_round()
189 tmp_value = php_round_helper(tmp_value, mode); in _php_math_round()
354 long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
384 return_val = _php_math_round(return_val, places, mode); in PHP_FUNCTION()
822 int mode = 0; in _php_math_basetozval() local
852 switch (mode) { in _php_math_basetozval()
859 mode = 1; in _php_math_basetozval()
[all …]
H A Dinfo.c773 if (mode == 's') { in php_get_uname()
775 } else if (mode == 'r') { in php_get_uname()
778 } else if (mode == 'n') { in php_get_uname()
780 } else if (mode == 'v') { in php_get_uname()
792 } else if (mode == 'm') { in php_get_uname()
824 if (mode == 's') { in php_get_uname()
826 } else if (mode == 'r') { in php_get_uname()
830 } else if (mode == 'n') { in php_get_uname()
832 } else if (mode == 'v') { in php_get_uname()
847 if (mode == 's') { in php_get_uname()
[all …]
/PHP-5.6/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
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt56 ["mode"]=>
81 ["mode"]=>
104 ["mode"]=>
127 ["mode"]=>
H A Dstream_get_meta_data_socket_variation1.phpt50 ["mode"]=>
69 ["mode"]=>
88 ["mode"]=>
107 ["mode"]=>
H A Dstream_get_meta_data_socket_variation3.phpt43 ["mode"]=>
63 ["mode"]=>
83 ["mode"]=>
H A Dstream_get_meta_data_dir_basic.phpt26 ["mode"]=>
44 ["mode"]=>
/PHP-5.6/ext/phar/tests/tar/files/
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.6/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)));
/PHP-5.6/ext/zlib/tests/
H A Dgzopen_error.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
23 $mode = 'string_val';
26 var_dump( gzopen($filename, $mode, $use_include_path, $extra_arg) );
/PHP-5.6/ext/bz2/tests/
H A D001.phpt25 Warning: bzopen(): '' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on li…
34 Warning: bzopen(): 'x' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on l…
37 Warning: bzopen(): 'rw' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on …
/PHP-5.6/ext/zip/
H A Dzip_stream.c203 php_stream *php_stream_zip_open(const char *filename, const char *path, const char *mode STREAMS_DC… in php_stream_zip_open()
212 if (strncmp(mode,"r", strlen("r")) != 0) { in php_stream_zip_open()
235 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_open()
254 const char *mode, in php_stream_zip_opener() argument
289 if (path_len >= MAXPATHLEN || mode[0] != 'r') { in php_stream_zip_opener()
314 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_opener()
/PHP-5.6/main/streams/
H A Dphp_streams_int.h59 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
/PHP-5.6/ext/phar/
H A Dstream.h24 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op…
27 …apper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, char …
/PHP-5.6/sapi/phpdbg/
H A Dconfig.m49 [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
38 BUILD_PHPDBG="\$(LIBTOOL) --mode=link \
48 BUILD_PHPDBG_SHARED="\$(LIBTOOL) --mode=link \

Completed in 58 milliseconds

12345678910>>...32