' . print_r( $scan, true ) . ''; echo '
' . print_r( $hdl, true ) . '
'; $scan->setHandler( $hdl ); $ml = << My Title

Headline

Lorem Ipsum some more text Bear

Paragraphbold more text italic

This is cool

EOT; echo htmlspecialchars( $ml ); echo "
"; echo "scan " . $scan->scan( $ml ) . "
"; echo "
"; echo $hdl->getParsedContent(); ?>