Home
last modified time | relevance | path

Searched refs:mode (Results 526 – 550 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation5.phpt11 /* Prototype : string mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
32 $mode = MCRYPT_ENCRYPT;
116 var_dump( bin2hex(mcrypt_cbc($cipher, $key, $data, $mode, $value)) );
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation14.phpt11 of two chars is provided and file is opened in read only mode */
13 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode
79 } //end of mode loop
85 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
H A Dbug38450.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug38450_1.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug38450_3.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dfopencookie.phpt24 function stream_open($path, $mode, $options, &$opened_path)
H A D006_variation1.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
41 for($mode = 0000; $mode <= 0777; $mode++) {
43 var_dump( chmod($file_name, $mode) );
48 var_dump( chmod($dir_name, $mode) );
H A Dmkdir_variation5.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dpopen_pclose_basic-win32.phpt13 * Prototype: resource popen ( string command, string mode )
/PHP-5.5/ext/oci8/
H A Doci8_statement.c406 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC) in php_oci_statement_execute()
419 switch (mode) { in php_oci_statement_execute()
426 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid execute mode given: %d", mode); in php_oci_statement_execute()
461 …xecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode)); in php_oci_statement_execute()
473 if (mode & OCI_COMMIT_ON_SUCCESS) { in php_oci_statement_execute()
995 int mode = OCI_DATA_AT_EXEC; in php_oci_bind_by_name() local
1010 mode = OCI_DEFAULT; in php_oci_bind_by_name()
1051 mode = OCI_DEFAULT; in php_oci_bind_by_name()
1136 mode /* mode */ in php_oci_bind_by_name()
1146 if (mode == OCI_DATA_AT_EXEC) { in php_oci_bind_by_name()
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt15 die('Unable to set nonblocking mode for socket');
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt19 die('Unable to set nonblocking mode for socket');
H A Dsocket_sentto_recvfrom_unix.phpt19 die('Unable to set nonblocking mode for socket');
H A Dsocket_import_stream-4.phpt82 Warning: socket_set_block(): unable to set blocking mode [%d]: %s in %s on line %d
H A Dsocket_sendrecvmsg_multi_msg.phpt32 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt19 die('Unable to set nonblocking mode for socket');
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_cclass1.phpt7 if (!$test_drcp) die("skip testing DRCP connection class only works in DRCP mode");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_set_charset.phpt38 /* unicode mode should throw a warning */
/PHP-5.5/sapi/roxen/
H A Dconfig.m448 AC_DEFINE(ROXEN_USE_ZTS, 1, [Whether to use Roxen in ZTS mode])
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1405 int mode = ZEND_INI_USER; local
1408 …string(tmp, 1, ZEND_INI_SCANNER_NORMAL, (zend_ini_parser_cb_t)fastcgi_ini_parser, &mode TSRMLS_CC);
1414 int mode = ZEND_INI_SYSTEM; local
1417 …string(tmp, 1, ZEND_INI_SCANNER_NORMAL, (zend_ini_parser_cb_t)fastcgi_ini_parser, &mode TSRMLS_CC);
1425 int *mode = (int *)arg; local
1430 if (!mode || !arg1) return;
1456 if (fpm_php_apply_defines_ex(&kv, *mode) == -1) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt59 /* TODO: safe mode */
H A Dbug_39858.phpt22 nextRowset() problem with stored proc & emulation mode & mysqlnd
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string_eucjpms.phpt6 die("skip Test cannot be run in unicode mode");
H A Dmysqli_real_escape_string_euckr.phpt6 die("skip Test cannot be run in unicode mode");
H A Dmysqli_real_escape_string_gb2312.phpt6 die("skip Test cannot be run in unicode mode");

Completed in 44 milliseconds

1...<<21222324252627282930