Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c849 char *option_str = NULL; in _php_mb_regex_ereg_replace_exec() local
857 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
865 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
878 if (option_str != NULL) { in _php_mb_regex_ereg_replace_exec()
879 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
1194 char *option_str = NULL; in PHP_FUNCTION() local
1199 &option_str, &option_str_len)==FAILURE) { in PHP_FUNCTION()
1203 if (option_str != NULL) { in PHP_FUNCTION()
1204 _php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL); in PHP_FUNCTION()

Completed in 7 milliseconds