Searched refs:beg (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/mbstring/ |
H A D | php_mbregex.c | 768 beg = regs->beg[i]; in _php_mb_regex_ereg_exec() 770 if (beg >= 0 && beg < end && (size_t)end <= string_len) { in _php_mb_regex_ereg_exec() 771 add_index_stringl(array, i, (char *)&str[beg], end - beg); in _php_mb_regex_ereg_exec() 1134 int beg, end; in PHP_FUNCTION() local 1139 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION() 1296 beg = MBREX(search_regs)->beg[0]; in _php_mb_regex_ereg_search_exec() 1305 beg = MBREX(search_regs)->beg[i]; in _php_mb_regex_ereg_search_exec() 1307 if (beg >= 0 && beg <= end && end <= len) { in _php_mb_regex_ereg_search_exec() 1431 beg = MBREX(search_regs)->beg[i]; in PHP_FUNCTION() 1433 if (beg >= 0 && beg <= end && end <= len) { in PHP_FUNCTION() [all …]
|
/PHP-7.1/ext/pdo_oci/tests/ |
H A D | bug60994.phpt | 43 echo 'beg of stream1 is ', $start1, PHP_EOL; 60 echo 'beg of stream2 is ', $start2, PHP_EOL; 77 echo 'beg of stream3 is ', $start3, PHP_EOL; 94 echo 'beg of stream4 is ', $start4, PHP_EOL; 102 beg of stream1 is abcjjjjjjj 108 beg of stream2 is abc£££££££ 114 beg of stream3 is abcҖҖҖҖҖҖҖ 120 beg of stream4 is abcののののののの
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regtrav.c | 45 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse() 57 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
|
H A D | regexec.c | 58 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear() 91 node->beg = ONIG_REGION_NOTPOS; in history_node_new() 137 clone->beg = node->beg; in history_tree_clone() 189 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize() 222 region->beg[at] = beg; in onig_region_set() 232 region->beg = (int* )0; in onig_region_init() 252 if (r->beg) xfree(r->beg); in onig_region_free() 273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy() 279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy() 285 to->beg[i] = from->beg[i]; in onig_region_copy() [all …]
|
H A D | testc.c | 129 if (region->beg[mem] == from && region->end[mem] == to) { in xx() 135 from, to, region->beg[mem], region->end[mem]); in xx()
|
H A D | oniguruma.h | 602 int beg; member 613 int* beg; member 757 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
|
H A D | testu.c | 175 if (region->beg[mem] == from && region->end[mem] == to) { in xx() 181 from, to, region->beg[mem], region->end[mem]); in xx()
|
H A D | regparse.c | 868 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()
|
/PHP-7.1/ext/oci8/tests/ |
H A D | bug70700.phpt | 62 echo 'beg of stream1a is ', $start1a, PHP_EOL; 93 echo 'beg of stream2a is ', $start2a, PHP_EOL; 124 echo 'beg of stream3a is ', $start3a, PHP_EOL; 155 echo 'beg of stream4a is ', $start4a, PHP_EOL; 161 beg of stream1a is abcjjjjjjj 167 beg of stream2a is abc£££££££ 173 beg of stream3a is abcҖҖҖҖҖҖҖ 179 beg of stream4a is abcののののののの
|
/PHP-7.1/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 129 if (region->beg[mem] == from && region->end[mem] == to) { in xx() 135 from, to, region->beg[mem], region->end[mem]); in xx()
|
/PHP-7.1/ext/mbstring/oniguruma/doc/ |
H A D | API | 416 int func(int group, int beg, int end, int level, int at, 420 beg: capture start position
|
/PHP-7.1/ext/imap/ |
H A D | php_imap.c | 4388 buf.beg = address; in _php_rfc822_write_address() 4389 buf.cur = buf.beg; in _php_rfc822_write_address() 4390 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()
|
Completed in 76 milliseconds