Searched refs:arg_options_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/mbstring/ |
H A D | php_mbregex.c | 1325 size_t arg_pattern_len, arg_options_len; in _php_mb_regex_ereg_search_exec() local 1334 …_NUM_ARGS(), "|s!s!", &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { 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() 1462 size_t arg_pattern_len = 0, arg_options_len = 0; in PHP_FUNCTION() local 1466 …, "S|s!s!", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { in PHP_FUNCTION() 1477 _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax); in PHP_FUNCTION()
|
Completed in 7 milliseconds