Home
last modified time | relevance | path

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

12345678

/PHP-7.2/tests/lang/
H A Dtype_hints_002.phpt5 class P { }
7 function f(P $p = NULL) {
14 $o->f(new P);
19 object(P)#2 (0) {
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput7204 /[\P{Yi}\P{Yi}\P{Yi}A]/
208 /[^\P{Yi}\P{Yi}\P{Yi}A]/
1035 /\P{Lu}+9\P{Lu}+B\P{Lu}+b/BZ
1244 a\P\P
1250 aa\P\P
1256 aa\P\P
1264 aa\P\P
1274 aa\P\P
1292 A\P\P
1306 A\P\P
[all …]
H A Dtestinput9668 xxxxabcd\P\P
672 xxxxabcd\P\P
674 XXXXABCD\P\P
678 xxxxabc1\P\P
682 xxxxabcde\P\P
686 the cat\P\P
695 \r\P\P
699 \r\P\P
701 \r\r\P\P
707 \r\P\P
[all …]
H A Dtestinput84475 abc\P\P
4565 abc\P\P
4570 abc\P\P
4575 abc\P\P
4583 abc\P\P
4588 abc\P\P
4712 \r\P\P
4716 \r\P\P
4726 \r\P\P
4769 \r\P\P
[all …]
H A Dtestoutput24171 /(?P<a>a)...(?P=a)bbb(?P>a)d/DZ
4195 /^\W*(?:(?P<one>(?P<two>.)\W*(?P>one)\W*(?P=two)|)|(?P<three>(?P<four>.)\W*(?P>three)\W*(?P=four)|\…
5855 "(?P<n0>a)(?P<n1>b)(?P<n2>c)(?P<n3>d)(?P<n4>e)(?P<n5>f)(?P<n6>g)(?P<n7>h)(?P<n8>i)(?P<n9>j)(?P<n10>…
5910P<name0>a)(?P<name1>a)(?P<name2>a)(?P<name3>a)(?P<name4>a)(?P<name5>a)(?P<name6>a)(?P<name7>a)(?P<…
6201 /^(?P<A>a)(?P<A>b)|cd(?P<A>ef)(?P<A>gh)/IJ
6279 /^(?P<A>a)(?P<A>b)|cd(?P<A>ef)(?P<A>gh)/IJ
6318 /^(?P<A>a) (?J:(?P<B>b)(?P<B>c)) (?P<A>d)/I
6329 /^(?P<A>a) (?J:(?P<B>b)(?P<B>c)) (?P<C>d)/I
9788 abc\P\P
10645 /(?P<L1>(?P<L2>0|)|(?P>L2)(?P>L1))/
[all …]
H A Dtestinput1137 /a(?P<name1>b|c)d(?P<longername2>e)/BM
39 /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/BM
41 /(?P<a>a)...(?P=a)bbb(?P>a)d/BM
87 /[\P{L}]/BM
89 /[\P{^L}]/BM
H A Dtestinput105 /\pL\P{Nd}/8
1009 A\P\P
1011 A\x{300}\x{301}\P\P
1013 A\x{301}\P\P
1017 A\P\P
1019 AA\P\P
1021 A\x{300}\x{301}\P\P
1023 A\x{300}\x{301}A\x{300}\x{301}\P\P
1027 AA\P\P
1033 AA\P\P
[all …]
H A Dtestinput249 \P\P\x{d800}
H A Dtestoutput2410 \P\P\x{d800}
/PHP-7.2/ext/pcre/tests/
H A D001.phpt8 (?P<date>
9 (?P<year>(\d{2})?\d\d) -
10 (?P<month>(?:\d\d|[a-zA-Z]{2,3})) -
11 (?P<day>[0-3]?\d))
H A Dpcre_anchored.phpt15 var_dump(preg_match('/\P{N}+/A', '123abc'));
16 var_dump(preg_match('/^\P{N}+/', '123abc'));
17 var_dump(preg_match('/^\P{N}+/A', '123abc'));
H A D003.phpt8 (?P<date>
9 (?P<year>(\d{2})?\d\d) -
10 (?P<month>(?:\d\d|[a-zA-Z]{2,3})) -
11 (?P<day>[0-3]?\d))
H A Dbug37911.phpt12 var_dump(preg_replace_callback('|(?P<name>blub)|', 'callback', 'bla blub blah'));
14 var_dump(preg_match('|(?P<name>blub)|', 'bla blub blah', $m));
17 var_dump(preg_replace_callback('|(?P<1>blub)|', 'callback', 'bla blub blah'));
/PHP-7.2/Zend/tests/
H A Dbug69676_3.phpt6 class P {
7 const N = 'P';
9 class A extends P {
19 var_dump(B::parentN); // P
66 string(1) "P"
/PHP-7.2/ext/standard/
H A Dcrypt_blowfish.c78 BF_key P; member
478 R ^= data.ctx.P[N + 1]; \
499 R ^= data.ctx.P[N + 1]; \
508 L ^= data.ctx.P[0]; \
535 ptr = data.ctx.P; \
714 data.ctx.P[i] = L; in BF_crypt()
715 data.ctx.P[i + 1] = R; in BF_crypt()
754 data.ctx.P[i] ^= tmp1; in BF_crypt()
755 data.ctx.P[i + 1] ^= tmp2; in BF_crypt()
759 data.ctx.P[16] ^= tmp1; in BF_crypt()
[all …]
/PHP-7.2/ext/gd/tests/
H A Dcopy.phpt49 echo "TC/P: ok\n";
79 echo "P/P: ok\n";
102 echo "P/TC: ok\n";
107 TC/P: ok
108 P/P: ok
109 P/TC: ok
H A Dcopyresized.phpt67 echo "P->TC: ok\n";
86 echo "P->P: ok\n";
90 P->TC: ok
91 P->P: ok
/PHP-7.2/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt57 class P extends O {
62 echo "P\n";
70 $this->call(array('P', 'parent::who'));
78 $o = new P;
101 P|parent::who
107 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'P' is not a subclass o…
/PHP-7.2/ext/date/tests/
H A DDateTime_sub-massive.phpt14 test_massive_positive: SUB: 333333-01-01 16:18:02 %s - P+666666Y0M0DT0H0M0S = **-333333-01-01 16:18…
15 test_massive_negative: SUB: -333333-01-01 16:18:02 %s - P-666666Y0M0DT0H0M0S = **333333-01-01 16:18…
H A DDateTime_add-massive.phpt14 test_massive_positive: ADD: -333333-01-01 16:18:02 %s + P+666666Y0M0DT0H0M0S = **333333-01-01 16:18…
15 test_massive_negative: ADD: 333333-01-01 16:18:02 %s + P-666666Y0M0DT0H0M0S = **-333333-01-01 16:18…
H A DDateTime_diff-absolute.phpt14 test_absolute_7: DIFF: 2009-01-14 00:00:00 EST - 2009-01-07 00:00:00 EST = **P+0Y0M7DT0H0M0S**
15 test_absolute_negative_7: DIFF: 2009-01-07 00:00:00 EST - 2009-01-14 00:00:00 EST = **P+0Y0M7DT0H0M…
H A DDateTime_diff-massive.phpt14 test_massive_positive: DIFF: 333333-01-01 16:18:02 %s - -333333-01-01 16:18:02 %s = **P+666666Y0M0D…
15 test_massive_negative: DIFF: -333333-01-01 16:18:02 %s - 333333-01-01 16:18:02 %s = **P-666666Y0M0D…
H A DDateTime_data-absolute.inc15 examine_diff('2009-01-14', '2009-01-07', 'P+0Y0M7DT0H0M0S', 7, true);
18 examine_diff('2009-01-07', '2009-01-14', 'P+0Y0M7DT0H0M0S', 7, true);
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dfrontcontroller16.phar12P���f*�|��ݕP-7�V�J���GBMB
/PHP-7.2/ext/phar/tests/files/
H A Dfrontcontroller16.phar12P���f*�|��ݕP-7�V�J���GBMB

Completed in 71 milliseconds

12345678