Re: docsite in PHP5
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
alex black schrieb: > hehe, > > docsite in php5: > > Parse error: parse error, unexpected T_CATCH in > /Users/turing/Sites/build/docsite/htdocs/index.php on line 21 Sure, throw() and catch() are reserved functions there. I'll add a ticket to convert them to bc_throw/bc_catch tomorrow as I proposed some time ago. Manuel