Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/pcre/tests/
H A Dbug34790.phpt7 preg_match_all('/(?P<word>the)/', $string, $matches);
H A Dmatch_flags3.phpt17 var_dump(preg_match('/(?P<3>)/', ''));
/PHP-7.2/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt12 $interval_format = 'P%dDT%hH';
30 . ' = ' . $start->diff($end)->format('P%dDT%hH%iM%sS') . "\n";
H A Dgmdate_variation10.phpt30 var_dump( gmdate('P') );
31 var_dump( gmdate('P', $timestamp) );
/PHP-7.2/ext/standard/tests/strings/
H A Dpack64_32.phpt13 var_dump(pack("P", 0));
18 var_dump(unpack("P", ''));
H A Duuencode.phpt33 string(36) "6;F]T('9E<GD@<V]P:&ES=&EC871E9```
H A Ducwords_variation4.phpt33 "P't'y 't it's ",
89 string(14) "P't'y 't It's "
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_statement.c351 pdo_pgsql_bound_param *P = param->driver_data; in pgsql_stmt_param_hook() local
353 if (P == NULL) { in pgsql_stmt_param_hook()
354 P = ecalloc(1, sizeof(*P)); in pgsql_stmt_param_hook()
355 param->driver_data = P; in pgsql_stmt_param_hook()
357 P->oid = htonl(self->oid); in pgsql_stmt_param_hook()
358 S->param_values[param->paramno] = (char*)&P->oid; in pgsql_stmt_param_hook()
359 S->param_lengths[param->paramno] = sizeof(P->oid); in pgsql_stmt_param_hook()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput224 /(?P<cbra1>[aZ\x{400}-\x{10ffff}]{4,}
H A Dtestoutput91206 xxxxabcd\P\P
1212 xxxxabcd\P\P
1216 XXXXABCD\P\P
1222 xxxxabc1\P\P
1228 xxxxabcde\P\P
1234 the cat\P\P
1247 \r\P\P
1253 \r\P\P
1257 \r\r\P\P
1267 \r\P\P
[all …]
H A Dtestoutput21-1612 /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|
H A Dtestoutput21-3212 /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|
H A Dtestoutput165 /\w/P
171 /[\D\P{Nd}]/8
183 /[^\D\P{Nd}]/8
H A Dwintestoutput387 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
96 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
H A Dtestinput6291 /[\P{Nd}]+/8
300 /\P{Nd}+/8
308 /[\P{Nd}]+/8
312 /[\D\P{Nd}]+/8
428 /^[\P{Yi}]/8
440 /^\P{Any}X/8
451 /^\P{Any}?X/8
465 /^\P{Any}+X/8
479 /^\P{Any}*X/8
613 /^\P{L&}X/8
[all …]
H A Dtestoutput19112 /[\D\P{Nd}]/8
124 /[^\D\P{Nd}]/8
H A Dtestoutput396 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
105 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
H A Dtestinput11603 /P[^*]TAIRE[^*]{1,}?LL/
4690 /(?P<L1>(?P<L2>0)(?P>L1)|(?P>L2))/
4695 /(?P<L1>(?P<L2>0)|(?P>L2)(?P>L1))/
4765 /(*COMMIT)(A|P)(B|P)(C|P)/
4801 /(?P<abn>(?P=abn)xxx|)+/
5693 /(?P<same>a)(?P<same>b)/gJ
5696 /(?P<same>a)(?P<same>b)(?P=same)/gJ
5699 /(?P=same)?(?P<same>a)(?P<same>b)/gJ
5702 /(?:(?P=same)?(?:(?P<same>a)|(?P<same>b))(?P=same))+/gJ
5705 /(?:(?P=same)?(?:(?P=same)(?P<same>a)(?P=same)|(?P=same)?(?P<same>b)(?P=same)){2}(?P=same)(?P<same>…
[all …]
/PHP-7.2/Zend/tests/
H A Dstr_offset_004.phpt17 $str{-5} = 'P';
/PHP-7.2/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.2/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt20 "Ф"=>"F","Ы"=>"I","В"=>"V","А"=>"A","П"=>"P","Р"=>"R",
H A Dmb_http_input.phpt28 $enc = mb_http_input('P');
/PHP-7.2/ext/intl/tests/
H A Dformatter_fail.phpt32 case $t == "P":
63 $fmt = crt("P", $arg[0], $arg[1]);
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_019.phpt64 string(%d) "P%s"
/PHP-7.2/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt55 echo "O=$o and P=$p\n";
116 O= and P=

Completed in 52 milliseconds

12345678