Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-5.5/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_variation3.phpt43 ["mode"]=>
63 ["mode"]=>
83 ["mode"]=>
H A Dstream_get_meta_data_dir_basic.phpt26 ["mode"]=>
44 ["mode"]=>
H A Dstream_get_meta_data_socket_variation4.phpt48 ["mode"]=>
67 ["mode"]=>
86 ["mode"]=>
/PHP-5.5/ext/mcrypt/tests/
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]));
H A Dmcrypt_ecb_3des_decrypt.phpt13 /* Prototype : string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
24 $mode = MCRYPT_DECRYPT;
55 special_var_dump(mcrypt_ecb($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
62 special_var_dump(mcrypt_ecb($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
H A Dmcrypt_encrypt_3des_cbc.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
27 $mode = MCRYPT_MODE_CBC;
49 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode, $iv)));
56 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode, $iv)));
H A Dmcrypt_decrypt_3des_cbc.phpt11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
22 $mode = MCRYPT_MODE_CBC;
53 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
60 special_var_dump(mcrypt_decrypt($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
H A Dmcrypt_ecb_error.phpt13 /* Prototype : string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
27 $mode = 10;
30 var_dump( mcrypt_ecb($cipher, $key, $data, $mode, $iv, $extra_arg) );
H A Dmcrypt_encrypt_error.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
25 $mode = 'string_val';
28 var_dump( mcrypt_encrypt($cipher, $key, $data, $mode, $iv, $extra_arg) );
H A Dmcrypt_decrypt_error.phpt11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
25 $mode = 'string_val';
28 var_dump( mcrypt_decrypt($cipher, $key, $data, $mode, $iv, $extra_arg) );
/PHP-5.5/ext/standard/tests/file/
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.5/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.5/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.5/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.5/ext/zip/
H A Dzip_stream.c188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) in php_stream_zip_open()
197 if (strncmp(mode,"r", strlen("r")) != 0) { in php_stream_zip_open()
220 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_open()
239 char *mode, in php_stream_zip_opener() argument
274 if (path_len >= MAXPATHLEN || mode[0] != 'r') { in php_stream_zip_opener()
299 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_opener()
/PHP-5.5/ext/standard/tests/array/
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
H A Din_array_variation4.phpt34 //false in strict mode
39 // false in strict mode
44 // false in stric mode
57 var_dump( in_array('123abc', array(123), TRUE) ); // false in strict mode
/PHP-5.5/ext/standard/
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.5/ext/phar/
H A Dstream.h24 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS…
27 static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int o…
/PHP-5.5/main/streams/
H A Dphp_streams_int.h59 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
/PHP-5.5/ext/sysvmsg/tests/
H A D004.phpt11 echo "Set mode:\n";
12 $arr = array('msg_perm.mode' => 0600);
43 Set mode:

Completed in 36 milliseconds

12345678910>>...30