use_flags         635 ext/pcre/php_pcre.c 	zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset)
use_flags         669 ext/pcre/php_pcre.c 	if (use_flags) {
use_flags          63 ext/pcre/php_pcre.h 	zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset);
use_flags        1546 ext/spl/spl_iterators.c 			intern->u.regex.use_flags = ZEND_NUM_ARGS() >= 5;
use_flags        2076 ext/spl/spl_iterators.c 				&intern->current.data, intern->u.regex.mode == REGIT_MODE_ALL_MATCHES, intern->u.regex.use_flags, intern->u.regex.preg_flags, 0);
use_flags        2209 ext/spl/spl_iterators.c 	if (intern->u.regex.use_flags) {
use_flags        2230 ext/spl/spl_iterators.c 	intern->u.regex.use_flags = 1;
use_flags         162 ext/spl/spl_iterators.h 			int              use_flags;