Tplus Runtime Error |
|
1 Type |
Notice
E_NOTICE
|
File | /service/xtac/www/tplus/test/html/error1.html |
Line | 10 |
Code | [= unassignedVar] |
PHP Message | Undefined index: unassignedVar in /service/xtac/www/tplus/test/html.php/error1.html.php on line 11 |
Tplus Runtime Error |
|
2 Type |
Notice
E_NOTICE
|
File | /service/xtac/www/tplus/test/html/error1.html |
Line | 12 |
Code | [= unassignedObject.someMethod()] |
PHP Message | Undefined index: unassignedObject in /service/xtac/www/tplus/test/html.php/error1.html.php on line 13 |
Tplus Runtime Error |
|
3 Type |
Fatal error
E_ERROR
|
File | /service/xtac/www/tplus/test/html/error1.html |
Line | 12 |
Code | [= unassignedObject.someMethod()] |
PHP Message | Uncaught Error: Call to a member function someMethod() on null in /service/xtac/www/tplus/test/html.php/error1.html.php:13<br /> Stack trace:<br /> #0 /service/xtac/www/tplus/dist/Tplus.php(38): include()<br /> #1 /service/xtac/www/tplus/dist/Tpl-dist.php(40): Tplus->fetch('error1.html')<br /> #2 /service/xtac/www/tplus/test/error1.php(7): Tpl::get('error1.html', Array)<br /> #3 {main}<br /> thrown in /service/xtac/www/tplus/test/html.php/error1.html.php on line 13 |