Home
last modified time | relevance | path

Searched refs:flags (Results 226 – 250 of 458) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1316 if (funcs->flags) { in pdo_hash_methods()
1317 ifunc->fn_flags = funcs->flags | ZEND_ACC_NEVER_CACHE; in pdo_hash_methods()
H A Dpdo_stmt.c856 int flags, idx, old_arg_count = 0; in do_fetch() local
864 flags = how & PDO_FETCH_FLAGS; in do_fetch()
921 } else if (flags == PDO_FETCH_GROUP && colno) { in do_fetch()
941 if (flags & PDO_FETCH_CLASSTYPE) { in do_fetch()
969 if ((flags & PDO_FETCH_SERIALIZE) == 0) { in do_fetch()
1187 if (flags & PDO_FETCH_CLASSTYPE) { in do_fetch()
1243 int flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_verify_mode() local
1419 int error = 0, flags, old_arg_count; in PHP_METHOD() local
1513 flags = how & PDO_FETCH_FLAGS; in PHP_METHOD()
1870 int flags = 0, argc = ZEND_NUM_ARGS() - skip; in pdo_stmt_setup_fetch_mode() local
[all …]
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c561 long flags = 0; /* Match control flags */ in php_do_pcre_match() local
619 if (flags & 0xff) { in php_pcre_match_impl()
620 subpats_order = flags & 0xff; in php_pcre_match_impl()
1519 long limit_val, long flags TSRMLS_DC) in php_pcre_split_impl()
1538 no_empty = flags & PREG_SPLIT_NO_EMPTY; in php_pcre_split_impl()
1784 &input, &flags) == FAILURE) { in PHP_FUNCTION()
1813 invert = flags & PREG_GREP_INVERT ? 1 : 0; in php_pcre_grep_impl()
1911 ZEND_ARG_INFO(0, flags)
1919 ZEND_ARG_INFO(0, flags)
1943 ZEND_ARG_INFO(0, flags)
[all …]
H A Dphp_pcre.h58 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC);
64 long limit_val, long flags TSRMLS_DC);
67 long flags TSRMLS_DC);
/PHP-5.5/ext/pcre/tests/
H A D002.phpt26 Warning: preg_match_all(): Invalid flags specified in %s002.php on line 5
H A Dmatch_flags3.phpt2 preg_match() flags 3
H A Dpreg_grep_error1.phpt6 * proto array preg_grep(string regex, array input [, int flags])
H A Dpreg_grep_error2.phpt6 * proto array preg_grep(string regex, array input [, int flags])
H A Dpreg_match_all_edit_basic.phpt5 … int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
H A Dpreg_match_error1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_error2.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_variation1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_split_basic.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_split_error2.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_grep_basic.phpt6 * proto array preg_grep(string regex, array input [, int flags])
H A Dpreg_grep_error.phpt6 * proto array preg_grep(string regex, array input [, int flags])
17 $flags = 0;
19 var_dump(preg_grep($regex, $input, $flags, $extra_arg));
H A Dpreg_match_all_basic.phpt6 * proto int preg_match_all(string pattern, string subject, [array subpatterns [, int flags [, int o…
H A Dpreg_match_all_error.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
17 $flags = PREG_OFFSET_CAPTURE;
20 var_dump(preg_match_all($pattern, $subject, $matches, $flags, $offset, $extra_arg));
H A Dpreg_match_all_error1.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_all_error2.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_all_error3.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic_002.phpt5 …_match ( string $pattern , string $subject [, array &$matches [, int $flags [, int $offset ]…
H A Dpreg_match_basic_edit.phpt5 …o int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
H A Dpreg_match_error.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
17 $flags = PREG_OFFSET_CAPTURE;
20 var_dump(preg_match($pattern, $subject, $matches, $flags, $offset, $extra_arg));

Completed in 60 milliseconds

12345678910>>...19