Searched refs:piece (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/soap/tests/ |
H A D | bug73037.phpt | 23 $piece = "<CD> 35 $min = strlen($begin) + strlen($piece) + strlen($end); 39 $data .= $piece; 51 $piece
|
/PHP-7.4/ext/pcre/ |
H A D | php_pcre.c | 1630 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local 1672 piece = subject + last_end_offset; in php_pcre_replace_impl() 1736 if (match-piece > 0) { in php_pcre_replace_impl() 1738 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl() 1739 result_len += (match-piece); in php_pcre_replace_impl() 1789 piece = subject + start_offset; in php_pcre_replace_impl() 1928 piece = subject + last_end_offset; in php_pcre_replace_func_impl() 1974 if (match-piece > 0) { in php_pcre_replace_func_impl() 1976 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl() 1977 result_len += (match-piece); in php_pcre_replace_func_impl() [all …]
|
/PHP-7.4/ext/oci8/ |
H A D | oci8_lob.c | 165 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback() argument 170 switch (piece) in php_oci_lob_callback() 197 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 | 459 sb4 php_oci_lob_callback(dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_bu…
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 8933 # Certificate information piece
|
H A D | magic | 8933 # Certificate information piece
|
Completed in 190 milliseconds