Searched refs:piece (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/ext/soap/tests/ |
H A D | bug73037.phpt | 21 $piece = "<CD> 33 $min = strlen($begin) + strlen($piece) + strlen($end); 37 $data .= $piece; 49 $piece
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | explode_variation1.phpt | 95 string(5) "piece" 149 string(5) "piece" 160 string(5) "piece"
|
/PHP-7.2/ext/standard/tests/mail/ |
H A D | ezmlm_hash_variation1.phpt | 95 string(5) "piece" 149 string(5) "piece" 160 string(5) "piece"
|
/PHP-7.2/ext/pcre/ |
H A D | php_pcre.c | 1299 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local 1386 piece = subject + start_offset; in php_pcre_replace_impl() 1433 if (match-piece > 0) { in php_pcre_replace_impl() 1435 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl() 1436 result_len += (match-piece); in php_pcre_replace_impl() 1492 int unit_len = calculate_unit_length(pce, piece); in php_pcre_replace_impl() 1558 *piece; /* The current piece of subject */ in php_pcre_replace_func_impl() local 1646 piece = subject + start_offset; in php_pcre_replace_func_impl() 1672 if (match-piece > 0) { in php_pcre_replace_func_impl() 1674 memcpy(ZSTR_VAL(result) + result_len, piece, match-piece); in php_pcre_replace_func_impl() [all …]
|
/PHP-7.2/ext/interbase/tests/ |
H A D | 004.phpt | 42 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.2/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.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2696 the pattern was not studied. The third argument specifies which piece 9891 string (matched piece is copied to string) 9892 StringPiece (StringPiece is mutated to point to matched piece)
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 7450 # Certificate information piece
|
H A D | magic私はガラスを食べられます | 7450 # Certificate information piece
|
Completed in 131 milliseconds