Home
last modified time | relevance | path

Searched refs:d (Results 351 – 375 of 7036) sorted by relevance

1...<<11121314151617181920>>...282

/php-src/ext/standard/tests/array/
H A Darray_rand_basic1.phpt30 array(%d) {
32 int(%d)
34 int(%d)
36 int(%d)
38 int(%d)
40 int(%d)
42 int(%d)
46 int(%d)
/php-src/ext/simplexml/tests/
H A D003.phpt33 object(SimpleXMLElement)#%d (2) {
40 object(SimpleXMLElement)#%d (3) {
47 object(SimpleXMLElement)#%d (0) {
50 object(SimpleXMLElement)#%d (1) {
52 object(SimpleXMLElement)#%d (2) {
54 object(SimpleXMLElement)#%d (1) {
59 object(SimpleXMLElement)#%d (1) {
61 object(SimpleXMLElement)#%d (0) {
H A DgetDocNamespaces_no_internal_declaration.phpt16 <child2 xmlns:d="urn:d"/>
39 ["d"]=>
40 string(5) "urn:d"
47 ["d"]=>
48 string(5) "urn:d"
55 ["d"]=>
56 string(5) "urn:d"
H A D002.phpt33 object(SimpleXMLElement)#%d (2) {
40 object(SimpleXMLElement)#%d (3) {
47 object(SimpleXMLElement)#%d (0) {
50 object(SimpleXMLElement)#%d (1) {
52 object(SimpleXMLElement)#%d (1) {
54 object(SimpleXMLElement)#%d (1) {
56 object(SimpleXMLElement)#%d (0) {
H A D010.phpt33 object(simplexml_inherited)#%d (2) {
40 object(simplexml_inherited)#%d (3) {
47 object(simplexml_inherited)#%d (0) {
50 object(simplexml_inherited)#%d (1) {
52 object(simplexml_inherited)#%d (1) {
54 object(simplexml_inherited)#%d (1) {
56 object(simplexml_inherited)#%d (0) {
/php-src/ext/standard/tests/math/
H A Dfloorceil.phpt6 $d = ceil (-1.8); $e = ceil (-2.7);
7 var_dump ($a, $b, $c, $d, $e);
10 $d = ceil (1.5); $e = ceil (1.8); $f = ceil (2.7);
11 var_dump ($a, $b, $c, $d, $e, $f);
14 $d = floor (-1.5); $e = floor (-1.8); $f = floor (-2.7);
15 var_dump ($a, $b, $c, $d, $e, $f);
18 $d = floor (1.5); $e = floor (1.8); $f = floor (2.7);
19 var_dump ($a, $b, $c, $d, $e, $f);
/php-src/Zend/tests/
H A Dbug53958.phpt36 $d = 1;
37 $fn1 = function() use ($d) {echo "$d\n"; $d++;};
38 $fn2 = function() use (&$d) {echo "$d\n"; $d++;};
39 $d = 5;
H A Dclosure_020.phpt27 object(foo)#%d (2) {
31 object(Closure)#%d (5) {
33 string(%d) "{closure:%s:%d}"
35 string(%d) "%s"
37 int(%d)
50 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
53 thrown in %s on line %d
H A Dgh14969.phpt19 $d = new D();
21 $d->prop = $c;
25 var_dump($d);
28 $d->prop = 'foo';
30 $d->prop = $c;
34 var_dump($d);
39 object(D)#%d (0) {
H A Dbug75290.phpt12 object(Closure)#%d (2) {
21 object(Closure)#%d (4) {
23 string(%d) "{closure:%s:%d}"
25 string(%d) "%s"
27 int(%d)
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt12 die(sprintf('skip Needs MySQL 5.5.3+, found version %d.', mysqli_get_server_version($link)));
25 printf("[003] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
42 printf("[008] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
45 printf("[009] Results seem wrong, got %s, [%d] %s\n",
58 printf("[013] [%d] %s\n", $link->errno, $link->error);
65 printf("[014] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
85 printf("[019] Results seem wrong, got %s, [%d] %s\n",
90 printf("[020] [%d] %s\n", $link->errno, $link->error);
98 printf("[022] Results seem wrong, got %s, [%d] %s\n",
107 printf("[024] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dmysqli_autocommit.phpt30 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
33 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
51 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
58 printf("[014] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
61 printf("[015] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
64 printf("[016] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
67 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
73 printf("[018] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
76 printf("[019] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_fetch_array_large.phpt39 … printf("[%03d + 1] len = %d, [%d] %s\n", $offset, $len, mysqli_errno($link), mysqli_error($link));
45 … printf("[%03d + 2] len = %d, [%d] %s\n", $offset, $len, mysqli_errno($link), mysqli_error($link));
51 printf("[%03d + 3] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
59 … printf("[%03d + 4] len = %d, [%d] %s\n", $offset, $len, mysqli_errno($link), mysqli_error($link));
65 …printf("[%03d + 5] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
71 …printf("[%03d + 6] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
77 printf("[%03d + 7] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
120 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
140 printf("stop: packet size - %d\n", $package_size);
/php-src/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt42 object(finfo)#%d (0) {
44 object(finfo)#%d (0) {
47 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
49 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
51 Warning: finfo_open(): Failed to load magic database at "%s123" in %s on line %d
54 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
56 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
58 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
65 Warning: finfo_open(): Failed to load magic database at "%sinexistent" in %s on line %d
67 object(finfo)#%d (%d) {
[all …]
/php-src/ext/date/tests/
H A Dbug69336.phpt7 var_dump(date('d.m.Y',strtotime('last day of april')));
8 var_dump(date('d.m.Y',strtotime('last tuesday of march 2015')));
9 var_dump(date('d.m.Y',strtotime('last wednesday of march 2015')));
10 var_dump(date('d.m.Y',strtotime('last wednesday of april 2015')));
11 var_dump(date('d.m.Y',strtotime('last wednesday of march 2014')));
12 var_dump(date('d.m.Y',strtotime('last wednesday of april 2014')));
15 string(10) "30.04.%d"
H A Dbug45529.phpt10 $d = new DateTime('2008-01-01 12:00:00+0200');
11 $d->setTimeZone($tz1);
12 echo $d->format(DATE_ISO8601), PHP_EOL;
13 $d = new DateTime('2008-01-01 12:00:00+0200');
14 $d->setTimeZone($tz2);
15 echo $d->format(DATE_ISO8601), PHP_EOL;
/php-src/tests/security/
H A Dopen_basedir_fopen.phpt43 Warning: fopen(../bad): Failed to open stream: %s in %s on line %d
53 Warning: fopen(..): Failed to open stream: %s in %s on line %d
58 Warning: fopen(../): Failed to open stream: %s in %s on line %d
63 Warning: fopen(/): Failed to open stream: %s in %s on line %d
68 Warning: fopen(../bad/.): Failed to open stream: %s in %s on line %d
78 Warning: fopen(./../.): Failed to open stream: %s in %s on line %d
80 resource(%d) of type (stream)
81 resource(%d) of type (stream)
82 resource(%d) of type (stream)
83 resource(%d) of type (stream)
[all …]
/php-src/ext/standard/tests/serialize/
H A Dbug28325.phpt12 public $d;
17 $a->b->c->d = $a;
21 object(a)#%d (1) {
23 object(b)#%d (1) {
25 object(c)#%d (1) {
26 ["d"]=>
H A Dserialization_objects_014.phpt64 object(stdClass)#%d (3) {
73 object(stdClass)#%d (3) {
81 object(stdClass)#%d (3) {
89 object(stdClass)#%d (3) {
97 object(stdClass)#%d (3) {
108 object(stdClass)#%d (3) {
117 object(stdClass)#%d (3) {
125 object(stdClass)#%d (3) {
133 object(stdClass)#%d (3) {
141 object(stdClass)#%d (3) {
[all …]
H A Dserialization_objects_015.phpt73 object(stdClass)#%d (3) {
82 object(stdClass)#%d (3) {
90 object(stdClass)#%d (3) {
98 object(stdClass)#%d (3) {
106 object(stdClass)#%d (3) {
117 object(stdClass)#%d (3) {
126 object(stdClass)#%d (3) {
134 object(stdClass)#%d (3) {
142 object(stdClass)#%d (3) {
150 object(stdClass)#%d (3) {
[all …]
/php-src/ext/standard/tests/general_functions/
H A Drand.phpt27 int(%d)
29 int(%d)
30 int(%d)
32 int(%d)
37 int(%d)
38 int(%d)
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_success1.phpt28 object(Foo)#%d (%d) {
32 object(Foo)#%d (%d) {
36 object(Foo)#%d (%d) {
/php-src/Zend/tests/return_types/
H A D012.phpt18 object(Closure)#%d (5) {
20 string(%d) "{closure:%s:%d}"
22 string(%d) "%s"
24 int(%d)
31 object(foo)#%d (0) {
/php-src/ext/standard/tests/file/
H A Dstatpage.phpt15 int(%d)
16 int(%d)
17 int(%d)
18 int(%d)
19 int(%d)
H A Dsymlink.phpt49 string(%d) "%ssymlink.dat"
50 int(%d)
52 Warning: readlink(): No such file or directory in %s on line %d
55 Warning: linkinfo(): No such file or directory in %s on line %d
58 Warning: symlink(): File exists in %s on line %d
62 Warning: symlink(): File exists in %s on line %d
66 Warning: link(): No such file or directory in %s on line %d
69 Warning: symlink(): %s in %s on line %d
72 Warning: link(): %s in %s on line %d
75 Warning: readlink(): Invalid argument in %s on line %d
[all …]

Completed in 27 milliseconds

1...<<11121314151617181920>>...282