<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>