Home
last modified time | relevance | path

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

1...<<21222324252627282930

/PHP-5.4/ext/standard/tests/file/
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 )
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]]])
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt59 /* TODO: safe mode */
/PHP-5.4/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");
/PHP-5.4/ext/oci8/tests/
H A Dcommit_001.phpt20 /* check with OCI_NO_AUTO_COMMIT mode */
/PHP-5.4/ext/sockets/tests/
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_sentto_recvfrom_ipv6_udp-win32.phpt19 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');
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c372 long mode = MYSQLND_FETCH_NUM; local
374 …_ARGS() TSRMLS_CC, getThis(), "O|l", &mysql_result, mysqli_result_class_entry, &mode) == FAILURE) {
379 if (!mode || (mode & ~MYSQLND_FETCH_BOTH)) {
385 mysqlnd_fetch_all(result, mode, return_value);
/PHP-5.4/sapi/aolserver/
H A DREADME9 yet in threaded mode. To increase reliability enable the Global Lock
/PHP-5.4/ext/pdo/tests/
H A Dpdo_014.phpt53 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-5.4/ext/zlib/tests/
H A Dgzcompress_error1.phpt77 Warning: gzcompress(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_E…
H A Dgzopen_variation2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
110 // loop through each element of the array for mode
/PHP-5.4/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.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c360 int mode; member
513 #error Unsupported compiling mode
2471 if (common->mode == JIT_COMPILE) in check_partial()
2499 if (common->mode == JIT_COMPILE) in check_str_end()
2528 if (common->mode == JIT_COMPILE) in detect_partial_match()
5988 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
9790 common->mode = mode; in PRIV()
9894 if (mode != JIT_COMPILE) in PRIV()
10091 if (mode != JIT_COMPILE) in PRIV()
10379 int mode = JIT_COMPILE; in PRIV() local
[all …]
/PHP-5.4/ext/oci8/
H A Doci8.c262 ZEND_ARG_INFO(0, mode)
336 ZEND_ARG_INFO(0, mode)
341 ZEND_ARG_INFO(0, mode)
355 ZEND_ARG_INFO(0, mode)
380 ZEND_ARG_INFO(0, mode)
590 ZEND_ARG_INFO(0, mode)
2588 fetch_mode = mode; in php_oci_fetch_row()
2598 fetch_mode = mode; in php_oci_fetch_row()
2607 fetch_mode = mode; in php_oci_fetch_row()
2612 if (mode & PHP_OCI_ASSOC) { in php_oci_fetch_row()
[all …]
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c79 size_t level, int mode, int text) in file_softmagic() argument
84 if ((rv = match(ms, ml->magic, ml->nmagic, buf, nbytes, 0, mode, in file_softmagic()
121 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match() argument
146 (m->flag & mode) != mode) { in match()
159 switch (mget(ms, s, m, nbytes, offset, cont_level, mode, text, in match()
246 switch (mget(ms, s, m, nbytes, offset, cont_level, mode, in match()
1131 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget() argument
1758 mode, text, flip, recursion_level, printed_something, in mget()
/PHP-5.4/ext/com_dotnet/
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
248 php_com_import_typelib(TL, mode, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
267 php_com_import_typelib(TL, mode, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
275 php_com_import_typelib(TL, mode, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.4/ext/standard/tests/array/
H A Dsizeof_object2.phpt5 /* Prototype : int sizeof($mixed var[, int $mode] )

Completed in 85 milliseconds

1...<<21222324252627282930