Searched refs:arg_options_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/mbstring/ |
H A D | php_mbregex.c | 1236 size_t arg_pattern_len, arg_options_len; in _php_mb_regex_ereg_search_exec() local 1242 …ND_NUM_ARGS(), "|ss", &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { in _php_mb_regex_ereg_search_exec() 1250 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in _php_mb_regex_ereg_search_exec() 1364 size_t arg_pattern_len = 0, arg_options_len = 0; in PHP_FUNCTION() local 1368 …gc, "S|ss", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { in PHP_FUNCTION() 1382 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); in PHP_FUNCTION()
|
Completed in 8 milliseconds