3v4l.org

run code in 300+ PHP versions simultaneously
<?php $object_slugs = 'all'; //$object_slugs = ['all']; // $object_slugs = ['all', 'some-other-string']; if ( ( is_array( $object_slugs ) && 1 === count( $object_slugs ) && 'all' === $object_slugs[0] ) || ( is_string( $object_slugs ) && 'all' === $object_slugs ) ) { var_dump( 'INSIDE IF' ); exit; } var_dump( 'OUTSIDE IF' );
Output for git.master_jit, git.master, rfc.property-hooks
string(9) "INSIDE IF"

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:
104.87 ms | 405 KiB | 5 Q