Home
last modified time | relevance | path

Searched refs:mode (Results 726 – 748 of 748) sorted by relevance

1...<<21222324252627282930

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1332 …m_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_… in phpdbg_stream_url_wrap_php() argument
1350 …return PHPDBG_G(orig_url_wrap_php)->wops->stream_opener(wrapper, path, mode, options, opened_path,… in phpdbg_stream_url_wrap_php()
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c590 ctx->tl_param.mode = MBFL_FILT_TL_HAN2ZEN_KATAKANA | MBFL_FILT_TL_HAN2ZEN_GLUE; in mbfl_filt_conv_wchar_cp50220_ctor()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c348 ZEND_ARG_INFO(0, mode)
5177 MBSTRING_API size_t php_mb_stripos(int mode, const char *old_haystack, size_t old_haystack_len, con… in php_mb_stripos() argument
5225 if (mode) { in php_mb_stripos()
5242 n = mbfl_strpos(&haystack, &needle, offset, mode); in php_mb_stripos()
/PHP-7.3/Zend/
H A Dzend_vm_gen.php1647 foreach ($top as $mode) {
1648 $ret[] = array($spec => $mode) + $existing;
/PHP-7.3/ext/standard/tests/array/
H A Dsizeof_variation4.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c1722 COP(reg)->word_boundary.mode = (ModeType )node->ascii_mode; in compile_anchor_node()
7170 char* mode; in print_indent_tree() local
7173 mode = "-crude"; in print_indent_tree()
7175 mode = "-case_fold_match"; in print_indent_tree()
7177 mode = ""; in print_indent_tree()
7184 fprintf(f, "<%s%s:%p>", str, mode, node); in print_indent_tree()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c317 ZEND_ARG_INFO(0, mode)
338 ZEND_ARG_INFO(0, mode)
3158 char *z_filename, *mode = "w"; local
3167 …if (zend_parse_parameters(argc, "p|sr", &z_filename, &z_filename_len, &mode, &mode_len, &pgsql_lin…
3182 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1780 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
1781 ((opcode) | (mode) | (freg_map[dst] << 12) | freg_map[src1] | (freg_map[src2] << 16))
/PHP-7.3/ext/standard/tests/file/
H A Dfputcsv_variation2.phpt70 } //end of mode loop
H A Dfputcsv_variation3.phpt70 } //end of mode loop
H A Dfputcsv_variation4.phpt70 } //end of mode loop
H A Dfputcsv_variation13.phpt71 } //end of mode loop
H A Dfputcsv_variation9.phpt72 } //end of mode loop
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2404 -// this mode should not interfere with normal operations
2409 -// this mode allows only the necessary syscalls used during normal operation
3533 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
3590 +/* we should be already be in non blocking mode for network socket */
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt172 Inspecting parameter 'mode' of method 'autocommit'
/PHP-7.3/ext/standard/
H A Darray.c779 zend_long mode = COUNT_NORMAL; in PHP_FUNCTION() local
785 Z_PARAM_LONG(mode) in PHP_FUNCTION()
794 if (mode != COUNT_RECURSIVE) { in PHP_FUNCTION()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c2559 *ret = fdopen(sslsock->s.socket, stream->mode); in php_openssl_sockop_cast()
/PHP-7.3/ext/imap/
H A Dphp_imap.c3056 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument
3069 if (mode == 0) { in php_imap_mutf7()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2288 >100 string >\0 \b, mode %-.7s
10207 >>4 lelong&0x100 0x000 mode 2
10208 >>4 lelong&0x100 0x100 mode 3
10209 >4 lelong&0xFFFFFF00 !0 unknown mode
16610 >>506 leshort >0 Video mode %d
18193 >>>&0 string >\0 mode: %s,
18214 >4 byte 0 mode: CBC,
18215 >4 byte 1 mode: ECB,
18216 >4 byte 2 mode: CFB,
18217 >4 byte 3 mode: OFB,
[all …]
H A Dmagic私はガラスを食べられます2288 >100 string >\0 \b, mode %-.7s
10207 >>4 lelong&0x100 0x000 mode 2
10208 >>4 lelong&0x100 0x100 mode 3
10209 >4 lelong&0xFFFFFF00 !0 unknown mode
16610 >>506 leshort >0 Video mode %d
18193 >>>&0 string >\0 mode: %s,
18214 >4 byte 0 mode: CBC,
18215 >4 byte 1 mode: ECB,
18216 >4 byte 2 mode: CFB,
18217 >4 byte 3 mode: OFB,
[all …]
/PHP-7.3/ext/soap/
H A Dsoap.c293 ZEND_ARG_INFO(0, mode)
/PHP-7.3/build/
H A Dlibtool.m41633 # HP-UX runs *really* slowly unless shared libraries are mode 555.
4489 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c32863 static int posixOpen(const char *zFile, int flags, int mode){
32864 return open(zFile, flags, mode);
157474 int mode;
157510 int mode = 0;
157514 mode = aMode[i].mode;
157518 if( mode==0 ){
157523 if( (mode & ~SQLITE_OPEN_MEMORY)>limit ){
157529 flags = (flags & ~mask) | mode;

Completed in 650 milliseconds

1...<<21222324252627282930