Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/phar/tests/cache_list/files/
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��
/PHP-7.3/ext/date/tests/
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');
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) );
H A Drfc-datetime_and_daylight_saving_time-type3-bd1.phpt10 $interval_format = 'P%dDT%hH';
/PHP-7.3/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>)/', ''));
H A Dbug76514.phpt494 ^(?P<start>\s*\{\s*(?:(?&string)\s*:\s*(?&json)\s*,\s*)*?)
495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/PHP-7.3/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.3/ext/standard/tests/math/
H A Drand_inverted_order.phpt4 PHP TestFEst 2017 - PHPDublin, PHPSP - Joao P V Martins <jp.joao@gmail.com>
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_statement.c349 pdo_pgsql_bound_param *P = param->driver_data; in pgsql_stmt_param_hook() local
351 if (P == NULL) { in pgsql_stmt_param_hook()
352 P = ecalloc(1, sizeof(*P)); in pgsql_stmt_param_hook()
353 param->driver_data = P; in pgsql_stmt_param_hook()
355 P->oid = htonl(self->oid); in pgsql_stmt_param_hook()
356 S->param_values[param->paramno] = (char*)&P->oid; in pgsql_stmt_param_hook()
357 S->param_lengths[param->paramno] = sizeof(P->oid); in pgsql_stmt_param_hook()
/PHP-7.3/Zend/tests/
H A Dstr_offset_004.phpt17 $str{-5} = 'P';
/PHP-7.3/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.3/ext/mbstring/tests/
H A Dmb_http_input.phpt28 $enc = mb_http_input('P');
H A Dmb_eregi_replace.phpt20 "Ф"=>"F","Ы"=>"I","В"=>"V","А"=>"A","П"=>"P","Р"=>"R",
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c223 if (P != NULL) fprintf(f, " P=%lu", in display_frames()
571 heapframe *P = NULL; in match() local
758 offset = P->last_group_offset; in match()
796 offset = P->last_group_offset; in match()
803 P->eptr = Feptr; in match()
804 P->mark = Fmark; in match()
805 F = P; in match()
5481 P->offset_top = Foffset_top; in match()
5504 Feptr = P->eptr; in match()
5518 P->ecode += y; in match()
[all …]
/PHP-7.3/ext/intl/tests/
H A Dformatter_fail.phpt32 case $t == "P":
63 $fmt = crt("P", $arg[0], $arg[1]);
H A Dmsgfmt_fail.phpt33 case $t == "P":
76 $fmt = crt("P", $arg[0], $arg[1]);
H A Dmsgfmt_fail2.phpt33 case $t == "P":
76 $fmt = crt("P", $arg[0], $arg[1]);
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_019.phpt64 string(%d) "P%s"
/PHP-7.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt55 echo "O=$o and P=$p\n";
116 O= and P=
/PHP-7.3/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt42 $codepoints = array('P', 0xDF, 0x2603);
79 charName(): string(22) "LATIN CAPITAL LETTER P"

Completed in 209 milliseconds

123456