Home
last modified time | relevance | path

Searched refs:I (Results 401 – 409 of 409) sorted by relevance

1...<<11121314151617

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch13 -INCLS = -I.
14 +INCLS = -I. $(PHP_CFLAGS)
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …ss.php�����J���ۧq�����������setup/gtPreConditionList.phpr����Jr����I����������setup/gtO…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput71178 /-- These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE --/
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt133 …// This is not a mistake that I use %unicode|string%(1) "1" here! Andrey did not go for int to avo…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12469 # define DbMaskTest(M,I) (((M)[(I)/8]&(1<<((I)&7)))!=0) argument
12471 # define DbMaskSet(M,I) (M)[(I)/8]|=(1<<((I)&7)) argument
12476 # define DbMaskTest(M,I) (((M)&(((yDbMask)1)<<(I)))!=0) argument
12478 # define DbMaskSet(M,I) (M)|=(((yDbMask)1)<<(I)) argument
39143 #define SETBIT(V,I) V[I>>3] |= (1<<(I&7))
39144 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7))
39145 #define TESTBIT(V,I) (V[I>>3]&(1<<(I&7)))!=0
49183 #define WAL_READ_LOCK(I) (3+(I))
54010 #define findCellv2(D,M,O,I) (D+(M&get2byte(D+(O+2*(I)))))
70872 # define VdbeBranchTaken(I,M) vdbeTakeBranch(pOp->iSrcLine,I,M)
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_date.re856 monthroman = "I" | "II" | "III" | "IV" | "V" | "VI" | "VII" | "VIII" | "IX" | "X" | "XI" | "XII";
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt187 so I've taken it away. If you want to email me, use my two initials,
4664 \p{Lu} always matches an upper case letter. I think Perl has changed in
7438 of dynamic anchor, or "I've started, so I must finish." The name of the
8619 (5) Should I allocate/free a stack every time before/after calling
9546 I have implemented only those POSIX option bits that can be reasonably
10155 gcc -o pcredemo -I/usr/local/include pcredemo.c \
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini8033 [Mozilla/* (Win98; I) IBrowse/2.1 (AmigaOS 3.1)]
8039 [Mozilla/* (Win98; I) IBrowse/2.2 (AmigaOS 3.1)]
8045 [Mozilla/* (Win98; I) IBrowse/2.3 (AmigaOS 3.1)]
/PHP-5.5/
H A DNEWS2914 . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
3571 . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
5941 . Added intl extension for Internationalization. (Ed B., Vladimir I.,

Completed in 682 milliseconds

1...<<11121314151617