Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/soap/tests/
H A Dbug73037.phpt19 $piece = "<CD>
31 $min = strlen($begin) + strlen($piece) + strlen($end);
35 $data .= $piece;
47 $piece
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c1613 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local
1657 piece = subject + last_end_offset; in php_pcre_replace_impl()
1719 if (match-piece > 0) { in php_pcre_replace_impl()
1721 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1722 result_len += (match-piece); in php_pcre_replace_impl()
1771 piece = subject + start_offset; in php_pcre_replace_impl()
1912 piece = subject + last_end_offset; in php_pcre_replace_func_impl()
1956 if (match-piece > 0) { in php_pcre_replace_func_impl()
1958 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl()
1959 result_len += (match-piece); in php_pcre_replace_func_impl()
[all …]
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic4800 # piece length; the length of the piece like: 400h 100000h
4801 >(6.L+10) ubelong x \b, piece length 0x%x
11190 # Certificate information piece
H A Dmagic私はガラスを食べられます4800 # piece length; the length of the piece like: 400h 100000h
4801 >(6.L+10) ubelong x \b, piece length 0x%x
11190 # Certificate information piece

Completed in 238 milliseconds