3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pLoginLink = 'LOGINLINK'; $pResetLink = 'RESETLINK'; $pSignOff = 'SIGNOFF'; $HTMLContent = '<h1>Welcome to Flujabs.org</h1> <p>An account has been created for your by the admin team. You can use this account to inform us of your availability, change in personal details, uplod new proof of documentaiton and monitor which sessions have been assigned to you.</p> <p>Please either click the link below or copy and paste it into your browser to activate your account.</p> <p> <A HREF="' . $pLoginLink . '">' . $pLoginLink . '</A> </p> <p>This link is valid for a single login only, you will be asked to change your password. If at any point you forget your password it can be reset at </p> <p> <A HREF="' . $pResetLink . '">' . $pResetLink . '</a> </p> <p> With regards,<br /> ' . $pSignOff . ' </p>'; echo strip_tags(str_replace(array('<p>', '<br />', '<li>'), array(PHP_EOL, PHP_EOL, PHP_EOL . ' * '), $HTMLContent));
Output for 4.3.10 - 4.3.11, 4.4.0 - 4.4.9, 5.0.2 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Welcome to Flujabs.org An account has been created for your by the admin team. You can use this account to inform us of your availability, change in personal details, uplod new proof of documentaiton and monitor which sessions have been assigned to you. Please either click the link below or copy and paste it into your browser to activate your account. LOGINLINK This link is valid for a single login only, you will be asked to change your password. If at any point you forget your password it can be reset at RESETLINK With regards, SIGNOFF
Output for 4.3.0 - 4.3.9, 5.0.0 - 5.0.1
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1D5it on line 21 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1D5it on line 21 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1D5it on line 21 Welcome to Flujabs.org PHP_EOLAn account has been created for your by the admin team. You can use this account to inform us of your availability, change in personal details, uplod new proof of documentaiton and monitor which sessions have been assigned to you. PHP_EOLPlease either click the link below or copy and paste it into your browser to activate your account. PHP_EOL LOGINLINK PHP_EOLThis link is valid for a single login only, you will be asked to change your password. If at any point you forget your password it can be reset at PHP_EOL RESETLINK PHP_EOL With regards,PHP_EOL SIGNOFF

preferences:
241.02 ms | 404 KiB | 312 Q