Home
last modified time | relevance | path

Searched refs:d (Results 201 – 225 of 6464) sorted by relevance

12345678910>>...259

/php-src/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-src/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);
H A Dbug77198_auto.phpt28 printf("Pixel at %d, %d: unexpected NULL crop\n", $x, $y);
32 printf("Pixel at %d, %d: unexpected width (%d)\n", $x, $y, $width);
36 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
40 printf("Pixel at %d, %d: unexpected color (%d)\n", $x, $y, $color);
/php-src/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-src/Zend/tests/
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-src/ext/date/tests/
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-src/ext/spl/tests/
H A Ddit_001.phpt9 $d = new DirectoryIterator('.');
10 var_dump($d);
11 var_dump(is_string($d));
12 preg_match('/x/', $d);
13 var_dump(is_string($d));
16 object(DirectoryIterator)#%d (4) {
18 %s(%d) ".%c%s"
20 %s(%d) "%s"
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_constants.phpt20 int(%d)
21 int(%d)
22 int(%d)
23 int(%d)
24 int(%d)
25 int(%d)
26 int(%d)
/php-src/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-src/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 …]
/php-src/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-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt188 array(1) packed refcount(%d){
193 array(1) packed refcount(%d){
198 array(1) packed refcount(%d){
203 array(1) packed refcount(%d){
208 array(2) packed refcount(%d){
225 array(2) refcount(%d){
232 array(1) packed refcount(%d){
237 array(1) packed refcount(%d){
242 array(2) packed refcount(%d){
249 array(2) packed refcount(%d){
[all …]
/php-src/ext/zip/tests/
H A Doo_setcompression.phpt64 Deprecated: Function zip_open() is deprecated in %s on line %d
66 Deprecated: Function zip_read() is deprecated in %s on line %d
68 Deprecated: Function zip_entry_name() is deprecated in %s on line %d
73 Deprecated: Function zip_read() is deprecated in %s on line %d
80 Deprecated: Function zip_read() is deprecated in %s on line %d
87 Deprecated: Function zip_read() is deprecated in %s on line %d
94 Deprecated: Function zip_read() is deprecated in %s on line %d
101 Deprecated: Function zip_read() is deprecated in %s on line %d
108 Deprecated: Function zip_read() is deprecated in %s on line %d
115 Deprecated: Function zip_read() is deprecated in %s on line %d
[all …]
H A Dzip_entry_compressedsize.phpt17 Deprecated: Function zip_open() is deprecated in %s on line %d
19 Deprecated: Function zip_read() is deprecated in %s on line %d
21 Deprecated: Function zip_entry_compressedsize() is deprecated in %s on line %d
24 Deprecated: Function zip_read() is deprecated in %s on line %d
26 Deprecated: Function zip_entry_compressedsize() is deprecated in %s on line %d
29 Deprecated: Function zip_read() is deprecated in %s on line %d
31 Deprecated: Function zip_entry_compressedsize() is deprecated in %s on line %d
34 Deprecated: Function zip_read() is deprecated in %s on line %d
36 Deprecated: Function zip_entry_compressedsize() is deprecated in %s on line %d
39 Deprecated: Function zip_read() is deprecated in %s on line %d
[all …]
H A Dzip_entry_compressionmethod.phpt17 Deprecated: Function zip_open() is deprecated in %s on line %d
19 Deprecated: Function zip_read() is deprecated in %s on line %d
21 Deprecated: Function zip_entry_compressionmethod() is deprecated in %s on line %d
24 Deprecated: Function zip_read() is deprecated in %s on line %d
26 Deprecated: Function zip_entry_compressionmethod() is deprecated in %s on line %d
29 Deprecated: Function zip_read() is deprecated in %s on line %d
31 Deprecated: Function zip_entry_compressionmethod() is deprecated in %s on line %d
34 Deprecated: Function zip_read() is deprecated in %s on line %d
36 Deprecated: Function zip_entry_compressionmethod() is deprecated in %s on line %d
39 Deprecated: Function zip_read() is deprecated in %s on line %d
[all …]
H A Dzip_entry_filesize.phpt17 Deprecated: Function zip_open() is deprecated in %s on line %d
19 Deprecated: Function zip_read() is deprecated in %s on line %d
21 Deprecated: Function zip_entry_filesize() is deprecated in %s on line %d
24 Deprecated: Function zip_read() is deprecated in %s on line %d
26 Deprecated: Function zip_entry_filesize() is deprecated in %s on line %d
29 Deprecated: Function zip_read() is deprecated in %s on line %d
31 Deprecated: Function zip_entry_filesize() is deprecated in %s on line %d
34 Deprecated: Function zip_read() is deprecated in %s on line %d
36 Deprecated: Function zip_entry_filesize() is deprecated in %s on line %d
39 Deprecated: Function zip_read() is deprecated in %s on line %d
[all …]
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt11 Warning: Uninitialized string offset %d in %s on line %d
30 Warning: Uninitialized string offset %d in %s on line %d
56 Warning: Illegal string offset %i in %s on line %d
99 Warning: String offset cast occurred in %s on line %d
101 Warning: Uninitialized string offset %d in %s on line %d
132 Warning: Uninitialized string offset %d in %s on line %d
227 Warning: Illegal string offset %i in %s on line %d
294 Warning: Illegal string offset %i in %s on line %d
359 Warning: Uninitialized string offset %d in %s on line %d
500 Warning: Uninitialized string offset %d in %s on line %d
[all …]
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt89 Deprecated: pg_execute(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
93 Deprecated: pg_lo_open(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
97 Deprecated: pg_dbname(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
101 Deprecated: pg_options(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
103 Deprecated: pg_port(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
105 Deprecated: pg_tty(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
107 Deprecated: pg_host(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
113 Deprecated: pg_ping(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
115 Deprecated: pg_query(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
117 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
[all …]
/php-src/sapi/cgi/tests/
H A D002.phpt2 defining INI options with -d
18 var_dump(`$php -n -d max_execution_time=111 $file`);
19 var_dump(`$php -n -d max_execution_time=500 $file`);
20 var_dump(`$php -n -d max_execution_time=500 -d max_execution_time=555 $file`);
24 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 $file`);
31 string(%d) "X-Powered-By: PHP/%s
36 string(%d) "X-Powered-By: PHP/%s
41 string(%d) "X-Powered-By: PHP/%s
46 string(%d) "X-Powered-By: PHP/%s

Completed in 32 milliseconds

12345678910>>...259