Home
last modified time | relevance | path

Searched refs:mode (Results 501 – 525 of 728) sorted by relevance

1...<<21222324252627282930

/PHP-5.4/ext/mysql/tests/
H A Dmysql_set_charset.phpt38 /* unicode mode should throw a warning */
H A Dmysql_client_encoding.phpt54 // unicode mode
/PHP-5.4/ext/spl/
H A Dspl_iterators.h162 regex_mode mode; member
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.4/ext/curl/
H A Dphp_curl.h160 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode,
/PHP-5.4/ext/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() local
137 mode = OCI_STMT_SCROLLABLE_READONLY; in oci_stmt_execute()
141 mode = OCI_COMMIT_ON_SUCCESS; in oci_stmt_execute()
143 mode = OCI_DEFAULT; in oci_stmt_execute()
148 mode)); in oci_stmt_execute()
/PHP-5.4/Zend/
H A Dzend_strtod.c1442 ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve) in zend_dtoa() argument
1610 if (mode < 0 || mode > 9) in zend_dtoa()
1611 mode = 0; in zend_dtoa()
1613 if (mode > 5) { in zend_dtoa()
1614 mode -= 4; in zend_dtoa()
1618 switch(mode) { in zend_dtoa()
1792 if (mode < 2) { in zend_dtoa()
1847 if (mode < 2) { in zend_dtoa()
1901 if (ilim <= 0 && mode > 2) { in zend_dtoa()
1938 if (j1 == 0 && !mode && !(word1(d) & 1)) { in zend_dtoa()
[all …]
/PHP-5.4/ext/oci8/tests/
H A Dreflection1.phpt227 Parameter #1 [ <optional> $mode ]
270 Parameter #1 [ <optional> $mode ]
279 Parameter #2 [ <optional> $mode ]
304 Parameter #0 [ <required> $mode ]
495 Parameter #1 [ <required> $mode ]
772 Parameter #1 [ <optional> $mode ]
811 Parameter #0 [ <required> $mode ]
H A Ddrcp_cclass1.phpt7 if (!$test_drcp) die("skip testing DRCP connection class only works in DRCP mode");
/PHP-5.4/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.4/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 Dmkdir_rmdir_error.phpt5 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
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 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)
/PHP-5.4/ext/dba/
H A Ddba_flatfile.c90 switch(flatfile_store(dba, gkey, gval, mode==1 ? FLATFILE_INSERT : FLATFILE_REPLACE TSRMLS_CC)) { in DBA_UPDATE_FUNC()
/PHP-5.4/ext/standard/tests/array/
H A Dcount_variation1.phpt5 /* Prototype : int count(mixed $var [, int $mode])
/PHP-5.4/sapi/roxen/
H A Dconfig.m448 AC_DEFINE(ROXEN_USE_ZTS, 1, [Whether to use Roxen in ZTS mode])
/PHP-5.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt15 die('Unable to set nonblocking mode for socket');
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c1390 int mode = ZEND_INI_USER; local
1393 …string(tmp, 1, ZEND_INI_SCANNER_NORMAL, (zend_ini_parser_cb_t)fastcgi_ini_parser, &mode TSRMLS_CC);
1399 int mode = ZEND_INI_SYSTEM; local
1402 …string(tmp, 1, ZEND_INI_SCANNER_NORMAL, (zend_ini_parser_cb_t)fastcgi_ini_parser, &mode TSRMLS_CC);
1410 int *mode = (int *)arg; local
1415 if (!mode || !arg1) return;
1441 if (fpm_php_apply_defines_ex(&kv, *mode) == -1) {
/PHP-5.4/ext/mcrypt/tests/
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.4/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()

Completed in 185 milliseconds

1...<<21222324252627282930