Home
last modified time | relevance | path

Searched refs:mode (Results 676 – 697 of 697) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/mbstring/
H A Dmbstring.c352 ZEND_ARG_INFO(0, mode)
5311 MBSTRING_API size_t php_mb_stripos(int mode, const char *old_haystack, size_t old_haystack_len, con… in php_mb_stripos() argument
5359 if (mode) { in php_mb_stripos()
5376 n = mbfl_strpos(&haystack, &needle, offset, mode); in php_mb_stripos()
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1688 foreach ($top as $mode) {
1689 $ret[] = array($spec => $mode) + $existing;
H A Dzend_compile.c4121 static void zend_compile_static_var_common(zend_string *var_name, zval *value, uint32_t mode) /* {{… in zend_compile_static_var_common() argument
4140 …ded_value = (uint32_t)((char*)value - (char*)CG(active_op_array)->static_variables->arData) | mode; in zend_compile_static_var_common()
5552 uint32_t mode = var_name_ast->attr; in zend_compile_closure_binding() local
5576 (uint32_t)((char*)value - (char*)op_array->static_variables->arData) | mode; in zend_compile_closure_binding()
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
/PHP-7.4/ext/pgsql/
H A Dpgsql.c311 ZEND_ARG_INFO(0, mode)
332 ZEND_ARG_INFO(0, mode)
3157 char *z_filename, *mode = "w"; local
3166 …if (zend_parse_parameters(argc, "p|sr", &z_filename, &z_filename_len, &mode, &mode_len, &pgsql_lin…
3181 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
/PHP-7.4/ext/spl/
H A Dspl_dllist.c1398 ZEND_ARG_INFO(0, mode)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1898 -// this mode should not interfere with normal operations
1903 -// this mode allows only the necessary syscalls used during normal operation
2391 ms->mode = b.st.st_mode;
2924 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1845 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
1846 ((opcode) | (mode) | (freg_map[dst] << 12) | freg_map[src1] | (freg_map[src2] << 16))
/PHP-7.4/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.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt170 Inspecting parameter 'mode' of method 'autocommit'
/PHP-7.4/ext/standard/
H A Darray.c767 zend_long mode = COUNT_NORMAL; in PHP_FUNCTION() local
773 Z_PARAM_LONG(mode) in PHP_FUNCTION()
782 if (mode != COUNT_RECURSIVE) { in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2558 *ret = fdopen(sslsock->s.socket, stream->mode); in php_openssl_sockop_cast()
/PHP-7.4/ext/imap/
H A Dphp_imap.c3078 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument
3091 if (mode == 0) { in php_imap_mutf7()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2425 >100 string >\0 \b, mode %-.7s
11134 >>4 lelong&0x100 0x000 mode 2
11135 >>4 lelong&0x100 0x100 mode 3
11136 >4 lelong&0xFFFFFF00 !0 unknown mode
17964 >>506 leshort >0 Video mode %d
19842 >>>&0 string >\0 mode: %s,
19863 >4 byte 0 mode: CBC,
19864 >4 byte 1 mode: ECB,
19865 >4 byte 2 mode: CFB,
19866 >4 byte 3 mode: OFB,
[all …]
H A Dmagic2425 >100 string >\0 \b, mode %-.7s
11134 >>4 lelong&0x100 0x000 mode 2
11135 >>4 lelong&0x100 0x100 mode 3
11136 >4 lelong&0xFFFFFF00 !0 unknown mode
17964 >>506 leshort >0 Video mode %d
19842 >>>&0 string >\0 mode: %s,
19863 >4 byte 0 mode: CBC,
19864 >4 byte 1 mode: ECB,
19865 >4 byte 2 mode: CFB,
19866 >4 byte 3 mode: OFB,
[all …]
/PHP-7.4/ext/soap/
H A Dsoap.c293 ZEND_ARG_INFO(0, mode)
/PHP-7.4/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.4/ext/ffi/
H A Dffi.c6484 _(mode) \

Completed in 284 milliseconds

1...<<2122232425262728