Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/standard/tests/url/
H A Dbug55273.phpt13 test('P');
25 string(1) "P"
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput87179 abc\P\P
7339 abc\P\P
7347 abc\P\P
7355 abc\P\P
7369 abc\P\P
7377 abc\P\P
7577 \r\P\P
7583 \r\P\P
7601 \r\P\P
7671 \r\P\P
[all …]
H A Dtestinput148 /abc/P
12 /^abc|def/P
29 /abc.def/P
33 /abc$/P
37 /(abc)\2/P
39 /(abc\1)/P
51 /ab.cd/P
68 /a?|b?/P
73 /\w+A/P
79 /\Biss\B/I+P
[all …]
H A Dtestoutput11-16195 /a(?P<name1>b|c)d(?P<longername2>e)/BM
213 /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/BM
233 /(?P<a>a)...(?P=a)bbb(?P>a)d/BM
460 2 [\P{L}]
465 /[\P{L}]/BM
469 2 [\P{L}]
474 /[\P{^L}]/BM
654 2 [ -~\x80-\xff\P{L}\x{100}-\x{10ffff}]++
662 2 [ -~\x80-\xff\x{100}-\x{10ffff}\P{L}]++
678 2 [\P{L}\P{Xsp}]++
H A Dtestoutput11-32195 /a(?P<name1>b|c)d(?P<longername2>e)/BM
213 /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/BM
233 /(?P<a>a)...(?P=a)bbb(?P>a)d/BM
460 2 [\P{L}]
465 /[\P{L}]/BM
469 2 [\P{L}]
474 /[\P{^L}]/BM
654 2 [ -~\x80-\xff\P{L}\x{100}-\x{10ffff}]++
662 2 [ -~\x80-\xff\x{100}-\x{10ffff}\P{L}]++
678 2 [\P{L}\P{Xsp}]++
H A Dtestoutput11-8195 /a(?P<name1>b|c)d(?P<longername2>e)/BM
213 /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/BM
233 /(?P<a>a)...(?P=a)bbb(?P>a)d/BM
460 3 [\P{L}]
465 /[\P{L}]/BM
469 3 [\P{L}]
474 /[\P{^L}]/BM
654 3 [ -~\x80-\xff\P{L}\x{100}-\x{10ffff}]++
662 3 [ -~\x80-\xff\x{100}-\x{10ffff}\P{L}]++
678 3 [\P{L}\P{Xsp}]++
H A Dtestoutput15178 \P\P\xdf
180 \P\P\xef
182 \P\P\xef\x80
184 \P\P\xf7
186 \P\P\xf7\x80
188 \P\P\xf7\x80\x80
190 \P\P\xfb
192 \P\P\xfb\x80
194 \P\P\xfb\x80\x80
198 \P\P\xfd
[all …]
H A Dtestinput218 /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|
H A Dtestinput165 /\w/P
53 /[\D\P{Nd}]/8
61 /[^\D\P{Nd}]/8
H A Dtestoutput148 /abc/P
14 /^abc|def/P
44 /abc.def/P
50 /abc$/P
56 /(abc)\2/P
59 /(abc\1)/P
90 /ab.cd/P
116 /a?|b?/P
124 /\w+A/P
132 /\Biss\B/I+P
[all …]
H A Dtestoutput105 /\pL\P{Nd}/8
1884 A\P\P
1888 A\x{300}\x{301}\P\P
1892 A\x{301}\P\P
1898 A\P\P
1902 AA\P\P
1906 A\x{300}\x{301}\P\P
1910 A\x{300}\x{301}A\x{300}\x{301}\P\P
1916 AA\P\P
1926 AA\P\P
[all …]
H A Dtestinput1931 /[\D\P{Nd}]/8
39 /[^\D\P{Nd}]/8
/PHP-7.2/Zend/
H A Dzend_strtod.c356 #define P 53 macro
413 #define P 14 macro
442 #define P 56 macro
1432 *bits = P - k;
1821 emin = Emin - P,
2343 p2 = Emin - P + 1;
2369 i = P - bbits;
2375 i = P - 1;
2950 bc.scale = 2*P;
3084 j += P - Emin;
[all …]
/PHP-7.2/ext/date/tests/
H A DDateTime_data-massive.inc23 examine_diff($end, $start, 'P+666666Y0M0DT0H0M0S', 243494757);
34 examine_diff($end, $start, 'P-666666Y0M0DT0H0M0S', 243494757);
H A Ddate_diff.phpt17 $dates[$i] = $d->add( new DateInterval( "P{$i}D" ) );
36 $int = new DateInterval( $diff->format( 'P%yY%mM%dD' ) );
H A DDateTime_construct-dst-overlap.phpt11 echo $d->format('P') . "\n";
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
50 $expect_interval = new DateInterval('P' . substr($expect_spec, 2));
57 $result_spec = $result_interval->format('P%R%yY%mM%dDT%hH%iM%sS');
/PHP-7.2/ext/pcre/tests/
H A Dmatch_flags2.phpt12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
H A Dbug47662.phpt8 $regex .= '((?P<x'.$bar.'>))';
/PHP-7.2/ext/openssl/tests/
H A Dbug73478.phpt10 …'priv_key' => base64_decode('jUdcV++P/m7oUodWiqKqKXZVenHRuj92Ig6Fmzs7QlqVdUc5mNBxmEWjug+ObffanPpOe…
21 jUdcV++P/m7oUodWiqKqKXZVenHRuj92Ig6Fmzs7QlqVdUc5mNBxmEWjug+ObffanPpOeab/LyXwjNMzevtBz3tW4oROau++9EI…
/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt70 array( 'P>vGAoX"qP]3s', '0375e65060074988' ),
151 array( '(.:hN4$FiAEp.P:ql`I:GCf|+:$TM', 'bfe197dd01c4279a' ),
207 array( '?#P"jb$?MlVThj\'%&6[d]it`#w19itA)wr,bU1##', 'c1b2b80d012bdf50' ),
213 array( 'ueW/^CUul5tc4sXoe<P=4*,}CF$\\^q3TXjd8/;.|P', '823ceb765e67c7a8' ),
216 array( 'C}P)IHP3V]|bI!BQx[rOaUO*+f&bvz!:yQDCzuVRTT', '55e116dfbdeaffb3' ),
225 array( 'C5~>*)4([ZJw-(P[I-[b\\-A}}aM/GV&kl%+w/? jyJc(', '7a9e26e4aeb98fc9' ),
232 array( 'D,JvNIM<GJf.L:P:AEB0Ars|Cy_q-.-Q;XHi"v&IAmXn(', 'afd0b1e73ddced08' ),
238 array( ' G:e d;vm)kWWzm;hSPr:P)v)~\'~G*LHQf.RLJI:S5r,1`', 'de1bd4eebc876571' ),
239 array( 'Gz5xmPIvGRvNQ>Y~f+fu^4@)Ot>B!P$HK:B:jk13?(bqG<p', '5fce9e2beab28428' ),
245 array( 'xYNI#xB4ynZ7& .P 3tbtr;Te}V^nwshRC2V<Uj7DFOKF]{F', '955141b7150fa2c1' ),
[all …]
/PHP-7.2/tests/lang/
H A Dtype_hints_003.phpt6 function f(P $p = 42) {
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite22.phar8 6��������������������test.txt������H������E���������/�(P���p� �w��
H A Dwrite18.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();��$oʧϠ�P�@���� �…
H A Dwrite14.phar9 6��������������������test.txt������H������E���������/�(P���p� �w��

Completed in 56 milliseconds

12345678