Searched refs:arg_options (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/mbstring/ |
H A D | php_mbregex.c | 1232 char *arg_pattern = NULL, *arg_options = NULL; in _php_mb_regex_ereg_search_exec() local 1239 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ss", &arg_pattern, &arg_pattern_len, &arg_options, &a… in _php_mb_regex_ereg_search_exec() 1245 if (arg_options) { in _php_mb_regex_ereg_search_exec() 1247 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in _php_mb_regex_ereg_search_exec() 1360 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION() local 1365 …if (zend_parse_parameters(argc, "S|ss", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &a… in PHP_FUNCTION() 1379 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in PHP_FUNCTION()
|
Completed in 6 milliseconds