3v4l.org

run code in 300+ PHP versions simultaneously
<?php $(".downloads").click(function() { var resumes = [], table = $('table > tbody > tr'); table.each(function() { var resume_id = $(this).attr('data-id'); if ($(this).hasClass('selected')) { resumes.push(resume_id); } }); var string_resumes = resumes.toString(); if (typeof resumes !== 'undefined' && resumes.length > 0) { // var company_id = $(this).attr('data-company'); var download_form = '<form id="download_form" action="' + AJAX_URL + '" method="post" >' + '<input type="hidden" name="action" value="resume_download" />' + '<input type="hidden" name="'+ THEME_NONCE_NAME +'" value="'+ THEME_NONCE_ACTION +'">' + '<input type="hidden" name="resumes" value="'+ string_resumes +'" />' + '</form>'; $('body').append(download_form); $('#download_form').submit(); $('#download_form').remove(); } else { alert('Nothing selected'); } });

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
7.1.70.0070.01017.09
7.1.60.0280.01435.14
7.1.50.0210.01934.82
7.1.40.0250.01634.41
7.1.30.0350.00734.31
7.1.20.0240.00634.36
7.1.10.0030.01416.29
7.1.00.0030.01316.38
7.0.200.0130.00516.58
7.0.190.0090.01116.26
7.0.180.0000.02016.04
7.0.170.0030.01516.00
7.0.160.0120.00616.01
7.0.150.0120.00616.00
7.0.140.0070.00916.16
7.0.130.0000.01916.34
7.0.120.0040.01116.21
7.0.110.0060.01316.01
7.0.100.0030.01716.02
7.0.90.0100.01016.15
7.0.80.0080.00816.21
7.0.70.0090.01016.15
7.0.60.0000.02015.88
7.0.50.0090.01216.08
7.0.40.0080.00616.37
7.0.30.0030.01016.45
7.0.20.0090.00916.17
7.0.10.0130.00716.17
7.0.00.0050.01316.27

preferences:
139.49 ms | 1386 KiB | 7 Q