preg_flags 1552 ext/spl/spl_iterators.c intern->u.regex.preg_flags = 0; preg_flags 1553 ext/spl/spl_iterators.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Os|lll", &zobject, ce_inner, ®ex, ®ex_len, &mode, &intern->u.regex.flags, &intern->u.regex.preg_flags) == FAILURE) { preg_flags 2086 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 TSRMLS_CC); preg_flags 2097 ext/spl/spl_iterators.c php_pcre_split_impl(intern->u.regex.pce, subject, subject_len, intern->current.data, -1, intern->u.regex.preg_flags TSRMLS_CC); preg_flags 2230 ext/spl/spl_iterators.c RETURN_LONG(intern->u.regex.preg_flags); preg_flags 2241 ext/spl/spl_iterators.c long preg_flags; preg_flags 2243 ext/spl/spl_iterators.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &preg_flags) == FAILURE) { preg_flags 2249 ext/spl/spl_iterators.c intern->u.regex.preg_flags = preg_flags; preg_flags 2275 ext/spl/spl_iterators.c zval **args[5], *object, *regex, *mode, *flags, *preg_flags; preg_flags 2281 ext/spl/spl_iterators.c MAKE_STD_ZVAL(preg_flags); preg_flags 2287 ext/spl/spl_iterators.c ZVAL_LONG(preg_flags, intern->u.regex.preg_flags); preg_flags 2293 ext/spl/spl_iterators.c args[4] = &preg_flags; preg_flags 2301 ext/spl/spl_iterators.c zval_ptr_dtor(&preg_flags); preg_flags 2482 ext/spl/spl_iterators.c ZEND_ARG_INFO(0, preg_flags) preg_flags 2494 ext/spl/spl_iterators.c ZEND_ARG_INFO(0, preg_flags) preg_flags 2515 ext/spl/spl_iterators.c ZEND_ARG_INFO(0, preg_flags) preg_flags 160 ext/spl/spl_iterators.h long preg_flags;