Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...266

/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);
H A Dbase_convert_basic.phpt36 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
39 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
42 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
45 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
49 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
52 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
55 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
58 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
63 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
66 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
[all …]
/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 Dbug34310.phpt2 Bug #34310 (foreach($arr as $c->d => $x) crashes)
8 public $d;
16 foreach($arr as $x => $c->d)
18 echo "{$x} => {$c->d}\n";
22 foreach($arr as $c->d => $x)
24 echo "{$c->d} => {$x}\n";
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/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/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/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/ext/standard/tests/serialize/
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 …]
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"]=>
/php-src/ext/mysqli/tests/
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/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 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 …]
/php-src/ext/standard/tests/dir/
H A Ddir_variation4.phpt24 $d = dir($dir_path);
25 var_dump( $d );
32 var_dump( $d->read() ); // with previous handle
50 object(Directory)#%d (2) {
52 string(%d) "%s/dir_variation4"
54 resource(%d) of type (stream)
56 object(Directory)#%d (2) {
58 string(%d) "%s/dir_variation4"
60 resource(%d) of type (stream)
63 string(%d) "%s"
[all …]
/php-src/ext/reflection/tests/
H A DReflectionFiber_basic.phpt43 string(%d) "%sReflectionFiber_basic.php"
49 string(%d) "%sReflectionFiber_basic.php"
68 string(%d) "{closure:%s:%d}"
76 string(%d) "%sReflectionFiber_basic.php"
83 string(%d) "%sReflectionFiber_basic.php"
99 string(%d) "{closure:%s:%d}"
108 …formation from a fiber that has not been started or is terminated in %sReflectionFiber_basic.php:%d
110 #0 %sReflectionFiber_basic.php(%d): ReflectionFiber->getTrace()
112 thrown in %sReflectionFiber_basic.php on line %d

Completed in 48 milliseconds

1...<<11121314151617181920>>...266