Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c1324 char *arg_pattern = NULL, *arg_options = NULL; in _php_mb_regex_ereg_search_exec() local
1334 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!", &arg_pattern, &arg_pattern_len, &arg_options, … in _php_mb_regex_ereg_search_exec()
1338 if (arg_options) { in _php_mb_regex_ereg_search_exec()
1339 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in _php_mb_regex_ereg_search_exec()
1461 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION() local
1466 …(ZEND_NUM_ARGS(), "S|s!s!", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_l… in PHP_FUNCTION()
1475 if (arg_options) { in PHP_FUNCTION()
1477 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in PHP_FUNCTION()

Completed in 8 milliseconds