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'; }

preferences:
42.26 ms | 402 KiB | 5 Q