Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1012 size_t option_str_len = 0; in _php_mb_regex_ereg_replace_exec() local
1019 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
1027 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
1038 if (!_php_mb_regex_init_options(option_str, option_str_len, &options, &syntax)) { in _php_mb_regex_ereg_replace_exec()
1278 size_t option_str_len = 0; in PHP_FUNCTION() local
1282 &option_str, &option_str_len)==FAILURE) { in PHP_FUNCTION()
1287 if(!_php_mb_regex_init_options(option_str, option_str_len, &option, &syntax)) { in PHP_FUNCTION()

Completed in 9 milliseconds