Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/tests/
H A Dbug73037.phpt19 $piece = "<CD>
31 $min = strlen($begin) + strlen($piece) + strlen($end);
35 $data .= $piece;
47 $piece
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1596 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local
1637 piece = subject + last_end_offset; in php_pcre_replace_impl()
1701 if (match-piece > 0) { in php_pcre_replace_impl()
1703 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1704 result_len += (match-piece); in php_pcre_replace_impl()
1754 piece = subject + start_offset; in php_pcre_replace_impl()
1893 piece = subject + last_end_offset; in php_pcre_replace_func_impl()
1939 if (match-piece > 0) { in php_pcre_replace_func_impl()
1941 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl()
1942 result_len += (match-piece); in php_pcre_replace_func_impl()
[all …]
/PHP-8.3/ext/oci8/
H A Doci8_lob.c163 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback() argument
168 switch (piece) in php_oci_lob_callback()
195 php_error_docref(NULL, E_WARNING, "Unexpected LOB piece id received (value:%d)", piece); in php_oci_lob_callback()
H A Dphp_oci8_int.h464 sb4 php_oci_lob_callback(dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_bu…
/PHP-8.3/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 161 milliseconds