Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1180 char *arg_pattern, *arg_options; in _php_mb_regex_ereg_search_exec() local
1187 …if (zend_parse_parameters(argc TSRMLS_CC, "|ss", &arg_pattern, &arg_pattern_len, &arg_options, &ar… in _php_mb_regex_ereg_search_exec()
1195 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in _php_mb_regex_ereg_search_exec()
1311 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION() local
1316 …ers(argc TSRMLS_CC, "z|ss", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_l… in PHP_FUNCTION()
1330 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in PHP_FUNCTION()

Completed in 7 milliseconds