Home
last modified time | relevance | path

Searched refs:mode (Results 176 – 200 of 759) sorted by relevance

12345678910>>...31

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c362 if ((mode & MBFL_HAN2ZEN_NUMERIC) && c >= '0' && c <= '9') { in mb_convert_kana_codepoint()
365 if ((mode & MBFL_HAN2ZEN_SPACE) && c == ' ') { in mb_convert_kana_codepoint()
369 if (mode & (MBFL_HAN2ZEN_KATAKANA | MBFL_HAN2ZEN_HIRAGANA)) { in mb_convert_kana_codepoint()
373 if ((mode & MBFL_HAN2ZEN_KATAKANA) && (mode & MBFL_HAN2ZEN_GLUE)) { in mb_convert_kana_codepoint()
395 if ((mode & MBFL_HAN2ZEN_HIRAGANA) && (mode & MBFL_HAN2ZEN_GLUE)) { in mb_convert_kana_codepoint()
421 if (mode & MBFL_HAN2ZEN_SPECIAL) { /* special ascii to symbol */ in mb_convert_kana_codepoint()
448 if ((mode & MBFL_ZEN2HAN_SPACE) && (c == 0x3000)) { in mb_convert_kana_codepoint()
456 if (mode & (MBFL_ZEN2HAN_KATAKANA | MBFL_ZEN2HAN_HIRAGANA)) { in mb_convert_kana_codepoint()
500 if (mode & (MBFL_ZENKAKU_HIRA2KATA | MBFL_ZENKAKU_KATA2HIRA)) { in mb_convert_kana_codepoint()
531 int mode = MBFL_HAN2ZEN_KATAKANA | MBFL_HAN2ZEN_GLUE; in mbfl_filt_conv_wchar_cp50220() local
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Dbug76735.phpt2 Bug #76735 (Incorrect message in fopen on invalid mode)
8 Warning: fopen(%s): Failed to open stream: `Q' is not a valid mode for fopen in %s on line %d
H A Dbug78386.phpt2 Bug #78386 (fstat mode has unexpected value on PHP 7.4)
11 var_dump(decoct($stat['mode']));
H A Dfread_basic.phpt98 -- File opened in mode r --
120 -- File opened in mode rb --
142 -- File opened in mode rt --
164 -- File opened in mode r+ --
186 -- File opened in mode r+b --
232 -- File opened in mode r --
254 -- File opened in mode rb --
276 -- File opened in mode rt --
298 -- File opened in mode r+ --
366 -- File opened in mode r --
[all …]
/PHP-8.2/ext/phar/tests/
H A Dbug79082.phpt21 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode']));
22 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
31 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode']));
32 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
/PHP-8.2/ext/standard/
H A Dphp_fopen_wrappers.h22 …_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_…
23 php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode
/PHP-8.2/ext/random/tests/02_engine/
H A Dmt19937_error.phpt2 Random: Engine: Mt19937: Invalid $mode parameter values must be rejected
16 Random\Engine\Mt19937::__construct(): Argument #2 ($mode) must be either MT_RAND_MT19937 or MT_RAND…
/PHP-8.2/ext/iconv/tests/
H A Diconv_mime_decode.phpt17 global $mode;
19 $result = iconv_mime_decode($header, $mode, "UTF-8");
59 $mode = 0;
61 $mode = ICONV_MIME_DECODE_STRICT;
63 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
65 $mode = ICONV_MIME_DECODE_STRICT | ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
/PHP-8.2/ext/zlib/
H A Dzlib_fopen_wrapper.c108 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen() argument
115 if (strchr(mode, '+')) { in php_stream_gzopen()
128 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
136 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
144 stream = php_stream_alloc_rel(&php_stream_gzio_ops, self, 0, mode); in php_stream_gzopen()
/PHP-8.2/ext/pdo/tests/
H A Dbug_44173.phpt76 PDO::query() expects exactly 2 arguments for the fetch mode provided, 4 given
78 PDO::query() expects at most 4 arguments for the fetch mode provided, 5 given
79 PDO::query() expects exactly 3 arguments for the fetch mode provided, 2 given
80 PDO::query() expects exactly 3 arguments for the fetch mode provided, 2 given
81 PDO::query() expects at least 3 arguments for the fetch mode provided, 2 given
/PHP-8.2/ext/dba/
H A Ddba_dbm.c38 #define TRUNC_IT(extension, mode) \ argument
41 if((fd = VCWD_OPEN_MODE(buf, O_CREAT | mode | O_WRONLY, filemode)) == -1) \
55 if(info->mode == DBA_TRUNC) { in DBA_OPEN_FUNC()
63 if(info->mode == DBA_CREAT) { in DBA_OPEN_FUNC()
107 if (mode == 1) { /* insert */ in DBA_UPDATE_FUNC()
H A Ddba.c142 if ((info)->mode != DBA_WRITER && (info)->mode != DBA_TRUNC && (info)->mode != DBA_CREAT) { \
478 zend_string *mode; in php_dba_open() local
495 if (ZSTR_LEN(mode) == 0) { in php_dba_open()
520 ZSTR_VAL(mode), ZSTR_LEN(mode), in php_dba_open()
526 ZSTR_VAL(mode), ZSTR_LEN(mode) in php_dba_open()
581 if (ZSTR_LEN(mode) == 0) { in php_dba_open()
586 if (ZSTR_LEN(mode) > 3) { in php_dba_open()
591 if (ZSTR_LEN(mode) == 3) { in php_dba_open()
599 if (ZSTR_LEN(mode) >= 2) { in php_dba_open()
637 switch (ZSTR_VAL(mode)[0]) { in php_dba_open() local
[all …]
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php38 …public function fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT… argument
41 public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array {} argument
65 public function setFetchMode(int $mode, mixed ...$args) {} // TODO make return type void argument
/PHP-8.2/ext/mbstring/tests/
H A Dmb_convert_case_various_mode.phpt2 Calling mb_convert_case() with an invalid casing mode
17 // Invalid mode
34 mb_convert_case(): Argument #2 ($mode) must be one of the MB_CASE_* constants
/PHP-8.2/Zend/tests/
H A Dbug61087.phpt2 Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
10 Warning: Invalid scanner mode in %s on line %d
/PHP-8.2/ext/oci8/tests/
H A Dexecute_mode.phpt2 oci_execute() and invalid execute mode
18 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
/PHP-8.2/Zend/tests/type_declarations/
H A Dweak_call_strict.phpt11 // Will succeed: Function was declared in strict mode, but that does not matter
12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt11 // Will succeed: Function was declared in strict mode, but that does not matter
12 // This file uses weak mode, so the call is weak, and float accepted for int
/PHP-8.2/sapi/cgi/tests/
H A D005.phpt17 string(51) "Interactive mode enabled
21 string(51) "Interactive mode enabled
/PHP-8.2/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc49 'mode' => 0x8000 + 0644,
59 if ($stat['mode'] & 0xA000 && $corrupt === 'symlink') {
64 } else if ($stat['mode'] & 0xA000) {
69 } else if ($stat['mode'] & 0x4000) {
71 } else if ($stat['mode'] & 0x8000) {
89 decoct($stat['mode']),
161 'mode' => 0x4000 + 0644,
/PHP-8.2/ext/phar/
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
/PHP-8.2/ext/intl/idn/
H A Didn.c62 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() argument
75 if (mode == INTL_IDN_TO_ASCII) { in php_intl_idn_to_46()
117 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff() argument
153 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, (uint32_t)option, mode, idna_info); in php_intl_idn_handoff()
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt48 ["mode"]=>
67 ["mode"]=>
86 ["mode"]=>
105 ["mode"]=>
/PHP-8.2/ext/zlib/tests/
H A Dgzopen_basic.phpt12 $mode = 'r';
16 $h = gzopen($filename, $mode, $use_include_path);
21 $h = gzopen($filename, $mode);
/PHP-8.2/ext/zip/
H A Dzip_stream.c240 php_stream *php_stream_zip_open(struct zip *arch, struct zip_stat *sb, const char *mode, zip_flags_… in php_stream_zip_open() argument
247 if (strncmp(mode,"r", strlen("r")) != 0) { in php_stream_zip_open()
262 stream = php_stream_alloc(&php_stream_zipio_seek_ops, self, NULL, mode); in php_stream_zip_open()
266 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_open()
279 const char *mode, in php_stream_zip_opener() argument
313 if (path_len >= MAXPATHLEN || mode[0] != 'r') { in php_stream_zip_opener()
348 stream = php_stream_alloc(&php_stream_zipio_seek_ops, self, NULL, mode); in php_stream_zip_opener()
352 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_opener()

Completed in 45 milliseconds

12345678910>>...31