<slide title="Check include hierachy">

<break lines="1" />

<example fontsize="1.4em" type="shell" title="Install pecl/inclued"><![CDATA[
extension=inclued.so
inclued.enabled=1
inclued.dumpdir=/tmp
]]></example>

<example fontsize="1.4em" type="shell" title="Generate graph"><![CDATA[
|0077aa|~~>| *php ~~/pecl/inclued/gengraph.php -i /tmp/inclued.27843.1*
Written inclued.out.dot...
|0077aa|~>| *dot -Tpng -o wp_inclued1.png inclued.out.dot*
]]></example>

<break lines="1" />

<image filename="wp_inclued1.png" width="950" height="555" align="center"/>

<break lines="1" />

<blurb fontsize="3em">
Not bad, no redundant include_once/require_once (would show as dotted lines).
Still too many levels for my liking though.  If you are reading this on the
Web, right-click and load the image in a separate tab to see it better.
</blurb>
</slide>
