Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c294 cb = mb->cb; in do_callout()
322 rc = mb->callout(cb, mb->callout_data); in do_callout()
666 memcpy(new, mb->match_frames, mb->frame_vector_size); in match()
671 if (mb->match_frames != mb->stack_frames) in match()
672 mb->memctl.free(mb->match_frames, mb->memctl.memory_data); in match()
4836 mb->end_subject > mb->start_used_ptr) in match()
5983 if (mb->skip_arg_count <= mb->ignore_skip_arg) in match()
6639 mb->match_frames = mb->memctl.malloc(mb->frame_vector_size, in pcre2_match()
7098 mb->ignore_skip_arg = mb->skip_arg_count; in pcre2_match()
7264 if (mb->match_frames != mb->stack_frames) in pcre2_match()
[all …]
H A Dpcre2_dfa_match.c389 return (mb->callout)(cb, mb->callout_data); in do_callout()
432 if (newsizeK + mb->heap_used > mb->heap_limit) in more_workspace()
433 newsizeK = (uint32_t)(mb->heap_limit - mb->heap_used); in more_workspace()
701 if (ptr > mb->last_used_ptr) mb->last_used_ptr = ptr; in internal_dfa_match()
3206 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3374 mb->cb = &cb; in pcre2_dfa_match()
3440 mb->nllen = 1; in pcre2_dfa_match()
3445 mb->nllen = 1; in pcre2_dfa_match()
3450 mb->nllen = 1; in pcre2_dfa_match()
3455 mb->nllen = 2; in pcre2_dfa_match()
[all …]
/PHP-8.1/ext/fileinfo/tests/
H A Dbug61964-mb.phpt13 $dir = __DIR__ . "/bug61964-mb";
53 Warning: finfo_open(): offset `string' invalid in %sbug61964-mb.php on line %d
55 Warning: finfo_open(): offset ` Core' invalid in %sbug61964-mb.php on line %d
57 Warning: finfo_open(): offset ` Me' invalid in %sbug61964-mb.php on line %d
59 Warning: finfo_open(): offset `a' invalid in %sbug61964-mb.php on line %d
61 Warning: finfo_open(): offset `b' invalid in %sbug61964-mb.php on line %d
63 Warning: finfo_open(): Failed to load magic database at "%sbug61964-mb" in %sbug61964-mb.php on lin…
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strtolower_basic.phpt29 $mb = mb_strtolower($greek_upper, 'UTF-8');
30 var_dump(base64_encode($mb));
32 if ($mb == $greek_lower) {
H A Dmb_strtoupper_basic.phpt30 $mb = mb_strtoupper($greek_lower, 'UTF-8');
31 var_dump(base64_encode($mb));
33 if ($mb == $greek_upper) {
H A Dmb_ereg_variation3.phpt19 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
20 $mb = base64_decode('5pel5pys6Kqe');
26 "$mb" => '[[:graph:]]+',
28 "$mb\t" => '[[:print:]]+',
H A Dmb_strstr_variation5.phpt23 echo "-- mb data in utf-8 --\n";
46 -- mb data in utf-8 --
H A Dmb_strrchr_variation5.phpt23 echo "-- mb data in utf-8 --\n";
46 -- mb data in utf-8 --
/PHP-8.1/ext/exif/tests/
H A Dbug68113-mb.phpt11 Warning: exif_thumbnail(bug68113私はガラスを食べられます.jpg): File structure corrupted in %s%ebug68113-mb.php …
13 Warning: exif_thumbnail(bug68113私はガラスを食べられます.jpg): Invalid JPEG file in %s%ebug68113-mb.php on line…
/PHP-8.1/win32/
H A Dioutil.h182 wchar_t *mb, *ret; in php_win32_ioutil_conv_any_to_w() local
185 mb = php_win32_cp_conv_any_to_w(in, in_len, &mb_len); in php_win32_ioutil_conv_any_to_w()
186 if (!mb) { in php_win32_ioutil_conv_any_to_w()
196 free(mb); in php_win32_ioutil_conv_any_to_w()
202 free(mb); in php_win32_ioutil_conv_any_to_w()
210 free(mb); in php_win32_ioutil_conv_any_to_w()
217 …_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()
218 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w()
223 while (src < mb + mb_len) { in php_win32_ioutil_conv_any_to_w()
236 free(mb); in php_win32_ioutil_conv_any_to_w()
[all …]
/PHP-8.1/Zend/tests/
H A Dbug40770.phpt15 $mb=148;
17 for ($i=0; $i<=$mb; $i++) {
/PHP-8.1/ext/standard/tests/streams/
H A Dbug78902.phpt8 /** create temporary file 2mb file */
11 $size = 1024 * 1024 * 2; // 2mb, larger than the memory limit
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
49 string(25) "writing to an mb filename"
H A Dtest_cp1253_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1255_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
49 string(25) "writing to an mb filename"
H A Dtest_cp1255_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1256_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_eucjp_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_kartuli_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dbug64506.phpt25 var_dump($f, fwrite($f, "writing to an mb filename"));
42 string(25) "writing to an mb filename"
H A Dtest_big5_to_utf8_2.phpt29 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.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
48 string(25) "writing to an mb filename"
H A Dtest_cp1250_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1251_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
50 string(25) "writing to an mb filename"
H A Dtest_cp1251_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
47 string(25) "writing to an mb filename"

Completed in 92 milliseconds

1234