3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql = 'SELECT ff.id AS field_id, c.id AS calculation_id, c.answer AS calculation_answer, c.operation AS calculation_operation, c.value AS calculation_value, c.variable AS calculation_variable FROM calculations c RIGHT JOIN form_field ff ON ff.id = c.field_id INNER JOIN form f ON f.id = ff.form_id AND f.id = :form_id'; echo $sql;
Output for git.master, git.master_jit, rfc.property-hooks
SELECT ff.id AS field_id, c.id AS calculation_id, c.answer AS calculation_answer, c.operation AS calculation_operation, c.value AS calculation_value, c.variable AS calculation_variable FROM calculations c RIGHT JOIN form_field ff ON ff.id = c.field_id INNER JOIN form f ON f.id = ff.form_id AND f.id = :form_id

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
50.84 ms | 402 KiB | 8 Q