|
@@ 1524-1526 (lines=3) @@
|
| 1521 |
|
} else { |
| 1522 |
|
$this->xdebug('import namespace ' . $attrs['namespace']); |
| 1523 |
|
$this->imports[$attrs['namespace']][] = array('location' => '', 'loaded' => true); |
| 1524 |
|
if (! $this->getPrefixFromNamespace($attrs['namespace'])) { |
| 1525 |
|
$this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace']; |
| 1526 |
|
} |
| 1527 |
|
} |
| 1528 |
|
break; |
| 1529 |
|
case 'include': |
|
@@ 5108-5110 (lines=3) @@
|
| 5105 |
|
$this->debug('parsing import ' . $attrs['namespace']. ' - ' . $attrs['location'] . ' (' . count($this->import[$attrs['namespace']]).')'); |
| 5106 |
|
} else { |
| 5107 |
|
$this->import[$attrs['namespace']][] = array('location' => '', 'loaded' => true); |
| 5108 |
|
if (! $this->getPrefixFromNamespace($attrs['namespace'])) { |
| 5109 |
|
$this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace']; |
| 5110 |
|
} |
| 5111 |
|
$this->debug('parsing import ' . $attrs['namespace']. ' - [no location] (' . count($this->import[$attrs['namespace']]).')'); |
| 5112 |
|
} |
| 5113 |
|
break; |