Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/interbase/
H A Dphp_ibase_udf.c130 php_embed_init(0, NULL P); in init()
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re196 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
197 combinedrep = "P" year4 "-" monthlzz "-" daylzz "T" hour24lz ':' minutelz ':' secondlz;
/PHP-7.2/ext/standard/html_tables/mappings/
H A DCP1251.TXT99 0x50 0x0050 #LATIN CAPITAL LETTER P
131 0x70 0x0070 #LATIN SMALL LETTER P
H A D8859-5.TXT128 0x50 0x0050 # LATIN CAPITAL LETTER P
160 0x70 0x0070 # LATIN SMALL LETTER P
H A DCP1252.TXT99 0x50 0x0050 #LATIN CAPITAL LETTER P
131 0x70 0x0070 #LATIN SMALL LETTER P
H A DCP866.TXT98 0x50 0x0050 #LATIN CAPITAL LETTER P
130 0x70 0x0070 #LATIN SMALL LETTER P
H A D8859-1.TXT128 0x50 0x0050 # LATIN CAPITAL LETTER P
160 0x70 0x0070 # LATIN SMALL LETTER P
H A D8859-15.TXT127 0x50 0x0050 # LATIN CAPITAL LETTER P
159 0x70 0x0070 # LATIN SMALL LETTER P
H A DKOI8-R.TXT127 0x50 0x0050 # LATIN CAPITAL LETTER P
159 0x70 0x0070 # LATIN SMALL LETTER P
H A DROMAN.TXT195 0x50 0x0050 # LATIN CAPITAL LETTER P
227 0x70 0x0070 # LATIN SMALL LETTER P
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DUNICODE_PROPERTIES26 24: P
H A DRE78 * \P{property-name} (negative)
373 + add character property (\p{property}, \P{property})
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar293 …��8�X���q%�����������b/c.php����8�X����73֏����������d���8�X���Lc�P�������<?php include…
/PHP-7.2/ext/phar/tests/files/
H A Dnophar.phar293 …���X���q%�����������b/c.php�����X����73֏����������d����X���Lc�P�������<?php include…
/PHP-7.2/
H A DREADME.PARAMETER_PARSING_API66 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt5348 \P{Han}
5378 \P{Lu}.
6556 (?P<p1>(?i)rah)\s+(?P=p1)
9009 data> 3ju\P
9013 data> j\P
9080 data> The date is 23ja\P\P
9137 data> xx123a\P\P
9145 data> ab\P
9190 data> dogsb\P\P
9194 data> gsb\R\P\P\D
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16345 5 6 7 8 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
770 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 f g h
H A Dtestoutput18-32343 5 6 7 8 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
767 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 f g h
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
/PHP-7.2/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type1.phpt10 $interval_format = 'P%dDT%hH';
H A Drfc-datetime_and_daylight_saving_time-type2.phpt10 $interval_format = 'P%dDT%hH';
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog588 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
2293 13. A pattern such as (?P<L1>(?P<L2>0)|(?P>L2)(?P>L1)) in which the only other
3305 (d) A pattern like (\P{Yi}{2}\277)? could loop at compile time.
3312 26. Patterns such as [\P{Yi}A] which include \p or \P and just one other
3316 \p or \P) caused a compile-time loop.
3751 (?&name) as well as (?P>name).
3977 as (?P>B) was quantified, for example (xxx(?P>B)){3}, the calculation of
4202 \p or \P will have to recompile them.
4481 both the P and the s flags.
4589 pcre_exec() and the \P data escape in pcretest.
[all …]
H A DHACKING299 character by testing its Unicode property (the \p and \P escape sequences).
334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
H A DNEWS497 use \p or \P must be recompiled.
644 6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
/PHP-7.2/ext/ftp/tests/
H A Dserver.inc133 if ($buf !== "PROT P\r\n") {

Completed in 79 milliseconds

12345678