Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c1048 char *option_str = NULL; in _php_mb_regex_ereg_replace_exec() local
1056 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
1064 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
1077 if (option_str != NULL) { in _php_mb_regex_ereg_replace_exec()
1078 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
1375 char *option_str = NULL; in PHP_FUNCTION() local
1380 &option_str, &option_str_len)==FAILURE) { in PHP_FUNCTION()
1384 if (option_str != NULL) { in PHP_FUNCTION()
1385 _php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL); in PHP_FUNCTION()

Completed in 7 milliseconds