3v4l.org

run code in 300+ PHP versions simultaneously
<?php $query = <<< EOQ DELETE FROM {$schemeName}.ici_p_favorite_prod WHERE user_id = '{$escaped_user_id}' AND product_id = '{$escaped_prod_id}' AND serial_no = '{$escaped_seri_no}' EOQ; print_r($query);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $schemeName in /in/kPN38 on line 4 Warning: Undefined variable $escaped_user_id in /in/kPN38 on line 5 Warning: Undefined variable $escaped_prod_id in /in/kPN38 on line 6 Warning: Undefined variable $escaped_seri_no in /in/kPN38 on line 7 DELETE FROM .ici_p_favorite_prod WHERE user_id = '' AND product_id = '' AND serial_no = ''

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:
37.97 ms | 402 KiB | 8 Q