Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS139 \B.
H A DREADME841 (B) Source files for programs that use PCRE:
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8671 #define sqlite3PagerGet(A,B,C) sqlite3PagerAcquire(A,B,C,0) argument
11524 #define getVarint32(A,B) (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32… argument
11525 #define putVarint32(A,B) (u8)(((u32)(B)<(u32)0x80) ? (*(A) = (unsigned char)(B)),1 : sqlite3PutVar… argument
13354 B = 2 - A + (A/4); in computeJD()
13464 int Z, A, B, C, D, E, X1; in computeYMD() local
13474 B = A + 1524; in computeYMD()
13479 p->D = B - D - X1; in computeYMD()
14920 # define backtrace(A,B) 1 argument
18447 #define isLookaside(A,B) 0 argument
37826 #define put32bits(A,B) sqlite3Put4byte((u8*)A,B)
[all …]
/PHP-5.3/
H A Dconfigure.in103 T_MD=`$php_shtool echo -n -e %B`
H A DNEWS2891 . Added intl extension for Internationalization. (Ed B., Vladimir I.,
5820 - Added missing support for 'B' format identifier to date() function. (Ilia)
6844 - Fixed bug #31110 (PHP 4.3.10 does not compile on Tru64 UNIX 5.1B). (Derick)
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1473 >21 string B with MIPSEB members
1475 >19 string B and an EB hash table
2271 # att3b: file(1) magic for AT&T 3B machines
4450 >32 byte 1 \b, B+ tree
7290 0 string 5\x0aB.O.S.S._HQ Quake I save: d14 B.O.S.S. HQ
7932 >7 string B (Zaplet)
7951 >7 string B (Zaplet)
11292 >30 byte 9 (512B sectors)
11295 >30 byte 9 (512B sectors)
12113 0 string Octave-1-B Octave binary data (big endian)
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput963 /X\B/8
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY611 ruby make test fail in HP-UX B.11.23 ia64.
/PHP-5.3/ext/standard/tests/misc/
H A Dbrowscap.ini6278 [MOT-A-2B/* UP.Browser/*]

Completed in 448 milliseconds

1...<<11121314151617