3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('LANGUAGE_NONE', 'und'); $node = new stdClass(); $node->type = 'tv_show'; if ($node->type == 'tv_show' && !empty($node->field_show_type[LANGUAGE_NONE]) && !empty($node->field_show_type[LANGUAGE_NONE][0]['value'])) { var_export($node->field_show_type[LANGUAGE_NONE][0]['value']); } else { echo "field_show_type is empty\n"; } if ($node->type == 'tv_show' && !empty($node->field_show_type[LANGUAGE_NONE][0]['value'])) { var_export($node->field_show_type[LANGUAGE_NONE][0]['value']); }else { echo "field_show_type is empty\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
field_show_type is empty field_show_type is empty

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:
45.44 ms | 401 KiB | 8 Q