|
@@ 1636-1638 (lines=3) @@
|
| 1633 |
|
} else { |
| 1634 |
|
$this->xdebug('import namespace ' . $attrs['namespace']); |
| 1635 |
|
$this->imports[$attrs['namespace']][] = array('location' => '', 'loaded' => true); |
| 1636 |
|
if (!$this->getPrefixFromNamespace($attrs['namespace'])) { |
| 1637 |
|
$this->namespaces['ns' . (count($this->namespaces) + 1)] = $attrs['namespace']; |
| 1638 |
|
} |
| 1639 |
|
} |
| 1640 |
|
break; |
| 1641 |
|
case 'include': |
|
@@ 5388-5390 (lines=3) @@
|
| 5385 |
|
$this->debug('parsing import ' . $attrs['namespace'] . ' - ' . $attrs['location'] . ' (' . count($this->import[$attrs['namespace']]) . ')'); |
| 5386 |
|
} else { |
| 5387 |
|
$this->import[$attrs['namespace']][] = array('location' => '', 'loaded' => true); |
| 5388 |
|
if (!$this->getPrefixFromNamespace($attrs['namespace'])) { |
| 5389 |
|
$this->namespaces['ns' . (count($this->namespaces) + 1)] = $attrs['namespace']; |
| 5390 |
|
} |
| 5391 |
|
$this->debug('parsing import ' . $attrs['namespace'] . ' - [no location] (' . count($this->import[$attrs['namespace']]) . ')'); |
| 5392 |
|
} |
| 5393 |
|
break; |