Home
last modified time | relevance | path

Searched refs:E (Results 776 – 800 of 802) sorted by relevance

1...<<313233

/PHP-7.2/ext/standard/tests/array/
H A Dkrsort_variation1.phpt40 10.6E-2,
H A Dksort_variation1.phpt39 10.6E-2,
H A Dsort_variation1.phpt41 10.6E-2,
H A Darsort_variation1.phpt41 7 => 10.6E-2,
H A Drsort_variation1.phpt49 12.3456789000E-10,
H A Dsizeof_variation4.phpt34 /* 6 */ 12.34E-3,
/PHP-7.2/
H A DCODING_STANDARDS24 - The function's designated behavior is freeing that resource. E.g. efree()
H A Dphp.ini-development606 ; starts up. G,P,C,E & S are abbreviations for the following respective super
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog120 6. An empty \Q\E sequence between an item and its qualifier caused
466 is converted to (*FAIL). E.g: /(?(?!))/.
3237 11. Because Perl interprets \Q...\E at a high level, and ignores orphan \E
3238 instances, patterns such as [\Q\E] or [\E] or even [^\E] cause an error,
3241 regard. Previously, it interpreted [\Q\E] as an empty class, and [\E] could
3284 21. An orphan \E inside a character class could cause a crash.
3735 escaped with \Q...\E, or parentheses in a #-comment in /x mode.
3779 37. Perl ignores orphaned \E escapes completely. PCRE now does the same.
3781 character classes, for example with patterns like [\Qa\E-\Qz\E] where the
4969 \Qabc\$xyz\E abc\$xyz abc\$xyz
[all …]
H A DNEWS90 namely NEL (U+0085) and MONGOLIAN VOWEL SEPARATOR (U+180E), though they
626 1. Support for Perl's \Q...\E escapes.
H A DREADME981 (E) Auxiliary files for VPASCAL
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput17232 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
H A Dtestinput753 /[\P{Any}\E]/BZ
H A Dtestinput10849 \x{102A4}\x{AA52}\x{A91D}\x{1C46}\x{10283}\x{1092E}\x{1C6B}\x{A93B}\x{A8BF}\x{1BA0}\x{A50A}====
H A Dtestinput6722 \x{102A4}\x{AA52}\x{A91D}\x{1C46}\x{10283}\x{1092E}\x{1C6B}\x{A93B}\x{A8BF}\x{1BA0}\x{A50A}====
H A Dtestoutput7184 /[\P{Any}\E]/BZ
H A Dtestoutput101599 \x{102A4}\x{AA52}\x{A91D}\x{1C46}\x{10283}\x{1092E}\x{1C6B}\x{A93B}\x{A8BF}\x{1BA0}\x{A50A}====
H A Dtestoutput61230 \x{102A4}\x{AA52}\x{A91D}\x{1C46}\x{10283}\x{1092E}\x{1C6B}\x{A93B}\x{A8BF}\x{1BA0}\x{A50A}====
/PHP-7.2/ext/wddx/tests/
H A Dbug37569.phpt37 <wddxPacket version='1.0'><header/><data><string>E</string></data></wddxPacket>
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4595 \Qabc$xyz\E abc$xyz abc followed by the
4597 \Qabc\$xyz\E abc\$xyz abc\$xyz
4598 \Qabc\E\$\Qxyz\E abc$xyz abc$xyz
4983 \Qabc$xyz\E abc$xyz abc followed by the
4985 \Qabc\$xyz\E abc\$xyz abc\$xyz
4986 \Qabc\E\$\Qxyz\E abc$xyz abc$xyz
5248 U+180E Mongolian vowel separator
5928 U+180E Mongolian Vowel Separator
6805 (?(1) (A|B|C) | (D | (?(2)E|F) | E) )
7698 \Q...\E treat enclosed characters as literal
[all …]
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1652 2003/06/20: [spec] \Q...\E is not effective on REG_SYNTAX_RUBY. (thanks akr)
1661 2003/06/16: [new] Perl-like quotation operator \Q, \E.
1678 (thanks Jeffrey E. F. Friedl)
/PHP-7.2/Zend/tests/
H A D019.phpt29 1E-5,
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic320 0 string EMOD\0 Amiga E module
7695 >5 byte&0x07 = 0x06 \b, emergency (E)
9430 >>495 string >E
12676 >7 string E (Variable)
12695 >7 string E (Variable)
19801 60 string SDocSilX iSiloX E-book
19806 60 string BOOKMOBI Mobipocket E-book
19903 60 string BOOKMOBI Mobipocket E-book
20961 0 string \033E\033 HP PCL printer data
22636 0 string \<!SQ\ A/E> A/E SGML Document binary
[all …]
H A Dmagic私はガラスを食べられます320 0 string EMOD\0 Amiga E module
7695 >5 byte&0x07 = 0x06 \b, emergency (E)
9430 >>495 string >E
12676 >7 string E (Variable)
12695 >7 string E (Variable)
19801 60 string SDocSilX iSiloX E-book
19806 60 string BOOKMOBI Mobipocket E-book
19903 60 string BOOKMOBI Mobipocket E-book
20961 0 string \033E\033 HP PCL printer data
22636 0 string \<!SQ\ A/E> A/E SGML Document binary
[all …]
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c13459 #define sqliteHashNext(E) ((E)->next) argument
13460 #define sqliteHashData(E) ((E)->data) argument
17469 #define ExprSetProperty(E,P) (E)->flags|=(P) argument
17470 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
21356 p->M = E<14 ? E-1 : E-13; in computeYMD()
30565 assert( E>=0 && E<=307 );
30566 for(i=0; E!=0; i++, E >>=1){
159943 #define fts3HashNext(E) ((E)->next)
159944 #define fts3HashData(E) ((E)->data)
159945 #define fts3HashKey(E) ((E)->pKey)
[all …]

Completed in 1171 milliseconds

1...<<313233