mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Don't test other functionality than wddx here.
This commit is contained in:
parent
6e6a793bb9
commit
bf759e9609
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
wddz deserialization test
|
||||
wddx deserialization test
|
||||
--FILE--
|
||||
<?php
|
||||
$path = dirname(__FILE__);
|
||||
|
@ -16,7 +16,7 @@ array(11) {
|
|||
["aDateTime"]=>
|
||||
int(897600732)
|
||||
["aDateTime2"]=>
|
||||
string(19) "1930-06-12T04:32:12"
|
||||
int(329607132)
|
||||
["aDateTime3"]=>
|
||||
string(19) "2040-06-12T04:32:12"
|
||||
["aBoolean"]=>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<dateTime>1998-06-12T04:32:12</dateTime>
|
||||
</var>
|
||||
<var name='aDateTime2'>
|
||||
<dateTime>1930-06-12T04:32:12</dateTime>
|
||||
<dateTime>1980-06-12T04:32:12</dateTime>
|
||||
</var>
|
||||
<var name='aDateTime3'>
|
||||
<dateTime>2040-06-12T04:32:12</dateTime>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue