Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/date/tests/
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');
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.4/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.4/ext/pcre/tests/
H A Dbug81424a.phpt9 preg_match('/(?P<size>\d+)m|M/', "4M", $m),
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.4/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.4/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.4/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.4/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.4/Zend/tests/
H A Dstr_offset_004.phpt17 $str[-5] = 'P';
/PHP-7.4/azure/macos/
H A Dtest.yml12 /usr/local/bin/php run-tests.php -P -q \
/PHP-7.4/azure/i386/
H A Dtest.yml16 php run-tests.php -P -q \
/PHP-7.4/azure/
H A Dtest.yml17 php run-tests.php -P -q \
/PHP-7.4/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.4/sapi/cli/tests/
H A Dphp_cli_server_019.phpt59 string(%d) "P%s"
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c224 if (P != NULL) fprintf(f, " P=%lu", in display_frames()
590 heapframe *P = NULL; in match() local
778 offset = P->last_group_offset; in match()
823 P->eptr = Feptr; in match()
824 P->mark = Fmark; in match()
825 F = P; in match()
5558 P->mark = Fmark; in match()
5581 Feptr = P->eptr; in match()
5591 Feptr = P->eptr; in match()
5605 P->ecode += y; in match()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dformatter_fail.phpt32 case $t == "P":
63 $fmt = crt("P", $arg[0], $arg[1]);
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt55 echo "O=$o and P=$p\n";
116 O= and P=

Completed in 39 milliseconds

123456