3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ( has_post_thumbnail()) : the_post_thumbnail( 'galeri', array('class' => 'fl-right', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); elseif (get_post_meta($post->ID, 'resim', true) != '') : echo '<img class="fl-right" src="'.get_post_meta($post->ID, 'resim', true).'" alt="'.get_the_title().'" width="103" height="70" />'; else : echo '<img class="fl-right" src="'.fs_get_option('fs_logo').'" alt="'.get_the_title().'" width="103" height="70" />'; endif; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function has_post_thumbnail() in /in/nWJg9:3 Stack trace: #0 {main} thrown in /in/nWJg9 on line 3
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:
51.18 ms | 401 KiB | 8 Q