Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/tests/
H A Dbug73037.phpt21 $piece = "<CD>
33 $min = strlen($begin) + strlen($piece) + strlen($end);
37 $data .= $piece;
49 $piece
/PHP-7.3/ext/standard/tests/mail/
H A Dezmlm_hash_variation1.phpt95 string(5) "piece"
149 string(5) "piece"
160 string(5) "piece"
/PHP-7.3/ext/standard/tests/strings/
H A Dexplode_variation1.phpt95 string(5) "piece"
149 string(5) "piece"
160 string(5) "piece"
/PHP-7.3/ext/interbase/tests/
H A D004.phpt42 while($piece = ibase_blob_get($bl_h, 1 + rand() % 1024))
43 $blob .= $piece;
51 while($piece = ibase_blob_get($bl_h, 100 * 1024))
52 $blob .= $piece;
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1581 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local
1623 piece = subject + last_end_offset; in php_pcre_replace_impl()
1687 if (match-piece > 0) { in php_pcre_replace_impl()
1689 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1690 result_len += (match-piece); in php_pcre_replace_impl()
1740 piece = subject + start_offset; in php_pcre_replace_impl()
1881 piece = subject + last_end_offset; in php_pcre_replace_func_impl()
1926 if (match-piece > 0) { in php_pcre_replace_func_impl()
1928 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl()
1929 result_len += (match-piece); in php_pcre_replace_func_impl()
[all …]
/PHP-7.3/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.3/ext/fileinfo/tests/
H A Dmagic8078 # Certificate information piece
H A Dmagic私はガラスを食べられます8078 # Certificate information piece

Completed in 138 milliseconds