Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/wddx/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/wddx/tests/001.phpt |
--TEST-- wddx deserialization test (32-bit) --SKIPIF-- <?php if (!extension_loaded("wddx")) print "skip"; ?> <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK" ?> --INI-- precision=14 --FILE-- <?php $path = dirname(__FILE__); var_dump(wddx_deserialize(file_get_contents("{$path}/wddx.xml"))); ?> --EXPECT-- array(11) { ["aNull"]=> NULL ["aString"]=> string(8) "a string" ["aNumber"]=> float(-12.456) ["aDateTime"]=> int(897625932) ["aDateTime2"]=> int(329632332) ["aDateTime3"]=> string(22) "2040-06-12T04:32:12+00" ["aBoolean"]=> bool(true) ["anArray"]=> array(2) { [0]=> int(10) [1]=> string(14) "second element" } ["aBinary"]=> string(11) "binary data" ["anObject"]=> array(2) { ["s"]=> string(8) "a string" ["n"]=> float(-12.456) } ["aRecordset"]=> array(2) { ["NAME"]=> array(2) { [0]=> string(8) "John Doe" [1]=> string(8) "Jane Doe" } ["AGE"]=> array(2) { [0]=> int(34) [1]=> int(31) } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare