Home
last modified time | relevance | path

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

/php-src/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()
1275 size_t option_str_len = 0; in PHP_FUNCTION() local
1279 &option_str, &option_str_len)==FAILURE) { in PHP_FUNCTION()
1284 if(!_php_mb_regex_init_options(option_str, option_str_len, &option, &syntax)) { in PHP_FUNCTION()

Completed in 65 milliseconds