Tplus Runtime Error |
|
1 Type |
Notice
E_NOTICE
|
File | /service/xtac/www/tplus/test/html/error1.html |
Line | 9 |
Code | [= unassignedVar] |
PHP Message | Undefined index: unassignedVar in /service/xtac/www/tplus/test/html.php/error1.html.php on line 10 |
Tplus Runtime Error |
|
2 Type |
Notice
E_NOTICE
|
File | /service/xtac/www/tplus/test/html/error1.html |
Line | 11 |
Code | [= unassignedObject.someMethod()] |
PHP Message | Undefined index: unassignedObject in /service/xtac/www/tplus/test/html.php/error1.html.php on line 12 |
Tplus Runtime Error |
|
3 Type |
Fatal error
E_ERROR
|
File | /service/xtac/www/tplus/test/html/error1.html |
Line | 11 |
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:12 Stack trace: #0 /service/xtac/www/tplus/dist/Tplus.php(72): require() #1 /service/xtac/www/tplus/dist/Tpl-dist.php(40): Tplus->get('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 12 |