3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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
Fatal error: Uncaught Error: Undefined constant "LANGUAGE_NONE" in /in/uBBiQ:6 Stack trace: #0 {main} thrown in /in/uBBiQ on line 6
Process exited with code 255.

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