Searched refs:beg (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/mbstring/ |
H A D | php_mbregex.c | 689 beg = args->region->beg[gn]; in mb_regex_groups_iter() 691 if (beg >= 0 && beg < end && end <= args->search_len) { in mb_regex_groups_iter() 964 beg = regs->beg[i]; in _php_mb_regex_ereg_exec() 966 if (beg >= 0 && beg < end && (size_t)end <= string_len) { in _php_mb_regex_ereg_exec() 967 add_index_stringl(array, i, (char *)&str[beg], end - beg); in _php_mb_regex_ereg_exec() 1319 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION() 1489 beg = MBREX(search_regs)->beg[0]; in _php_mb_regex_ereg_search_exec() 1498 beg = MBREX(search_regs)->beg[i]; in _php_mb_regex_ereg_search_exec() 1500 if (beg >= 0 && beg <= end && end <= len) { in _php_mb_regex_ereg_search_exec() 1633 beg = MBREX(search_regs)->beg[i]; in PHP_FUNCTION() [all …]
|
/PHP-7.4/ext/pdo_oci/tests/ |
H A D | bug60994.phpt | 42 echo 'beg of stream1 is ', $start1, PHP_EOL; 59 echo 'beg of stream2 is ', $start2, PHP_EOL; 76 echo 'beg of stream3 is ', $start3, PHP_EOL; 93 echo 'beg of stream4 is ', $start4, PHP_EOL; 101 beg of stream1 is abcjjjjjjj 107 beg of stream2 is abc£££££££ 113 beg of stream3 is abcҖҖҖҖҖҖҖ 119 beg of stream4 is abcののののののの
|
/PHP-7.4/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.4/ext/imap/ |
H A D | php_imap.c | 4487 buf.beg = address; in _php_rfc822_write_address() 4488 buf.cur = buf.beg; in _php_rfc822_write_address() 4489 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()
|
Completed in 38 milliseconds