Home
last modified time | relevance | path

Searched refs:mb (Results 1 – 25 of 83) sorted by relevance

1234

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c293 cb = mb->cb; in do_callout()
321 rc = mb->callout(cb, mb->callout_data); in do_callout()
500 if (mb->partial != 0 && Feptr >= mb->end_subject && \
508 if (mb->partial != 0 && Feptr > mb->start_used_ptr) \
651 if (mb->match_frames != mb->stack_frames) in match()
652 mb->memctl.free(mb->match_frames, mb->memctl.memory_data); in match()
5878 if (mb->skip_arg_count <= mb->ignore_skip_arg) in match()
6309 mb->match_frames = mb->memctl.malloc(mb->frame_vector_size, in pcre2_match()
6703 mb->ignore_skip_arg = mb->skip_arg_count; in pcre2_match()
6806 if (mb->match_frames != mb->stack_frames) in pcre2_match()
[all …]
H A Dpcre2_dfa_match.c382 return (mb->callout)(cb, mb->callout_data); in do_callout()
423 (((1024/sizeof(int))*mb->heap_limit - mb->heap_used)); in more_workspace()
689 if (ptr > mb->last_used_ptr) mb->last_used_ptr = ptr; in internal_dfa_match()
1095 if (temp < mb->start_used_ptr) mb->start_used_ptr = temp; in internal_dfa_match()
3190 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3342 mb->cb = &cb; in pcre2_dfa_match()
3406 mb->nllen = 1; in pcre2_dfa_match()
3411 mb->nllen = 1; in pcre2_dfa_match()
3416 mb->nllen = 1; in pcre2_dfa_match()
3421 mb->nllen = 2; in pcre2_dfa_match()
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dbug61964-mb.phpt53 Notice: finfo_open(): Warning: offset `string' invalid in %sbug61964-mb.php on line %d
55 Notice: finfo_open(): Warning: offset ` Core' invalid in %sbug61964-mb.php on line %d
57 Notice: finfo_open(): Warning: offset ` Me' invalid in %sbug61964-mb.php on line %d
59 Notice: finfo_open(): Warning: offset `a' invalid in %sbug61964-mb.php on line %d
61 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964-mb.php on line %d
63 Warning: finfo_open(): Failed to load magic database at '%stest-folder'. in %sbug61964-mb.php on li…
H A Dbug71527-mb.phpt16 …): Failed to load magic database at '%sbug71527私はガラスを食べられます.magic'. in %sbug71527-mb.php on line %d
18 Warning: finfo_file() expects parameter 1 to be resource, bool given in %sbug71527-mb.php on line %d
/PHP-7.3/win32/
H A Dioutil.h179 wchar_t *mb, *ret; in php_win32_ioutil_conv_any_to_w() local
182 mb = php_win32_cp_conv_any_to_w(in, in_len, &mb_len); in php_win32_ioutil_conv_any_to_w()
183 if (!mb) { in php_win32_ioutil_conv_any_to_w()
193 free(mb); in php_win32_ioutil_conv_any_to_w()
199 free(mb); in php_win32_ioutil_conv_any_to_w()
207 free(mb); in php_win32_ioutil_conv_any_to_w()
214 …_WIN32_IOUTIL_IS_LONG_PATHW(mb, mb_len) || PHP_WIN32_IOUTIL_IS_JUNCTION_PATHW(mb, mb_len) || PHP_W… in php_win32_ioutil_conv_any_to_w()
215 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w()
220 while (src < mb + mb_len) { in php_win32_ioutil_conv_any_to_w()
233 free(mb); in php_win32_ioutil_conv_any_to_w()
[all …]
/PHP-7.3/ext/exif/tests/
H A Dbug68113-mb.phpt13 Warning: exif_thumbnail(bug68113私はガラスを食べられます.jpg): File structure corrupted in %s%ebug68113-mb.php …
15 Warning: exif_thumbnail(bug68113私はガラスを食べられます.jpg): Invalid JPEG file in %s%ebug68113-mb.php on line…
/PHP-7.3/ext/mbstring/tests/
H A Dmb_strtolower_basic.phpt37 $mb = mb_strtolower($greek_upper, 'UTF-8');
38 var_dump(base64_encode($mb));
40 if ($mb == $greek_lower) {
H A Dmb_strtoupper_basic.phpt38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
39 var_dump(base64_encode($mb));
41 if ($mb == $greek_upper) {
H A Dmb_ereg_variation3.phpt22 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
23 $mb = base64_decode('5pel5pys6Kqe');
29 "$mb" => '[[:graph:]]+',
31 "$mb\t" => '[[:print:]]+',
/PHP-7.3/Zend/tests/
H A Dbug40770.phpt15 $mb=148;
17 for ($i=0; $i<=$mb; $i++) {
/PHP-7.3/ext/standard/tests/streams/
H A Dbug78902.phpt8 /** create temporary file 2mb file */
11 $size = 1024 * 1024 * 2; // 2mb
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
48 string(25) "writing to an mb filename"
H A Dtest_kartuli_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
45 string(25) "writing to an mb filename"
H A Dtest_cp1253_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
45 string(25) "writing to an mb filename"
H A Dtest_cp1255_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
45 string(25) "writing to an mb filename"
H A Dtest_cp1256_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
45 string(25) "writing to an mb filename"
H A Dtest_cp1250_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
45 string(25) "writing to an mb filename"
H A Dtest_cp1251_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
49 string(25) "writing to an mb filename"
H A Dtest_cp1251_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1256_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
48 string(25) "writing to an mb filename"
H A Dtest_eucjp_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
45 string(25) "writing to an mb filename"
H A Dbug64506.phpt25 var_dump($f, fwrite($f, "writing to an mb filename"));
43 string(25) "writing to an mb filename"
H A Dtest_cp1255_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
48 string(25) "writing to an mb filename"
H A Dtest_cp936_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
47 string(25) "writing to an mb filename"
H A Dtest_big5_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
47 string(25) "writing to an mb filename"

Completed in 51 milliseconds

1234