Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c690 beg = args->region->beg[gn]; in mb_regex_groups_iter()
692 if (beg >= 0 && beg < end && end <= args->search_len) { in mb_regex_groups_iter()
944 beg = regs->beg[i]; in _php_mb_regex_ereg_exec()
1218 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION()
1329 int beg, end; in _php_mb_regex_ereg_search_exec() local
1390 beg = MBREX(search_regs)->beg[0]; in _php_mb_regex_ereg_search_exec()
1399 beg = MBREX(search_regs)->beg[i]; in _php_mb_regex_ereg_search_exec()
1401 if (beg >= 0 && beg <= end && end <= len) { in _php_mb_regex_ereg_search_exec()
1516 int beg, end; in PHP_FUNCTION() local
1530 beg = MBREX(search_regs)->beg[i]; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/pdo_oci/tests/
H A Dbug60994.phpt46 echo 'beg of stream1 is ', $start1, PHP_EOL;
66 echo 'beg of stream2 is ', $start2, PHP_EOL;
86 echo 'beg of stream3 is ', $start3, PHP_EOL;
106 echo 'beg of stream4 is ', $start4, PHP_EOL;
116 beg of stream1 is abcjjjjjjj
122 beg of stream2 is abc£££££££
128 beg of stream3 is abcҖҖҖҖҖҖҖ
134 beg of stream4 is abcののののののの
/PHP-8.2/ext/oci8/tests/
H A Dbug70700.phpt64 echo 'beg of stream1a is ', $start1a, PHP_EOL;
95 echo 'beg of stream2a is ', $start2a, PHP_EOL;
126 echo 'beg of stream3a is ', $start3a, PHP_EOL;
157 echo 'beg of stream4a is ', $start4a, PHP_EOL;
164 beg of stream1a is abcjjjjjjj
170 beg of stream2a is abc£££££££
176 beg of stream3a is abcҖҖҖҖҖҖҖ
182 beg of stream4a is abcののののののの
/PHP-8.2/ext/imap/
H A Dphp_imap.c3815 buf.beg = address; in _php_rfc822_write_address()
3816 buf.cur = buf.beg; in _php_rfc822_write_address()
3817 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()

Completed in 24 milliseconds