/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 294 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() 4834 mb->end_subject > mb->start_used_ptr) in match() 5981 if (mb->skip_arg_count <= mb->ignore_skip_arg) in match() 6637 mb->match_frames = mb->memctl.malloc(mb->frame_vector_size, in pcre2_match() 7072 mb->ignore_skip_arg = mb->skip_arg_count; in pcre2_match() 7237 if (mb->match_frames != mb->stack_frames) in pcre2_match() [all …]
|
H A D | pcre2_dfa_match.c | 389 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-7.4/ext/fileinfo/tests/ |
H A D | bug61964-mb.phpt | 13 $dir = __DIR__ . "/bug61964-mb"; 52 Notice: finfo_open(): Warning: offset `string' invalid in %sbug61964-mb.php on line %d 54 Notice: finfo_open(): Warning: offset ` Core' invalid in %sbug61964-mb.php on line %d 56 Notice: finfo_open(): Warning: offset ` Me' invalid in %sbug61964-mb.php on line %d 58 Notice: finfo_open(): Warning: offset `a' invalid in %sbug61964-mb.php on line %d 60 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964-mb.php on line %d 62 Warning: finfo_open(): Failed to load magic database at '%sbug61964-mb'. in %sbug61964-mb.php on li…
|
H A D | bug71527-mb.phpt | 16 …): 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.4/ext/exif/tests/ |
H A D | bug68113-mb.phpt | 13 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.4/Zend/tests/ |
H A D | bug40770.phpt | 15 $mb=148; 17 for ($i=0; $i<=$mb; $i++) {
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug78902.phpt | 8 /** create temporary file 2mb file */ 11 $size = 1024 * 1024 * 2; // 2mb
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_strtolower_basic.phpt | 37 $mb = mb_strtolower($greek_upper, 'UTF-8'); 38 var_dump(base64_encode($mb)); 40 if ($mb == $greek_lower) {
|
H A D | mb_strtoupper_basic.phpt | 38 $mb = mb_strtoupper($greek_lower, 'UTF-8'); 39 var_dump(base64_encode($mb)); 41 if ($mb == $greek_upper) {
|
H A D | mb_ereg_variation3.phpt | 23 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly 24 $mb = base64_decode('5pel5pys6Kqe'); 30 "$mb" => '[[:graph:]]+', 32 "$mb\t" => '[[:print:]]+',
|
/PHP-7.4/win32/ |
H A D | ioutil.h | 184 wchar_t *mb, *ret; in php_win32_ioutil_conv_any_to_w() local 187 mb = php_win32_cp_conv_any_to_w(in, in_len, &mb_len); in php_win32_ioutil_conv_any_to_w() 188 if (!mb) { in php_win32_ioutil_conv_any_to_w() 198 free(mb); in php_win32_ioutil_conv_any_to_w() 204 free(mb); in php_win32_ioutil_conv_any_to_w() 212 free(mb); in php_win32_ioutil_conv_any_to_w() 219 …_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() 220 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w() 225 while (src < mb + mb_len) { in php_win32_ioutil_conv_any_to_w() 238 free(mb); in php_win32_ioutil_conv_any_to_w() [all …]
|
/PHP-7.4/ext/standard/tests/file/windows_mb_path/ |
H A D | test_kartuli_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 47 string(25) "writing to an mb filename"
|
H A D | test_cp1255_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 47 string(25) "writing to an mb filename"
|
H A D | test_cp1256_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 47 string(25) "writing to an mb filename"
|
H A D | test_cp1253_2.phpt | 32 var_dump($f, fwrite($f, "writing to an mb filename")); 50 string(25) "writing to an mb filename"
|
H A D | test_cp1253_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 47 string(25) "writing to an mb filename"
|
H A D | bug64506.phpt | 25 var_dump($f, fwrite($f, "writing to an mb filename")); 43 string(25) "writing to an mb filename"
|
H A D | test_cp1256_2.phpt | 32 var_dump($f, fwrite($f, "writing to an mb filename")); 50 string(25) "writing to an mb filename"
|
H A D | test_cp936_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 49 string(25) "writing to an mb filename"
|
H A D | test_cp1255_2.phpt | 32 var_dump($f, fwrite($f, "writing to an mb filename")); 50 string(25) "writing to an mb filename"
|
H A D | test_cp1250_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 47 string(25) "writing to an mb filename"
|
H A D | test_cp1251_2.phpt | 32 var_dump($f, fwrite($f, "writing to an mb filename")); 51 string(25) "writing to an mb filename"
|
H A D | test_cp1251_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 48 string(25) "writing to an mb filename"
|
H A D | test_eucjp_to_utf8_2.phpt | 29 var_dump($f, fwrite($f, "writing to an mb filename")); 47 string(25) "writing to an mb filename"
|
H A D | test_cp1254_2.phpt | 32 var_dump($f, fwrite($f, "writing to an mb filename")); 50 string(25) "writing to an mb filename"
|