Home
last modified time | relevance | path

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

1234

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c301 cb = mb->cb; in do_callout()
329 rc = mb->callout(cb, mb->callout_data); in do_callout()
539 (Feptr > mb->start_used_ptr || mb->allowemptypartial)) \
838 if (Feptr > mb->last_used_ptr) mb->last_used_ptr = Feptr; in match()
929 if (Feptr > mb->last_used_ptr) mb->last_used_ptr = Feptr; in match()
5136 mb->end_subject > mb->start_used_ptr) in match()
6409 if (mb->skip_arg_count <= mb->ignore_skip_arg) in match()
6470 if (Feptr > mb->last_used_ptr) mb->last_used_ptr = Feptr; in match()
6950 mb->cb = &cb; in pcre2_match()
7538 mb->ignore_skip_arg = mb->skip_arg_count; in pcre2_match()
[all …]
H A Dpcre2_dfa_match.c391 return (mb->callout)(cb, mb->callout_data); in do_callout_dfa()
434 if (newsizeK + mb->heap_used > mb->heap_limit) in more_workspace()
435 newsizeK = (uint32_t)(mb->heap_limit - mb->heap_used); in more_workspace()
703 if (ptr > mb->last_used_ptr) mb->last_used_ptr = ptr; in internal_dfa_match()
3315 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3485 mb->cb = &cb; in pcre2_dfa_match()
3551 mb->nllen = 1; in pcre2_dfa_match()
3556 mb->nllen = 1; in pcre2_dfa_match()
3561 mb->nllen = 1; in pcre2_dfa_match()
3566 mb->nllen = 2; in pcre2_dfa_match()
[all …]
/php-src/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-src/Zend/tests/
H A Daccess_modifiers_009.phpt25 static protected function mb() {
26 return 'B1::mb()';
36 var_dump(is_callable('B1::mb'));
42 var_dump(is_callable('B2::mb'));
H A Daccess_modifiers_008.phpt25 static protected function mb() {
26 return 'B1::mb()';
45 echo B1::mb() . "\n";
60 Call to protected method B1::mb() from scope B2
H A Dbug40770.phpt15 $mb=148;
17 for ($i=0; $i<=$mb; $i++) {
/php-src/ext/mbstring/tests/
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_strrchr_variation5.phpt23 echo "-- mb data in utf-8 --\n";
46 -- mb data in utf-8 --
H A Dmb_strstr_variation5.phpt23 echo "-- mb data in utf-8 --\n";
46 -- mb data in utf-8 --
/php-src/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-src/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-src/tests/basic/
H A Dini_parse_quantity_warnings.phpt8 ini_parse_quantity('1mb');
12 Warning: Invalid quantity "1mb": unknown multiplier "b", interpreting as "1" for backwards compatib…
/php-src/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-src/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_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"

Completed in 51 milliseconds

1234