Home
last modified time | relevance | path

Searched refs:P (Results 176 – 189 of 189) sorted by relevance

12345678

/PHP-7.2/sapi/fpm/
H A Dwww.conf.in299 ; %P: PID of the parent of the child that serviced the request
/PHP-7.2/ext/wddx/tests/
H A Dbug37569.phpt81 <wddxPacket version='1.0'><header/><data><string>P</string></data></wddxPacket>
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h2836 SQLITE_API void sqlite3_randomness(int N, void *P);
H A Dsqlite3.c13942 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
16165 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) argument
16528 #define ConstFactorOk(P) ((P)->okConstFactor) argument
17468 #define ExprHasAllProperty(E,P) (((E)->flags&(P))==(P)) argument
17469 #define ExprSetProperty(E,P) (E)->flags|=(P) argument
17470 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
20542 #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) argument
50992 if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; }
64276 ((P)->aData + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))
64278 ((P)->aDataOfst + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))
[all …]
/PHP-7.2/ext/tidy/
H A Dtidy.c1963 TIDY_TAG_CONST(P); in _php_tidy_register_tags()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1229 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1348 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1349 2004/01/20: [new] character property operators \p{...}, \P{...}.
/PHP-7.2/ext/date/lib/
H A Dparse_date.re2032 case 'A': /* AM/PM/A.M./P.M. */
2102 case 'P': /* timezone */
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar10 …odeSnippets/int.txtz�����Jz�����B����������gtTestSubject.php����J��P�e�������'���testca…
/PHP-7.2/
H A Dphp.ini-development606 ; starts up. G,P,C,E & S are abbreviations for the following respective super
618 ; This directive determines which super global data (G,P & C) should be
H A Dphp.ini-production608 ; starts up. G,P,C,E & S are abbreviations for the following respective super
620 ; This directive determines which super global data (G,P & C) should be
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic1386 >36 string P \bprogressive,
1394 >36 string P \bprogressive,
2975 # any capital 'P's. This is a kludge.
4002 # From: "Leslie P. Polzer" <leslie.polzer@gmx.net>
11390 0 string X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR
19695 >6 byte&0x0f 0x03 Pascal P-code
19723 >0x13 byte 3 Pascal P-code
20847 >15 byte 0x00 - P/D format
20848 >15 byte 0x01 - P/K/D format
21030 0 string FTNCHEK_\ P project file for ftnchek
[all …]
H A Dmagic私はガラスを食べられます1386 >36 string P \bprogressive,
1394 >36 string P \bprogressive,
2975 # any capital 'P's. This is a kludge.
4002 # From: "Leslie P. Polzer" <leslie.polzer@gmx.net>
11390 0 string X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR
19695 >6 byte&0x0f 0x03 Pascal P-code
19723 >0x13 byte 3 Pascal P-code
20847 >15 byte 0x00 - P/D format
20848 >15 byte 0x01 - P/K/D format
21030 0 string FTNCHEK_\ P project file for ftnchek
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME248 include support for the \P, \p, and \X sequences that recognize Unicode
/PHP-7.2/ext/standard/tests/misc/
H A Dbrowscap.ini1736 [Nozilla/P.N (Just for IDS woring)]
1738 Browser="Nozilla/P.N"

Completed in 771 milliseconds

12345678