Searched refs:arg_options_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/mbstring/ |
H A D | php_mbregex.c | 1192 size_t arg_pattern_len, arg_options_len; in _php_mb_regex_ereg_search_exec() local 1198 …ND_NUM_ARGS(), "|ss", &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { in _php_mb_regex_ereg_search_exec() 1206 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in _php_mb_regex_ereg_search_exec() 1320 size_t arg_pattern_len = 0, arg_options_len = 0; in PHP_FUNCTION() local 1324 …gc, "z|ss", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { in PHP_FUNCTION() 1338 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in PHP_FUNCTION()
|
Completed in 5 milliseconds