Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1327 char *arg_pattern = NULL, *arg_options = NULL; in _php_mb_regex_ereg_search_exec() local
1337 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!", &arg_pattern, &arg_pattern_len, &arg_options, … in _php_mb_regex_ereg_search_exec()
1341 if (arg_options) { in _php_mb_regex_ereg_search_exec()
1342 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in _php_mb_regex_ereg_search_exec()
1464 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION() local
1469 …(ZEND_NUM_ARGS(), "S|s!s!", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_l… in PHP_FUNCTION()
1478 if (arg_options) { in PHP_FUNCTION()
1480 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in PHP_FUNCTION()

Completed in 8 milliseconds