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 14 |
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:14 Stack trace: #0 /service/xtac/www/tplus/dist/Tplus.php(38): include() #1 /service/xtac/www/tplus/dist/Tpl-dist.php(41): Tplus->fetch('error1.html') #2 /service/xtac/www/tplus/test/error1.php(7): Tpl::get('error1.html', Array) #3 {main} thrown in /service/xtac/www/tplus/test/html.php/error1.html.php on line 14 |