b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/base/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/base/bug01272.inc

<?php

$xml = "<a att1='att-a'><b attb='attb-1'/><b attb='attb-2'/></a>";

$e = new SimpleXmlElement($xml);

foreach($e->b as $b) { // breakpoint here
    echo $b['attb'].PHP_EOL;
}
?>

Copyright © 2019 by b0y-101