Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c1184 char *arg_pattern, *arg_options; in _php_mb_regex_ereg_search_exec() local
1191 …if (zend_parse_parameters(argc TSRMLS_CC, "|ss", &arg_pattern, &arg_pattern_len, &arg_options, &ar… in _php_mb_regex_ereg_search_exec()
1199 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in _php_mb_regex_ereg_search_exec()
1312 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION() local
1317 …ers(argc TSRMLS_CC, "z|ss", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_l… in PHP_FUNCTION()
1331 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in PHP_FUNCTION()

Completed in 9 milliseconds