Parse error: syntax error, unexpected T_THROW, expecting T_STRING in c:\usr\apache\httpd\html\www\include\common_small.inc on line 46
nie wiem o co w nim chodzi
a oto kawałek kodu
<?php function throw($exception) { if (EXCEPTION_STREAM == 1) { } elseif (EXCEPTION_STREAM == 0) { if (EXCEPTION_LEVEL == 0) { } elseif (EXCEPTION_LEVEL == 1) { $theme = new BaseTheme(); } elseif (EXCEPTION_LEVEL == 2) { } } } ?>
wczym polega problem
linia 46 to function throw($exception) {