|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-11 20:32 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 16:00:01 2025 UTC |
require_once 'HTML/Template/ITX.php'; $tpl = new HTML_Template_ITX(); $tpl->setTemplate('{var}'); // error, no placeholder {foobar} in template $err = $tpl->addBlock('foobar', 'foobar_block', '{newvar}'); instead of returning an error object, it dies with a fatal error: Cannot instantiate non-existent class: it_error