Lines Matching refs:xdebug
244 $this->xdebug("parsing attribute:");
302 $this->xdebug('processing named complexType '.$attrs['name']);
315 $this->xdebug('complexType is unusual array');
322 …$this->xdebug('processing unnamed complexType for element ' . $this->currentElement . ' named ' . …
335 $this->xdebug('complexType is unusual array');
348 $this->xdebug("processing typed element ".$attrs['name']." of type ".$attrs['type']);
352 $this->xdebug('used default namespace to make type ' . $attrs['type']);
363 $this->xdebug('arrayType for unusual array is ' . $attrs['type']);
369 $this->xdebug("processing element as ref to ".$attrs['ref']);
374 $this->xdebug("processing untyped element " . $attrs['name'] . ' type ' . $type);
380 $this->xdebug("add element $ename to complexType $this->currentComplexType");
383 $this->xdebug("add element $ename to elements array");
389 $this->xdebug('enumeration ' . $attrs['value']);
397 $this->xdebug('extension ' . $attrs['base']);
417 $this->xdebug('restriction ' . $attrs['base']);
445 $this->xdebug("processing simpleType for name " . $attrs['name']);
452 …$this->xdebug('processing unnamed simpleType for element ' . $this->currentElement . ' named ' . $…
489 …$this->xdebug('done processing complexType ' . ($this->currentComplexType ? $this->currentComplexT…
494 …$this->xdebug('done processing element ' . ($this->currentElement ? $this->currentElement : '(unkn…
498 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType…
638 function xdebug($string){ function in nusoap_xmlschema
697 $this->xdebug("in getTypeDef, found complexType $type");
700 $this->xdebug("in getTypeDef, found simpleType $type");
708 $this->xdebug("in getTypeDef, found type for simpleType $type:");
709 $this->xdebug($this->varDump($etype));
720 $this->xdebug("in getTypeDef, found element $type");
727 $this->xdebug("in getTypeDef, found type for element $type:");
728 $this->xdebug($this->varDump($etype));
751 $this->xdebug("in getTypeDef, did not find $type");
883 $this->xdebug("addComplexType $name:");
908 $this->xdebug("addSimpleType $name:");
926 $this->xdebug("addElement " . $attrs['name']);