<?php $str = '{hook-contact id="220" sale="Новое направление"}'; $str[0] = '<'; $xml = new SimpleXMLElement("<i>{$str}></i>");
Standard input is empty
object(SimpleXMLElement)#1 (1) {
["hook-contact"]=>
object(SimpleXMLElement)#2 (1) {
["@attributes"]=>
array(2) {
["id"]=>
string(3) "220"
["sale"]=>
string(33) "Новое направление"
}
}
}