Test: /ext/oci8/tests/xmltype_02.phpt - Version 5.5.4    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
1 (33%)
001+
001- Test 1 Insert new XML data using a temporary CLOB
002- array(1) {
003- [0]=>
004- object(OCI-Lob)#%d (1) {
005- ["descriptor"]=>
006- resource(%d) of type (oci8 descriptor)
007- }
008- }
009- Test 2 Manipulate the data using SimpleXML
010- object(SimpleXMLElement)#%d (10) {
011- ["WarehouseId"]=>
012- string(1) "1"
013- ["WarehouseName"]=>
014- string(16) "Southlake, Texas"
015- ["Building"]=>
016- string(5) "Owned"
017- ["Area"]=>
018- string(5) "25000"
019- ["Docks"]=>
020- string(1) "2"
021- ["DockType"]=>
022- string(9) "Rear load"
023- ["WaterAccess"]=>
024- string(4) "true"
025- ["RailAccess"]=>
026- string(1) "N"
027- ["Parking"]=>
028- string(6) "Street"
029- ["VClearance"]=>
030- string(2) "10"
031- }
032- object(SimpleXMLElement)#%d (10) {
033- ["WarehouseId"]=>
034- string(1) "1"
035- ["WarehouseName"]=>
036- string(16) "Southlake, Texas"
037- ["Building"]=>
038- string(5) "Owned"
039- ["Area"]=>
040- string(5) "25000"
041- ["Docks"]=>
042- string(1) "1"
043- ["DockType"]=>
044- string(9) "Rear load"
045- ["WaterAccess"]=>
046- string(4) "true"
047- ["RailAccess"]=>
048- string(1) "N"
049- ["Parking"]=>
050- string(6) "Street"
051- ["VClearance"]=>
052- string(2) "10"
053- }
054- Test 3: Update changes using a temporary CLOB
055- string(%d) "<?xml version="1.0"?>
056- <Warehouse>
057- %sWarehouseId>1</WarehouseId>
058- %sWarehouseName>Southlake, Texas</WarehouseName>
059- %sBuilding>Owned</Building>
060- %sArea>25000</Area>
061- %sDocks>1</Docks>
062- %sDockType>Rear load</DockType>
063- %sWaterAccess>true</WaterAccess>
064- %sRailAccess>N</RailAccess>
065- %sParking>Street</Parking>
066- %sVClearance>10</VClearance>
067- </Warehouse>
068- "
069- ===DONE===