<p>The created PHP code blocks are wrapped in a <code>\Throwable</code> try/catch statement, in order to prevent the system from going down in case of any errors.</p><p>It is strongly recommended to avoid directly echoing bytes, otherwise the output buffer may result compromised. In example do not test the usage of the code blocks by creating a snippet containing a code like this one: <code>echo \"Hello World!\";</code>. You can rather use <code>JFactory::getApplication()->enqueueMessage(\"Hello World!\");</code> to make sure that your scripts are properly executed.</p>
<p>The created PHP code blocks are wrapped in a <code>\Throwable</code> try/catch statement, in
order
Order
noun
i.e. I made an order.
verb
i.e. I order something. It could be used also in a sorting context.
to prevent the system from going down in case of any errors.</p><p>It is strongly recommended to avoid directly echoing bytes, otherwise the output buffer may result compromised. In example do not test the usage of the code blocks by creating a snippet containing a code like this one: <code>echo \"Hello World!\";</code>. You can rather use <code>JFactory::getApplication()->enqueueMessage(\"Hello World!\");</code> to make sure that your scripts are properly executed.</p>
<p>De gemaakte PHP-codeblokken zijn verpakt in een <code>\Throwable</code> try/catch-instructie, om te voorkomen dat het systeem uitvalt in geval van fouten.</p><p>Het wordt ten zeerste aanbevolen om directe echo's van bytes te vermijden, anders kan de uitvoerbuffer beschadigd raken. Test bijvoorbeeld niet het gebruik van de codeblokken door een fragment te maken dat een code zoals deze bevat: <code>echo \"Hallo wereld!\";</code>. U kunt liever <code>JFactory::getApplication()->enqueueMessage(\"Hello World!\");</code> gebruiken om er zeker van te zijn dat uw scripts correct worden uitgevoerd.</p>