Home
last modified time | relevance | path

Searched refs:d (Results 251 – 275 of 6460) sorted by relevance

1...<<11121314151617181920>>...259

/PHP-8.2/ext/reflection/tests/
H A DReflectionProperty_getDocComment_basic.phpt15 * My Doc Comment for $d
17 var $d;
46 string(%d) "/**
60 ---> Doc comment for A::$d:
61 string(%d) "/**
62 * My Doc Comment for $d
71 string(%d) "/**
92 ---> Doc comment for B::$d:
93 string(%d) "/**
94 * My Doc Comment for $d
[all …]
H A DReflectionClass_getConstants_filter.phpt36 array(%d) {
38 string(%d) "BAR"
40 string(%d) "BAZ"
42 array(%d) {
44 string(%d) "BAZ"
46 string(%d) "FOO"
48 array(%d) {
50 string(%d) "QUOZ"
52 string(%d) "BAZ"
/PHP-8.2/ext/date/tests/
H A Ddate_create-2.phpt6 $d = date_create("2005-07-18 22:10:00 +0400");
7 echo $d->format('D, d M Y H:i:s T'), "\n";
9 $d = date_create("@1121710200 +0912");
10 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt6 $d = date_create("2005-07-18 22:10:00 +0400");
7 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
8 date_modify($d, "+1 hour");
9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A DDateInterval_serialize-002.phpt10 $d = $d1->diff($d2);
12 var_dump($d);
15 $s = serialize($d);
27 $d->__unserialize(
31 'd' => 24,
39 var_dump($d);
53 ["d"]=>
82 ["d"]=>
102 array(%d) {
107 ["d"]=>
[all …]
H A Dstrftime_variation5.phpt34 Deprecated: Function strftime() is deprecated in %s on line %d
35 string(%d) "%d"
37 Deprecated: Function strftime() is deprecated in %s on line %d
42 Deprecated: Function strftime() is deprecated in %s on line %d
43 string(%d) "%d"
45 Deprecated: Function strftime() is deprecated in %s on line %d
50 Deprecated: Function strftime() is deprecated in %s on line %d
51 string(%d) "%s"
53 Deprecated: Function strftime() is deprecated in %s on line %d
54 string(%d) "%s"
H A DDateTime_construct-dst-overlap.phpt10 $d = new DateTime('2011-11-06 01:30:00');
11 echo $d->format('P') . "\n";
15 $d = new DateTime('2011-10-30 00:30:00');
16 echo $d->format('P') . "\n";
20 $d = new DateTime('2011-10-30 01:30:00');
21 echo $d->format('P') . "\n";
25 $d = new DateTime('2011-10-30 02:30:00');
26 echo $d->format('P') . "\n";
H A Ddate_period_unserialize1.phpt27 object(DatePeriod)#%d (%d) {
29 object(DateTime)#%d (%d) {
40 object(DateTime)#%d (%d) {
49 object(DateInterval)#%d (%d) {
54 ["d"]=>
/PHP-8.2/ext/session/tests/
H A Dsession_decode_error2.phpt39 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
46 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
53 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
60 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
67 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
74 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
81 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
88 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
95 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
102 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_poll.phpt51 printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
63 printf("[%03d + 3] Error indicated through links array: %d/%s",
71 printf("[%03d + 5] Error on %d: %d/%s\n",
75 printf("[%03d + 6] Rejecting thread %d: %d/%s\n",
125 [012 + 6] Rejecting thread %d: 0/
126 [013 + 6] Rejecting thread %d: 0/
127 [014 + 6] Rejecting thread %d: 0/
128 [014 + 6] Rejecting thread %d: 0/
129 [015 + 6] Rejecting thread %d: 0/
130 [015 + 6] Rejecting thread %d: 0/
[all …]
H A Dmysqli_stmt_bind_result_bit.phpt44 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
47 …ink_ins, sprintf("CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAUL…
52 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
63 printf("[006 - %d] [%d] %s\n", $bits, mysqli_errno($link_sel), mysqli_error($link_sel));
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
106 … printf("[009 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_sel), mysqli_stmt_error($stmt_sel));
112 … printf("[010 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_sel), mysqli_stmt_error($stmt_sel));
117 … printf("[011 - %d] mysqli_stmt_fetch() has failed for %d bits - ret = %s/%s, [%d] %s, [%d] %s\n",
[all …]
H A Dmysqli_fetch_fields.phpt35 printf("[004] Expecting charset %s/%d got %d\n",
59 object(stdClass)#%d (13) {
67 string(%d) "%s"
71 string(%d) "%s"
73 string(%d) "%s"
87 object(stdClass)#%d (13) {
95 string(%d) "%s"
99 string(%d) "%s"
101 string(%d) "%s"
105 int(%d)
[all …]
H A Dbug42378.phpt18 printf("[%03d] Cannot drop table test, [%d] %s\n",
28 printf("[%03d] Cannot create table test, [%d] %s\n",
41 printf("[%03d] Cannot insert data, [%d] %s\n",
54 printf("[%03d] Cannot create PS, [%d] %s\n",
67 printf("[%03d] Cannot prepare PS, [%d] %s\n",
74 printf("[%03d] Cannot execute PS, [%d] %s\n",
81 printf("[%03d] Cannot store result set, [%d] %s\n",
91 printf("[%03d] Cannot bind result, [%d] %s\n",
98 printf("[%03d] Cannot fetch result,, [%d] %s\n",
117 printf("[%03d] Cannot bind result, [%d] %s\n",
[all …]
/PHP-8.2/Zend/tests/generators/
H A Dyield_from_backtrace.phpt31 #0 %s(%d): gen()
33 #0 %s(%d): from(2)
34 #1 %s(%d): gen()
36 #0 %s(%d): gen()
41 #1 %s(%d): Generator->next()
43 #0 %s(%d): from(2)
45 #2 %s(%d): Generator->next()
48 #1 %s(%d): Generator->next()
/PHP-8.2/tests/lang/
H A Dbug24658.phpt34 object(foo)#%d (0) {
36 object(foo)#%d (0) {
38 object(foo)#%d (0) {
40 object(foo)#%d (0) {
43 object(foo)#%d (0) {
48 object(foo)#%d (0) {
53 object(foo)#%d (0) {
56 …tal error: Uncaught TypeError: typehint(): Argument #1 ($a) must be of type foo, int given in %s:%d
59 #1 %s(%d): array_walk(Array, 'typehint')
61 thrown in %s on line %d
/PHP-8.2/Zend/tests/
H A Dflexible-heredoc-nowdoc.phpt27 d
35 d
47 d
58 d\r\n
66 d
91 d
96 d
105 d
117 d
124 d
H A Dclosure_043.phpt25 $d = $staticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $staticScoped->bindTo(null, null); $d(); echo "\n";
29 $d = $staticUnscoped->bindTo(new A, null);
30 $d = $staticScoped->bindTo(new A, null);
33 $d = $staticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $staticScoped->bindTo(null, 'A'); $d(); echo "\n";
37 $d = $staticUnscoped->bindTo(new A, 'A');
38 $d = $staticScoped->bindTo(new A, 'A');
59 Warning: Cannot bind an instance to a static closure in %s on line %d
61 Warning: Cannot bind an instance to a static closure in %s on line %d
[all …]
H A Daccess_modifiers_010.phpt6 class d {
12 abstract class a extends d {
31 Fatal error: Uncaught Error: Call to private method d::test2() from scope a in %s:%d
33 #0 %s(%d): a->test()
34 #1 %s(%d): c->__construct()
36 thrown in %s on line %d
/PHP-8.2/tests/security/
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): Failed to open directory: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
57 Warning: opendir(../bad/.): Failed to open directory: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
67 Warning: opendir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d
69 resource(%d) of type (stream)
70 resource(%d) of type (stream)
[all …]
/PHP-8.2/ext/pgsql/tests/
H A D98old_api.phpt35 Deprecated: Function pg_numrows() is deprecated in %s on line %d
37 Deprecated: Function pg_numfields() is deprecated in %s on line %d
39 Deprecated: Function pg_fieldname() is deprecated in %s on line %d
41 Deprecated: Function pg_fieldsize() is deprecated in %s on line %d
43 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
45 Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
47 Deprecated: Function pg_fieldisnull() is deprecated in %s on line %d
49 Deprecated: Function pg_result() is deprecated in %s on line %d
51 Deprecated: Function pg_getlastoid() is deprecated in %s on line %d
53 Deprecated: Function pg_freeresult() is deprecated in %s on line %d
[all …]
/PHP-8.2/Zend/asm/
H A Djump_mips64_n64_elf_gas.S71 s.d $f24, 0($sp) # save F24
72 s.d $f25, 8($sp) # save F25
73 s.d $f26, 16($sp) # save F26
74 s.d $f27, 24($sp) # save F27
75 s.d $f28, 32($sp) # save F28
76 s.d $f29, 40($sp) # save F29
77 s.d $f30, 48($sp) # save F30
78 s.d $f31, 56($sp) # save F31
88 l.d $f24, 0($sp) # restore F24
89 l.d $f25, 8($sp) # restore F25
[all …]
/PHP-8.2/ext/gmp/tests/
H A Dgmp_php_int_max.phpt18 object(GMP)#%d (%d) {
22 object(GMP)#%d (%d) {
26 object(GMP)#%d (%d) {
/PHP-8.2/ext/standard/tests/general_functions/
H A Dphp_uname_basic.phpt22 string(%d) "%s"
25 string(%d) "%s"
26 string(%d) "%s"
27 string(%d) "%s"
28 string(%d) "%s"
29 string(%d) "%s"
30 string(%d) "%s"
/PHP-8.2/.github/actions/install-linux-x32/
H A Daction.yml9 mkdir -p /etc/php.d
10 chmod 777 /etc/php.d
11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
12 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
13 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
14 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/PHP-8.2/ext/standard/tests/file/
H A Dbug75679.phpt5 $d = __DIR__;
8 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_259_characters_long_', 100, '_') . '/', 1)…
9 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_260_characters_long_', 100, '_') . '/', 1)…
10 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_261_characters_long_', 100, '_') . '/', 1)…
29 $d = __DIR__;
32 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_259_characters_long_', 100, '_') . '/', 1)…
33 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_260_characters_long_', 100, '_') . '/', 1)…
34 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_261_characters_long_', 100, '_') . '/', 1)…
43 while ($d1 != $d) {

Completed in 48 milliseconds

1...<<11121314151617181920>>...259