Diff for /embedaddon/php/ext/simplexml/tests/bug51615.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:01 version 1.1.1.2, 2012/05/29 12:34:42
Line 22  foreach ($html->body->span as $obj) { Line 22  foreach ($html->body->span as $obj) {
 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d  Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
   
 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d  Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
object(SimpleXMLElement)#%d (2) {object(SimpleXMLElement)#%d (3) {
   ["@attributes"]=>    ["@attributes"]=>
   array(2) {    array(2) {
     ["title"]=>      ["title"]=>
Line 31  object(SimpleXMLElement)#%d (2) { Line 31  object(SimpleXMLElement)#%d (2) {
     string(0) ""      string(0) ""
   }    }
   [0]=>    [0]=>
     string(1) "x"
     [1]=>
   string(1) "x"    string(1) "x"
 }  }
 string(0) ""  string(0) ""

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>