3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pLoginLink = 'LOGINLINK'; $pResetLink = 'RESETLINK'; $pSignOff = 'SIGNOFF'; $HTMLContent = '<h1>Welcome to Flujabs.org</h1> <p>Thank you for your interest in applying for the role of flu vaccination nurse for this coming flu season. In order to progress your application, we now ask you to complete our online registration process.</p> <p>Please click either the link below or copy and paste it into your browser to continue the registration process.</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>You will be required to provide for upload: <ul> <li>A recent passport photograph</li> <li>The photograph page of your passport</li> <li>Any work visa you may require - please note you must be in possession of a valid work visa or be permitted to work in the UK in order to apply for a position with us</li> <li>Your CV (Word or PDF format)</li> <li>Proof of your nursing registration</li> <li>Proof of your professional indemnity insurance</li> <li>Proof of your HEP B Status</li> <li>If you want to work with children, you will need to provide us with a CRB certificate</li> </ul> <p>If you are unable to upload these documents, please contact us on 08450505388 and we will arrange for you to send these documents to us by email or post.</p> <p>We will then review your application and may contact you to arrange an interview.</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 5.4.0 - 5.4.32
Parse error: syntax error, unexpected 'echo' (T_ECHO) in /in/6fVYo on line 34
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_ECHO in /in/6fVYo on line 34
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_ECHO in /in/6fVYo on line 34
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/6fVYo on line 34
Process exited with code 255.

preferences:
204.68 ms | 1386 KiB | 123 Q