3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row = array(array( 'entity_id' => "14", 'entity_type_id' => "1", 'attribute_set_id' => "0", 'website_id' => "1", 'email' => "office@solarpower-augsburg.de", 'group_id' => "1", 'increment_id' => "000000011", 'store_id' => "0", 'created_at' => "2013-10-22 10:28:59", 'updated_at' => "2013-10-22 10:51:50", 'is_active' => "1", 'disable_auto_group_change' => "0", 'prefix' => "Herr", 'firstname' => "Gabriele ", 'middlename' => NULL, 'lastname' => "Ament", 'suffix' => "Solarpower Energy for Life", 'name' => "Herr Gabriele Ament Solarpower Energy for Life", 'is_partner' => "1", 'default_billing' => "16", 'billing_firstname' => "Gabriele ", 'billing_lastname' => "Ament", 'billing_postcode' => "86199", 'billing_city' => "Augsburg", 'billing_telephone' => "0821·90732-50", 'billing_country_id' => "DE", 'billing_street' => "Zum Fuggerschloß 38", 'billing_region' => "Bayern", 'billing_company' => "Solarpower Energy for Life Gabriele Ament e.K.", 'tom_geo_latitude' => "48.3237705", 'tom_geo_longitude' => "10.8221745", ) ); $dom = new DOMDocument("1.0","UTF-8"); $node = $dom->createElement("Markers"); $parnode = $dom->appendChild($node); foreach ($row as $key => $value) { $address = $value['billing_street'] .','. $value['billing_country_id'] .'-'. $value['billing_postcode'] .' '. $value['billing_city']; $distance = 6371 * 0; $contactPerson = $value['billing_firstname'] .' '. $value['billing_lastname']; // ADD TO XML DOCUMENT NODE $marker = $dom->createElement("Marker"); $newnode = $parnode->appendChild($marker); $newnode->setAttribute("StoreId", $value['store_id']); $newnode->setAttribute("Lat", $value['tom_geo_latitude']); $newnode->setAttribute("Lng", $value['tom_geo_longitude']); $newnode->setAttribute("Distance", $distance); $newnode->setAttribute("ImgUrl", $key['ImgUrl']); $newnode->setAttribute("CategoryIcon", '/skin/frontend/default/solarinvert/tom/dealer/default.png'); $newnode->setAttribute("Contactperson", $contactPerson); $newnode->setAttribute("Phone", $value['billing_telephone']); $newnode->setAttribute("Logo", $value['logo']); $newnode->setAttribute("Country", $value['billing_country_id']); $newnode->setAttribute("Fax", $value['billing_fax']); $newnode->setAttribute("Address", $address); $newnode->setAttribute("Type", $value['Type']); $newnode->setAttribute("Email", $value['email']); $newnode->setAttribute("Website", $value['Website']); $newnode->setAttribute("State", $value['billing_region']); $newnode->setAttribute("City", $value['billing_city']); $newnode->setAttribute("Name", $value['billing_company']); $newnode->setAttribute("LabelId", $key['LabelId']); $newnode->setAttribute("LabelText", $key['LabelText']); $newnode->setAttribute("Google", $key['Google']); $newnode->setAttribute("Facebook", $key['Facebook']); $newnode->setAttribute("Twitter", $key['Twitter']); $newnode->setAttribute("Printrest", $key['Printrest']); $newnode->setAttribute("Gallery", $row['Gallery']); $newnode->setAttribute("Info", $row['Info']); $newnode->setAttribute("Working", $row['Working']); $newnode->setAttribute("Video", $row['Video']); $newnode->setAttribute("Direction", $row['Direction']); } echo $dom->saveXML();
Output for 8.3.0 - 8.3.6
Warning: Trying to access array offset on int in /in/cNKEB on line 90 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 90 Warning: Undefined array key "logo" in /in/cNKEB on line 94 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 94 Warning: Undefined array key "billing_fax" in /in/cNKEB on line 102 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 102 Warning: Undefined array key "Type" in /in/cNKEB on line 104 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 104 Warning: Undefined array key "Website" in /in/cNKEB on line 106 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 106 Warning: Trying to access array offset on int in /in/cNKEB on line 126 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 126 Warning: Trying to access array offset on int in /in/cNKEB on line 127 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 127 Warning: Trying to access array offset on int in /in/cNKEB on line 128 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 128 Warning: Trying to access array offset on int in /in/cNKEB on line 129 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 129 Warning: Trying to access array offset on int in /in/cNKEB on line 130 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 130 Warning: Trying to access array offset on int in /in/cNKEB on line 131 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 131 Warning: Undefined array key "Gallery" in /in/cNKEB on line 132 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 132 Warning: Undefined array key "Info" in /in/cNKEB on line 133 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 133 Warning: Undefined array key "Working" in /in/cNKEB on line 134 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 134 Warning: Undefined array key "Video" in /in/cNKEB on line 135 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 135 Warning: Undefined array key "Direction" in /in/cNKEB on line 136 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 136 <?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Trying to access array offset on value of type int in /in/cNKEB on line 90 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 90 Warning: Undefined array key "logo" in /in/cNKEB on line 94 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 94 Warning: Undefined array key "billing_fax" in /in/cNKEB on line 102 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 102 Warning: Undefined array key "Type" in /in/cNKEB on line 104 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 104 Warning: Undefined array key "Website" in /in/cNKEB on line 106 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 106 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 126 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 126 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 127 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 127 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 128 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 128 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 129 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 129 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 130 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 130 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 131 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 131 Warning: Undefined array key "Gallery" in /in/cNKEB on line 132 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 132 Warning: Undefined array key "Info" in /in/cNKEB on line 133 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 133 Warning: Undefined array key "Working" in /in/cNKEB on line 134 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 134 Warning: Undefined array key "Video" in /in/cNKEB on line 135 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 135 Warning: Undefined array key "Direction" in /in/cNKEB on line 136 Deprecated: DOMElement::setAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in /in/cNKEB on line 136 <?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 8.0.0 - 8.0.30
Warning: Trying to access array offset on value of type int in /in/cNKEB on line 90 Warning: Undefined array key "logo" in /in/cNKEB on line 94 Warning: Undefined array key "billing_fax" in /in/cNKEB on line 102 Warning: Undefined array key "Type" in /in/cNKEB on line 104 Warning: Undefined array key "Website" in /in/cNKEB on line 106 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 126 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 127 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 128 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 129 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 130 Warning: Trying to access array offset on value of type int in /in/cNKEB on line 131 Warning: Undefined array key "Gallery" in /in/cNKEB on line 132 Warning: Undefined array key "Info" in /in/cNKEB on line 133 Warning: Undefined array key "Working" in /in/cNKEB on line 134 Warning: Undefined array key "Video" in /in/cNKEB on line 135 Warning: Undefined array key "Direction" in /in/cNKEB on line 136 <?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 7.4.0 - 7.4.33
Notice: Trying to access array offset on value of type int in /in/cNKEB on line 90 Notice: Undefined index: logo in /in/cNKEB on line 94 Notice: Undefined index: billing_fax in /in/cNKEB on line 102 Notice: Undefined index: Type in /in/cNKEB on line 104 Notice: Undefined index: Website in /in/cNKEB on line 106 Notice: Trying to access array offset on value of type int in /in/cNKEB on line 126 Notice: Trying to access array offset on value of type int in /in/cNKEB on line 127 Notice: Trying to access array offset on value of type int in /in/cNKEB on line 128 Notice: Trying to access array offset on value of type int in /in/cNKEB on line 129 Notice: Trying to access array offset on value of type int in /in/cNKEB on line 130 Notice: Trying to access array offset on value of type int in /in/cNKEB on line 131 Notice: Undefined index: Gallery in /in/cNKEB on line 132 Notice: Undefined index: Info in /in/cNKEB on line 133 Notice: Undefined index: Working in /in/cNKEB on line 134 Notice: Undefined index: Video in /in/cNKEB on line 135 Notice: Undefined index: Direction in /in/cNKEB on line 136 <?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 7.3.32 - 7.3.33
<?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31
Notice: Undefined index: logo in /in/cNKEB on line 94 Notice: Undefined index: billing_fax in /in/cNKEB on line 102 Notice: Undefined index: Type in /in/cNKEB on line 104 Notice: Undefined index: Website in /in/cNKEB on line 106 Notice: Undefined index: Gallery in /in/cNKEB on line 132 Notice: Undefined index: Info in /in/cNKEB on line 133 Notice: Undefined index: Working in /in/cNKEB on line 134 Notice: Undefined index: Video in /in/cNKEB on line 135 Notice: Undefined index: Direction in /in/cNKEB on line 136 <?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined index: logo in /in/cNKEB on line 94 Notice: Undefined index: billing_fax in /in/cNKEB on line 102 Notice: Undefined index: Type in /in/cNKEB on line 104 Notice: Undefined index: Website in /in/cNKEB on line 106 Notice: Undefined index: Gallery in /in/cNKEB on line 132 Notice: Undefined index: Info in /in/cNKEB on line 133 Notice: Undefined index: Working in /in/cNKEB on line 134 Notice: Undefined index: Video in /in/cNKEB on line 135 Notice: Undefined index: Direction in /in/cNKEB on line 136 <?xml version="1.0" encoding="UTF-8"?> <Markers><Marker StoreId="0" Lat="48.3237705" Lng="10.8221745" Distance="0" ImgUrl="" CategoryIcon="/skin/frontend/default/solarinvert/tom/dealer/default.png" Contactperson="Gabriele Ament" Phone="0821·90732-50" Logo="" Country="DE" Fax="" Address="Zum Fuggerschloß 38,DE-86199 Augsburg" Type="" Email="office@solarpower-augsburg.de" Website="" State="Bayern" City="Augsburg" Name="Solarpower Energy for Life Gabriele Ament e.K." LabelId="" LabelText="" Google="" Facebook="" Twitter="" Printrest="" Gallery="" Info="" Working="" Video="" Direction=""/></Markers>
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: domdocument in /in/cNKEB on line 69
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: domdocument in /in/cNKEB on line 69

preferences:
299.58 ms | 401 KiB | 356 Q