Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c594 static bool _php_mb_regex_init_options(const char *parg, size_t narg, OnigOptionType *option, in _php_mb_regex_init_options() function
1038 if (!_php_mb_regex_init_options(option_str, option_str_len, &options, &syntax)) { in _php_mb_regex_ereg_replace_exec()
1284 if(!_php_mb_regex_init_options(option_str, option_str_len, &option, &syntax)) { in PHP_FUNCTION()
1339 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in _php_mb_regex_ereg_search_exec()
1477 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in PHP_FUNCTION()
1620 if(!_php_mb_regex_init_options(string, string_len, &opt, &syntax)) { in PHP_FUNCTION()

Completed in 8 milliseconds