Home
last modified time | relevance | path

Searched refs:mode (Results 551 – 575 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/oci8/tests/
H A Dcommit_001.phpt20 /* check with OCI_NO_AUTO_COMMIT mode */
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation4.phpt11 /* Prototype : string mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
112 // loop through each element of the array for mode
H A Dmcrypt_decrypt_variation4.phpt11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
112 // loop through each element of the array for mode
H A Dmcrypt_encrypt_variation4.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
112 // loop through each element of the array for mode
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c183 stat.msg_perm.mode = Z_LVAL_PP(item); in PHP_FUNCTION()
217 add_assoc_long(return_value, "msg_perm.mode", stat.msg_perm.mode); in PHP_FUNCTION()
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c114 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto() argument
128 switch (mode) { in gdImageCropAuto()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c2629 MYSQLND_METHOD(mysqlnd_conn_data, set_autocommit)(MYSQLND_CONN_DATA * conn, unsigned int mode TSRML…
2636 …ret = conn->m->query(conn, (mode) ? "SET AUTOCOMMIT=1":"SET AUTOCOMMIT=0", sizeof("SET AUTOCOMMIT=…
2667 if (mode & TRANS_COR_AND_CHAIN && !(mode & TRANS_COR_AND_NO_CHAIN)) {
2672 } else if (mode & TRANS_COR_AND_NO_CHAIN && !(mode & TRANS_COR_AND_CHAIN)) {
2679 if (mode & TRANS_COR_RELEASE && !(mode & TRANS_COR_NO_RELEASE)) {
2684 } else if (mode & TRANS_COR_NO_RELEASE && !(mode & TRANS_COR_RELEASE)) {
2784 MYSQLND_METHOD(mysqlnd_conn_data, tx_begin)(MYSQLND_CONN_DATA * conn, const unsigned int mode, cons…
2793 if (mode & TRANS_START_WITH_CONSISTENT_SNAPSHOT) {
2799 if (mode & (TRANS_START_READ_WRITE | TRANS_START_READ_ONLY)) {
2805 } else if (mode & TRANS_START_READ_WRITE) {
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_014.phpt53 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_import_stream-4-win.phpt83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_client_encoding.phpt54 // unicode mode
/PHP-5.5/ext/mbstring/
H A Dmbstring.h151 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, …
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450_2.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dmkdir_variation1-win32.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dmkdir_variation1.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dfopen_variation19.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dmkdir_variation5-win32.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dpopen_pclose_basic.phpt12 * Prototype: resource popen ( string command, string mode )
H A Dtouch_basic-win32.phpt49 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-5.5/ext/zlib/tests/
H A Dgzcompress_error1.phpt77 Warning: gzcompress(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_E…
/PHP-5.5/sapi/aolserver/
H A DREADME9 yet in threaded mode. To increase reliability enable the Global Lock
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
H A Dcollator_sort_with_sort_keys_variant2.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
/PHP-5.5/ext/mysqli/tests/
H A Dbug51647.phpt54 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt15 // No silly strict mode warnings, please!

Completed in 146 milliseconds

1...<<21222324252627282930