Home
last modified time | relevance | path

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

/php-src/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
/php-src/ext/pcre/
H A Dphp_pcre.c1619 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local
1663 piece = subject + last_end_offset; in php_pcre_replace_impl()
1725 if (match-piece > 0) { in php_pcre_replace_impl()
1727 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1728 result_len += (match-piece); in php_pcre_replace_impl()
1777 piece = subject + start_offset; in php_pcre_replace_impl()
1918 piece = subject + last_end_offset; in php_pcre_replace_func_impl()
1962 if (match-piece > 0) { in php_pcre_replace_func_impl()
1964 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl()
1965 result_len += (match-piece); in php_pcre_replace_func_impl()
[all …]
/php-src/ext/soap/tests/
H A Dbug73037.phpt19 $piece = "<CD>
31 $min = strlen($begin) + strlen($piece) + strlen($end);
35 $data .= $piece;
47 $piece

Completed in 244 milliseconds