Lines Matching refs:xdebug

1216             	$this->xdebug("parsing attribute:");
1272 $this->xdebug('processing named complexType '.$attrs['name']);
1285 $this->xdebug('complexType is unusual array');
1291 $this->xdebug('processing unnamed complexType for element '.$this->currentElement);
1304 $this->xdebug('complexType is unusual array');
1320 $this->xdebug("processing typed element ".$attrs['name']." of type ".$attrs['type']);
1324 $this->xdebug('used default namespace to make type ' . $attrs['type']);
1335 $this->xdebug('arrayType for unusual array is ' . $attrs['type']);
1343 $this->xdebug("processing element as ref to ".$attrs['ref']);
1347 $this->xdebug("processing untyped element ".$attrs['name']);
1360 $this->xdebug('enumeration ' . $attrs['value']);
1368 $this->xdebug('extension ' . $attrs['base']);
1388 $this->xdebug('restriction ' . $attrs['base']);
1416 $this->xdebug("processing simpleType for name " . $attrs['name']);
1422 $this->xdebug('processing unnamed simpleType for element '.$this->currentElement);
1459 …$this->xdebug('done processing complexType ' . ($this->currentComplexType ? $this->currentComplexT…
1464 …$this->xdebug('done processing element ' . ($this->currentElement ? $this->currentElement : '(unkn…
1468 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType…
1602 function xdebug($string){ function in XMLSchema
1654 $this->xdebug("in getTypeDef, found complexType $type");
1657 $this->xdebug("in getTypeDef, found simpleType $type");
1665 $this->xdebug("in getTypeDef, found type for simpleType $type:");
1666 $this->xdebug($this->varDump($etype));
1677 $this->xdebug("in getTypeDef, found element $type");
1684 $this->xdebug("in getTypeDef, found type for element $type:");
1685 $this->xdebug($this->varDump($etype));
1708 $this->xdebug("in getTypeDef, did not find $type");
1840 $this->xdebug("addComplexType $name:");
1865 $this->xdebug("addSimpleType $name:");
1883 $this->xdebug("addElement " . $attrs['name']);