Home
last modified time | relevance | path

Searched refs:mode (Results 576 – 600 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/standard/tests/file/
H A Dtouch_basic.phpt50 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Duserstreams_003.phpt9 function stream_open($path, $mode, $openedpath) {
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_object2.phpt5 /* Prototype : int sizeof($mixed var[, int $mode] )
/PHP-5.5/ext/zlib/tests/
H A Dgzdeflate_error1.phpt76 Warning: gzdeflate(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_EN…
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.5/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.5/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.5/main/streams/
H A Dstreams.c288 …p_stream_ops *ops, void *abstract, const char *persistent_id, const char *mode STREAMS_DC TSRMLS_D… in _php_stream_alloc()
334 strlcpy(ret->mode, mode, sizeof(ret->mode)); in _php_stream_alloc()
1892 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_… argument
1901 return wrapper->wops->stream_mkdir(wrapper, path, mode, options, context TSRMLS_CC);
2019 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, argument
2065 path_to_open, mode, options ^ REPORT_ERRORS,
2134 …if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, …
/PHP-5.5/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.5/ext/standard/
H A Dstreamsfuncs.c516 add_assoc_string(return_value, "mode", stream->mode, 1); in PHP_FUNCTION()
1216 if (strchr(stream->mode, 'r') || strchr(stream->mode, '+')) { in apply_filter_to_stream()
1219 if (strchr(stream->mode, 'w') || strchr(stream->mode, '+') || strchr(stream->mode, 'a')) { in apply_filter_to_stream()
/PHP-5.5/ext/phar/
H A Dtar.c468 entry.flags = phar_tar_number(hdr->mode, sizeof(hdr->mode)) & PHAR_ENT_PERM_MASK; in phar_parse_tarfile()
472 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) in phar_parse_tarfile() argument
746 phar_tar_octal(header.mode, entry->flags & PHAR_ENT_PERM_MASK, sizeof(header.mode)-1); in phar_tar_writeheaders()
H A Ddirstream.c319 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir() argument
331 if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { in phar_wrapper_open_dir()
432 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir() argument
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c80 …ar *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode);
84 …har *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode);
895 …har *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_value_handler_ex() argument
907 per_dir_entry.type = mode; in php_apache_value_handler_ex()
1133 …char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_flag_handler_ex() argument
1144 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2006 sljit_ub mode, argument
2017 *inst |= mode;
2024 *inst |= mode;
2031 *inst |= mode;
2039 *inst |= mode;
2046 *inst |= mode;
2056 *inst |= mode;
2066 *inst |= mode;
2082 *inst |= mode;
2095 sljit_ub mode, sljit_si set_flags, argument
[all …]
/PHP-5.5/ext/pdo/
H A DTODO55 Trace mode will output very verbose info.
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort.phpt55 // Sort an array in SORT_REGULAR mode using en_US locale.
H A Dcollator_sort_variant2.phpt55 // Sort an array in SORT_REGULAR mode using en_US locale.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string_big5.phpt6 die("skip Test cannot be run in unicode mode");
/PHP-5.5/ext/soap/tests/
H A Dserver030.phpt2 …erver 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsdl mode
/PHP-5.5/ext/standard/tests/strings/
H A Dcount_chars_variation1.phpt6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
/PHP-5.5/sapi/tux/
H A DREADME67 (daemon mode, eight threads, web-root /www, modules in
/PHP-5.5/ext/zlib/
H A Dzlib.c590 char *mode; in PHP_FUNCTION() local
596 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps|l", &filename, &filename_len, &mode, &mod… in PHP_FUNCTION()
604 stream = php_stream_gzopen(NULL, filename, mode, flags, NULL, NULL STREAMS_CC TSRMLS_CC); in PHP_FUNCTION()
760 ZEND_ARG_INFO(0, mode)
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c360 int mode; member
513 #error Unsupported compiling mode
2495 if (common->mode == JIT_COMPILE) in check_partial()
2523 if (common->mode == JIT_COMPILE) in check_str_end()
2552 if (common->mode == JIT_COMPILE) in detect_partial_match()
6025 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
9832 common->mode = mode; in PRIV()
9936 if (mode != JIT_COMPILE) in PRIV()
10134 if (mode != JIT_COMPILE) in PRIV()
10422 int mode = JIT_COMPILE; in PRIV() local
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h103 PHPAPI void _mysqlnd_debug(const char *mode TSRMLS_DC);
194 #define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode) TSRM… argument
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c360 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) in php_input_filter() argument
371 return ap_get_brigade(f->next, bb, mode, block, readbytes); in php_input_filter()
381 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { in php_input_filter()

Completed in 146 milliseconds

1...<<21222324252627282930