3v4l.org

run code in 300+ PHP versions simultaneously
<?php $license_match = 'Your installation or use of this SugarCRM file is subject to the applicable terms'; $license = <<<EOQ /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/06_Customer_Center/10_Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ EOQ; if (preg_match('/' . $license_match . '/s', $license)) { echo 'good'; } else { echo 'oooo'; }
Output for git.master, git.master_jit, rfc.property-hooks
oooo

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.06 ms | 401 KiB | 8 Q