Searched refs:piece (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/soap/tests/ |
H A D | bug73037.phpt | 19 $piece = "<CD> 31 $min = strlen($begin) + strlen($piece) + strlen($end); 35 $data .= $piece; 47 $piece
|
/PHP-8.2/ext/pcre/ |
H A D | php_pcre.c | 1620 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local 1661 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() 1780 piece = subject + start_offset; in php_pcre_replace_impl() 1919 piece = subject + last_end_offset; in php_pcre_replace_func_impl() 1965 if (match-piece > 0) { in php_pcre_replace_func_impl() 1967 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl() 1968 result_len += (match-piece); in php_pcre_replace_func_impl() [all …]
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_lob.c | 163 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 D | php_oci8_int.h | 462 sb4 php_oci_lob_callback(dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_bu…
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 10001 # Certificate information piece
|
H A D | magic私はガラスを食べられます | 10001 # Certificate information piece
|
Completed in 196 milliseconds