Lines Matching defs:flags
1058 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1131 zend_long flags = 0; /* Match control flags */ in php_do_pcre_match() local
1173 zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl()
1550 …end_string **subpat_names, uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) in preg_do_repl_func()
1855 …_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func_impl()
2072 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func()
2204 …i, zend_fcall_info_cache *fcc, zval *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2244 …d_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, zend_long limit_val, zend_long flags) in preg_replace_func_impl()
2391 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
2431 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
2509 zend_long flags = 0; /* Match control flags */ in PHP_FUNCTION() local
2535 zend_long limit_val, zend_long flags) in php_pcre_split_impl()
2870 zend_long flags = 0; /* Match control flags */ in PHP_FUNCTION() local
2892 …p_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long flags) /* {{{ */ in php_pcre_grep_impl()