Home
last modified time | relevance | path

Searched refs:cat (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput9684 /\bthe cat\b/8
685 the cat\P
686 the cat\P\P
H A Dtestoutput84042 cat
4043 0: cat
4045 0: cat
4047 0: cat
4056 cat
4057 0: cat
4059 0: cat
4061 0: cat
7158 /\bthe cat\b/
7159 the cat\P
[all …]
H A Dtestinput82116 word cat dog elephant mussel cow horse canary baboon snake shark otherword
2117 word cat dog elephant mussel cow horse canary baboon snake shark
2568 /(?(?<=foo)bar|cat)/
2570 cat
2576 /(?(?<!foo)cat|bar)/
2578 cat
3785 word cat dog elephant mussel cow horse canary baboon snake shark otherword
3786 word cat dog elephant mussel cow horse canary baboon snake shark
4461 /\bthe cat\b/
4462 the cat\P
[all …]
H A Dtestinput5579 /\bthe cat\b/8
580 the cat\P
581 the cat\P\P
H A Dtestinput279 /cat|dog|elephant/I
83 /cat|dog|elephant/IS
87 /cat|dog|elephant/IiS
2461 cat
2464 cat
2727 /\bthe cat\b/
2728 the cat\P
2729 the cat\P\P
2967 cat
2970 cat
[all …]
H A Dtestoutput1793 /(cat(a(ract|tonic)|erpillar)) \1()2(3)/
3389 /(?(?<=foo)bar|cat)/
3392 cat
3393 0: cat
3395 0: cat
3397 0: cat
3403 /(?(?<!foo)cat|bar)/
3406 cat
3407 0: cat
3409 0: cat
[all …]
H A Dtestinput1392 /(cat(a(ract|tonic)|erpillar)) \1()2(3)/
1688 word cat dog elephant mussel cow horse canary baboon snake shark otherword
1689 word cat dog elephant mussel cow horse canary baboon snake shark
1692 …word cat dog elephant mussel cow horse canary baboon snake shark the quick brown fox and the lazy …
2157 /(?(?<=foo)bar|cat)/
2159 cat
2165 /(?(?<!foo)cat|bar)/
2167 cat
3589 word cat dog elephant mussel cow horse canary baboon snake shark otherword
3590 word cat dog elephant mussel cow horse canary baboon snake shark
[all …]
H A Dtestoutput51386 /\bthe cat\b/8
1387 the cat\P
1388 0: the cat
1389 the cat\P\P
1390 Partial match: the cat
H A Dtestoutput91231 /\bthe cat\b/8
1232 the cat\P
1233 0: the cat
1234 the cat\P\P
1235 Partial match: the cat
H A Dtestoutput2165 /cat|dog|elephant/I
171 0: cat
183 0: cat
9202 cat
9206 cat
9779 /\bthe cat\b/
9780 the cat\P
9781 0: the cat
10465 cat
10479 cat
[all …]
/PHP-5.5/Zend/
H A DZend.m4282 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
283 LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2`
/PHP-5.5/build/
H A Dlibtool.m4275 cat > conftest.$ac_ext <<EOF
288 cat conftest.$ac_ext >&6
437 cat <<EOF
744 cat conftest.err >&5
782 cat conftest.err 1>&5
1160 cat out/conftest.err >&5
2196 cat <<EOF 1>&2
4478 cat <<\EOF >> "$cfgfile"
5426 cat <<EOF 1>&2
5556 cat <<EOF 1>&2
[all …]
H A Dshtool1247 … v=`(grep VERSION /etc/${tagfile}; cat /etc/${tagfile}) | grep '[0-9]' | sed -e 'q' |\
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1331 register cat_t cat; local
1339 cat = g->ncategories++;
1340 cats[c] = cat;
1343 cats[c2] = cat;
/PHP-5.5/
H A Dconfigure.in1372 cat >meta_ccld<<EOF
1550 cat >Zend/zend_config.h <<FEO
1589 cat <<X
1607 cat <<X
1623 cat <<X
1636 cat <<X
1650 cat <<X
H A Dacinclude.m4155 cat >Makefile <<EOF
165 cat $abs_srcdir/Makefile.global Makefile.fragments Makefile.objects >> Makefile
265 cat >>Makefile.objects<<EOF
861 cat >>Makefile.objects<<EOF
1096 eval $php_cache_value=`cat conftestval`
2629 cat >$1 <<X
2645 cat >conftest.$ac_ext <<X
2667 cat >$1<<EOF
2967 cat>>Makefile.objects<<EOF
2988 cat>>Makefile.objects<<EOF
[all …]
H A DREADME.EXT_SKEL24 #! line in skeleton/create_stubs and the cat $proto | awk line in
H A DREADME.TESTING141 cat $TMPDIR/phpqatest.$TODAY | mail -s"PHP-QA Test Failed for $TODAY" $MYMAIL
H A Dconfig.guess1350 cat >$dummy.c <<EOF
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2209 int cat = UCD_CATEGORY(c); in match() local
2210 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2233 int cat = UCD_CATEGORY(c); in match() local
2234 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
2260 int cat = UCD_CATEGORY(c); in match() local
2261 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2284 int cat = UCD_CATEGORY(c); in match() local
2285 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
H A DChangeLog1866 /t\b/ matched against "cat" with PCRE_PARTIAL_HARD set did return a partial
/PHP-5.5/ext/standard/
H A Dstring.c4382 int num_args, cat, i = 0; local
4392 cat = Z_LVAL_PP(pcategory);
4403 cat = LC_ALL;
4405 cat = LC_COLLATE;
4407 cat = LC_CTYPE;
4410 cat = LC_MESSAGES;
4413 cat = LC_MONETARY;
4415 cat = LC_NUMERIC;
4417 cat = LC_TIME;
4454 retval = php_my_setlocale(cat, loc);
/PHP-5.5/ext/mbstring/
H A Dconfig.m459 cat > $ext_builddir/$cfg <<EOF
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1466 cat(er(pillar)?)?
1469 will be the three strings "caterpillar", "cater", and "cat" that start
2758 pattern such as (cat|cow|coyote), its value is returned. In the 8-bit
2794 pattern such as (cat|cow|coyote), 1 is returned, and the character
6048 cat(aract|erpillar|)
6050 matches "cataract", "caterpillar", or "cat". Without the parentheses,
8923 This matches "cat", provided there is a word boundary at either end. If
8924 the subject string is "the cat", the comparison of the final "t" with a
10167 ./pcredemo 'cat|dog' 'the cat sat on the mat'
10168 ./pcredemo -g 'cat|dog' 'the dog sat on the cat'
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini188 [Mozilla/5.0 (Slurp/cat; slurp@inktomi.com; http://www.inktomi.com/slurp.html)]
190 Browser="Slurp/cat"

Completed in 303 milliseconds

1234