Home
last modified time | relevance | path

Searched refs:d (Results 176 – 200 of 6564) sorted by relevance

12345678910>>...263

/PHP-8.3/Zend/tests/function_arguments/
H A Dsensitive_parameter_nested_calls.phpt36 string(%d) "%ssensitive_parameter_nested_calls.php"
44 object(SensitiveParameterValue)#%d (0) {
49 object(SensitiveParameterValue)#%d (0) {
56 string(%d) "%ssensitive_parameter_nested_calls.php"
66 object(SensitiveParameterValue)#%d (0) {
69 object(SensitiveParameterValue)#%d (0) {
78 string(%d) "%ssensitive_parameter_nested_calls.php"
86 object(SensitiveParameterValue)#%d (0) {
91 object(SensitiveParameterValue)#%d (0) {
108 object(SensitiveParameterValue)#%d (0) {
[all …]
/PHP-8.3/ext/date/tests/
H A DDateInterval_serialize-003.phpt9 var_dump($d);
12 $s = serialize($d);
20 var_dump($d->__serialize());
23 $d = new DateInterval('P2Y4DT6H8M');
24 $d->__unserialize(
30 var_dump($d);
43 object(DateInterval)#1 (%d) {
47 string(%d) "next weekday"
60 string(%d) "next weekday"
69 string(%d) "next weekday"
[all …]
H A Dbug52062-64bit.phpt11 $d = new DateTime('@100000000000');
12 var_dump($d->format('Y-m-d H:i:s U'));
13 var_dump($d->getTimestamp());
15 $d->setTimestamp(100000000000);
16 var_dump($d->format('Y-m-d H:i:s U'));
17 var_dump($d->getTimestamp());
H A Dbug48097.phpt7 $d = date_create( "Sun, 22 May 1955 02:00:00 +0200" );
8 var_dump( $d );
9 echo $d->format( DATE_ISO8601 ), "\n";
10 echo $d->format( 'U' ), "\n\n";
12 $d->setTimeZone( new DateTimeZone( 'Europe/Budapest' ) );
13 var_dump( $d );
14 echo $d->format( DATE_ISO8601 ), "\n\n";
15 echo $d->format( 'U' ), "\n\n";
/PHP-8.3/Zend/tests/
H A Dclosure_044.phpt25 $d = $nonstaticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $nonstaticScoped->bindTo(null, null); var_dump($d); echo "\n";
29 $d = $nonstaticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $nonstaticScoped->bindTo(new A, null); $d(); echo "\n";
33 $d = $nonstaticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $nonstaticScoped->bindTo(null, 'A'); var_dump($d); echo "\n";
37 $d = $nonstaticUnscoped->bindTo(new A, 'A'); $d(); echo "\n";
38 $d = $nonstaticScoped->bindTo(new A, 'A'); $d(); echo "\n";
55 Warning: Cannot unbind $this of closure using $this in %s on line %d
70 Warning: Cannot unbind $this of closure using $this in %s on line %d
H A Dcallable_self_parent_static_deprecation.phpt71 Deprecated: Use of "self" in callables is deprecated in %s on line %d
74 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
77 Deprecated: Use of "static" in callables is deprecated in %s on line %d
80 Deprecated: Use of "self" in callables is deprecated in %s on line %d
83 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
86 Deprecated: Use of "static" in callables is deprecated in %s on line %d
115 Deprecated: Use of "self" in callables is deprecated in %s on line %d
124 Deprecated: Use of "self" in callables is deprecated in %s on line %d
159 Deprecated: Use of "self" in callables is deprecated in %s on line %d
168 Deprecated: Use of "self" in callables is deprecated in %s on line %d
[all …]
H A Dnowdoc_005.phpt9 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
14 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
22 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
23 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
H A Dnowdoc_006.phpt9 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
H A Dnowdoc_007.phpt9 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
/PHP-8.3/ext/opcache/tests/jit/
H A Didentical_002.phpt24 $d = NAN;
27 var_dump($a === $d);
30 var_dump($a !== $d);
33 var_dump($a === $d ? 1 : 0);
36 var_dump($a !== $d ? 1 : 0);
43 if ($a === $d) {
52 if ($a !== $d) {
63 if ($a === $d) {
75 if ($a !== $d) {
92 var_dump($a === $d);
[all …]
/PHP-8.3/tests/classes/
H A Dproperty_recreate_protected.phpt21 $d = new D;
23 $d->unsetProtected();
24 $d->setProtected();
25 var_dump($d);
28 $d = new D;
29 $d->unsetProtected();
30 $d->setP();
31 var_dump($d);
36 var_dump($d);
40 object(D)#%d (1) {
[all …]
/PHP-8.3/ext/gd/tests/
H A Dbug77198_threshold.phpt25 printf("Pixel at %d, %d: unexpected NULL crop\n", $x, $y);
29 printf("Pixel at %d, %d: unexpected width (%d)\n", $x, $y, $width);
33 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
37 printf("Pixel at %d, %d: unexpected color (%d)\n", $x, $y, $color);
/PHP-8.3/ext/standard/tests/strings/
H A Dfprintf_variation_002.phpt6 $int_variation = array( "%d", "%-d", "%+d", "%7.2d", "%-7.2d", "%07.2d", "%-07.2d", "%'#7.2d" );
18 fprintf( $fp, "\n-- Iteration %d --\n",$counter);
H A Dvprintf_variation4.phpt18 '%d %+d %-d
19 %ld %4d %-4d
20 %10.4d %-10.4d %.4d %04.4d
21 %\'#2d %\'2d %\'$2d %\'_2d
22 %3$d %4$d %1$d %2$d';
H A Dvprintf_variation4_64bit.phpt18 '%d %+d %-d
19 %ld %4d %-4d
20 %10.4d %-10.4d %.4d %04.4d
21 %\'#2d %\'2d %\'$2d %\'_2d
22 %3$d %4$d %1$d %2$d';
/PHP-8.3/ext/xsl/tests/
H A Dbug49634.phpt52 Exception: Test exception. in %s:%d
55 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
57 Exception: Test exception. in %s:%d
62 Exception: Test exception. in %s:%d
67 Exception: Test exception. in %s:%d
72 Exception: Test exception. in %s:%d
77 Exception: Test exception. in %s:%d
82 Exception: Test exception. in %s:%d
87 Exception: Test exception. in %s:%d
92 Exception: Test exception. in %s:%d
[all …]
/PHP-8.3/ext/spl/tests/
H A Ddit_001.phpt8 $d = new DirectoryIterator('.');
9 var_dump($d);
10 var_dump(is_string($d));
11 preg_match('/x/', $d);
12 var_dump(is_string($d));
15 object(DirectoryIterator)#%d (4) {
17 %s(%d) ".%c%s"
19 %s(%d) "%s"
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug31402.phpt37 object(TestY)#%d (2) {
41 object(TestX)#%d (1) {
46 &object(TestX)#%d (1) {
51 &object(TestX)#%d (1) {
57 object(TestX)#%d (1) {
62 object(TestY)#%d (2) {
66 object(TestX)#%d (1) {
71 &object(TestX)#%d (1) {
76 &object(TestX)#%d (1) {
82 object(TestX)#%d (1) {
/PHP-8.3/ext/simplexml/tests/
H A D001-mb.phpt12 object(SimpleXMLElement)#%d (2) {
19 object(SimpleXMLElement)#%d (3) {
26 object(SimpleXMLElement)#%d (0) {
29 object(SimpleXMLElement)#%d (1) {
31 object(SimpleXMLElement)#%d (1) {
33 object(SimpleXMLElement)#%d (1) {
35 object(SimpleXMLElement)#%d (0) {
H A D001.phpt12 object(SimpleXMLElement)#%d (2) {
19 object(SimpleXMLElement)#%d (3) {
26 object(SimpleXMLElement)#%d (0) {
29 object(SimpleXMLElement)#%d (1) {
31 object(SimpleXMLElement)#%d (1) {
33 object(SimpleXMLElement)#%d (1) {
35 object(SimpleXMLElement)#%d (0) {
/PHP-8.3/ext/pgsql/tests/
H A D98old_api.phpt38 Deprecated: Function pg_numrows() is deprecated in %s on line %d
40 Deprecated: Function pg_numfields() is deprecated in %s on line %d
42 Deprecated: Function pg_fieldname() is deprecated in %s on line %d
44 Deprecated: Function pg_fieldsize() is deprecated in %s on line %d
46 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
48 Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
50 Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
60 Deprecated: Function pg_result() is deprecated in %s on line %d
62 Deprecated: Function pg_result() is deprecated in %s on line %d
66 Deprecated: Function pg_getlastoid() is deprecated in %s on line %d
[all …]
/PHP-8.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt68 size is %d
69 uid is %d
81 size is %d
82 uid is %d
92 size is %d
93 uid is %d
108 size is %d
109 uid is %d
119 size is %d
120 uid is %d
[all …]
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt188 array(1) refcount(%d){
193 array(1) refcount(%d){
198 array(1) refcount(%d){
203 array(1) refcount(%d){
208 array(2) refcount(%d){
225 array(2) refcount(%d){
232 array(1) refcount(%d){
237 array(1) refcount(%d){
242 array(2) refcount(%d){
249 array(2) refcount(%d){
[all …]
H A Ddebug_zval_dump_b_64bit.phpt192 array(1) refcount(%d){
197 array(1) refcount(%d){
202 array(1) refcount(%d){
207 array(1) refcount(%d){
212 array(2) refcount(%d){
229 array(2) refcount(%d){
236 array(1) refcount(%d){
241 array(1) refcount(%d){
246 array(2) refcount(%d){
253 array(2) refcount(%d){
[all …]
/PHP-8.3/tests/lang/
H A DforeachLoopObjects.002.phpt10 protected $d = "Original d";
65 protected $d = "Overridden d";
179 object(C)#%d (5) {
186 ["d":protected]=>
200 object(D)#%d (7) {
225 object(E)#%d (8) {
254 object(C)#%d (5) {
275 object(D)#%d (7) {
300 object(E)#%d (8) {
329 object(C)#%d (5) {
[all …]

Completed in 35 milliseconds

12345678910>>...263