Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt23 $piece = "<CD>
35 $min = strlen($begin) + strlen($piece) + strlen($end);
39 $data .= $piece;
51 $piece
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1630 *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 Doci8_lob.c165 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 Dphp_oci8_int.h459 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 Dmagic私はガラスを食べられます8933 # Certificate information piece
H A Dmagic8933 # Certificate information piece

Completed in 144 milliseconds