Home
last modified time | relevance | path

Searched refs:mode (Results 251 – 275 of 778) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-5.6/ext/mcrypt/tests/
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) );
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_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_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_cbc_error.phpt11 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
25 $mode = 10;
28 var_dump( mcrypt_cbc($cipher, $key, $data, $mode, $iv, $extra_arg) );
/PHP-5.6/ext/sysvmsg/tests/
H A D004.phpt11 echo "Set mode:\n";
12 $arr = array('msg_perm.mode' => 0600);
43 Set mode:
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt48 ["mode"]=>
67 ["mode"]=>
86 ["mode"]=>
H A Dbug72853.phpt37 ["mode"]=>
53 ["mode"]=>
/PHP-5.6/ext/standard/tests/array/
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
H A Dcount_variation2.phpt2 Test count() function : usage variations - Pass different data types as $mode arg
5 /* Prototype : int count(mixed $var [, int $mode])
11 * Pass different data types as $mode argument to count() to test behaviour
39 // unexpected values to be passed to $mode argument
/PHP-5.6/ext/standard/tests/file/
H A Dfgets_variation5.phpt24 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
60 -- Testing fgets() with file opened using mode w+ --
87 -- Testing fgets() with file opened using mode w+b --
114 -- Testing fgets() with file opened using mode w+t --
141 -- Testing fgets() with file opened using mode a+ --
168 -- Testing fgets() with file opened using mode a+b --
195 -- Testing fgets() with file opened using mode a+t --
222 -- Testing fgets() with file opened using mode x+ --
249 -- Testing fgets() with file opened using mode x+b --
276 -- Testing fgets() with file opened using mode x+t --
H A Dfpassthru_variation.phpt60 echo "\n--- Testing with binary mode file ---\n";
61 /* Opening the file in binary read mode */
111 --- Testing with binary mode file ---
H A Dfgets_variation6-win32.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
271 -- Testing fgets() with file opened using mode x+ --
305 -- Testing fgets() with file opened using mode x+b --
339 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation6.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
271 -- Testing fgets() with file opened using mode x+ --
305 -- Testing fgets() with file opened using mode x+b --
339 -- Testing fgets() with file opened using mode x+t --
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt22 printf("[002] Server autocommit mode should be on, got '%s'\n", var_export($row['_autocommit']));
30 printf("[004] Server autocommit mode should be off, got '%s'\n", var_export($row['_autocommit']));
34 printf("[005] Cannot turn on server autocommit mode, %s\n", var_export($db->errorInfo(), true));
41 printf("[007] Cannot turn off server autocommit mode, %s\n", var_export($db->errorInfo(), true));
48 printf("[009] Server autocommit mode should be on, got '%s'\n", var_export($row['_autocommit']));
/PHP-5.6/sapi/cli/
H A Dconfig.m439 …,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export…
41 …,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export…
48 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
51 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
/PHP-5.6/ext/dba/
H A Ddba.c58 ZEND_ARG_INFO(0, mode)
65 ZEND_ARG_INFO(0, mode)
300 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
307 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
552 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update() argument
626 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
705 strlcpy(mode, Z_STRVAL_PP(args[1]), sizeof(mode)); in php_dba_open()
706 pmode = &mode[0]; in php_dba_open()
814 info->mode = modenr; in php_dba_open()
818 info->lock.mode = lock_mode; in php_dba_open()
[all …]
/PHP-5.6/ext/zip/
H A Dphp_zip.h92 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, …
93 php_stream *php_stream_zip_open(const char *filename, const char *path, const char *mode STREAMS_DC…
/PHP-5.6/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt36 ["mode"]=>
56 ["mode"]=>
/PHP-5.6/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c283 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
536 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
541 if (mode == 0x1) { in mbfl_filt_conv_wchar_sjis_mac()
563 } else if (mode == 0x2) { in mbfl_filt_conv_wchar_sjis_mac()
571 } else if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
585 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
590 if (mode == 0x2) { in mbfl_filt_conv_wchar_sjis_mac()
617 } else if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
631 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
636 if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
/PHP-5.6/ext/posix/
H A Dposix.c163 ZEND_ARG_INFO(0, mode)
170 ZEND_ARG_INFO(0, mode)
178 ZEND_ARG_INFO(0, mode)
838 long mode; in PHP_FUNCTION() local
849 result = mkfifo(path, mode); in PHP_FUNCTION()
867 long mode; in PHP_FUNCTION() local
875 &mode, &major, &minor) == FAILURE) { in PHP_FUNCTION()
883 if ((mode & S_IFCHR) || (mode & S_IFBLK)) { in PHP_FUNCTION()
901 result = mknod(path, mode, php_dev); in PHP_FUNCTION()
950 long mode = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.6/ext/gd/libgd/
H A Dgd_pixelate.c3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate() argument
12 switch (mode) { in gdImagePixelate()
/PHP-5.6/sapi/caudium/
H A DTODO22 - change cwd in single threaded mode
23 There will be no single threaded mode support. The Caudium module

Completed in 52 milliseconds

1...<<11121314151617181920>>...32