Searched refs:option_str (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/mbstring/ |
H A D | php_mbregex.c | 846 char *option_str = NULL; in _php_mb_regex_ereg_replace_exec() local 854 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec() 862 &option_str, &option_str_len) == FAILURE) { in _php_mb_regex_ereg_replace_exec() 875 if (option_str != NULL) { in _php_mb_regex_ereg_replace_exec() 876 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec() 1191 char *option_str = NULL; in PHP_FUNCTION() local 1196 &option_str, &option_str_len)==FAILURE) { in PHP_FUNCTION() 1200 if (option_str != NULL) { in PHP_FUNCTION() 1201 _php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL); in PHP_FUNCTION()
|
Completed in 6 milliseconds