3v4l.org

run code in 300+ PHP versions simultaneously
<?php function floormap_schema(){ $schema['floormap_images'] = array ( 'description' => 'Floor map images.', 'fields' => array ( 'image' => array('type' => 'blob', 'not null' => TRUE,), 'name' => array( 'type' => 'varchar', 'length' => 30, 'not null' => TRUE,), 'active' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE,), ), 'unique keys' => array('name' => array('name'), ), ); $schema['floormap_coords'] = array ( 'description' => 'Floor map images.', 'fields' => array ( 'uid' => array( 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE,), 'floormap' => array( 'type' => 'text', 'not null' => TRUE,), 'item_type' => array( 'type' => 'text', 'not null' => TRUE,), 'pos_a_x' => array( 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE,), 'pos_a_y' => array( 'type' => 'int', 'unsiged' => TRUE, 'not null' => TRUE,), 'pos_b_x' => array( 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE,), 'pos_b_y' => array( 'type' => 'int', 'unsiged' => TRUE, 'not null' => TRUE,), 'pos_c_x' => array( 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE,), 'pos_c_y' => array( 'type' => 'int', 'unsiged' => TRUE,' not null' => TRUE,), 'pos_d_x' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE,), 'pos_d_y' => array('type' => 'int', 'unsiged' => TRUE, 'not null' => TRUE,), ), 'unique keys' => array('uid' => array('uid'),), ); return $schema; } print_r(floormap_schema());

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)
8.3.60.0120.00618.15
8.3.50.0110.01121.14
8.3.40.0080.01218.42
8.3.30.0000.01419.04
8.3.20.0080.00020.34
8.3.10.0070.00021.92
8.3.00.0070.00022.40
8.2.180.0140.00416.72
8.2.170.0040.01122.96
8.2.160.0140.00319.16
8.2.150.0000.00825.66
8.2.140.0060.00324.66
8.2.130.0070.00026.16
8.2.120.0040.00419.23
8.2.110.0040.00719.41
8.2.100.0050.01017.91
8.2.90.0040.00419.26
8.2.80.0000.00917.97
8.2.70.0030.00717.63
8.2.60.0060.00317.80
8.2.50.0080.00018.07
8.2.40.0040.00418.28
8.2.30.0040.00418.07
8.2.20.0000.00717.64
8.2.10.0020.00517.55
8.2.00.0040.00417.55
8.1.280.0120.00925.92
8.1.270.0000.00723.99
8.1.260.0050.00226.35
8.1.250.0040.00428.09
8.1.240.0100.00022.65
8.1.230.0090.00318.96
8.1.220.0030.00517.74
8.1.210.0080.00018.77
8.1.200.0090.00017.35
8.1.190.0060.00317.40
8.1.180.0000.00818.61
8.1.170.0080.00018.59
8.1.160.0040.00422.14
8.1.150.0000.00718.51
8.1.140.0090.00017.33
8.1.130.0040.00417.81
8.1.120.0030.00317.23
8.1.110.0000.00917.22
8.1.100.0040.00417.36
8.1.90.0050.00217.18
8.1.80.0070.00017.33
8.1.70.0070.00017.25
8.1.60.0030.00617.42
8.1.50.0000.00717.43
8.1.40.0060.00317.43
8.1.30.0000.00917.55
8.1.20.0000.00817.59
8.1.10.0080.00017.44
8.1.00.0030.00517.31
8.0.300.0040.00418.77
8.0.290.0040.00417.04
8.0.280.0030.00318.27
8.0.270.0070.00016.59
8.0.260.0070.00016.61
8.0.250.0030.00316.72
8.0.240.0030.00316.88
8.0.230.0000.00716.85
8.0.220.0000.00716.76
8.0.210.0040.00416.77
8.0.200.0030.00316.77
8.0.190.0000.00716.86
8.0.180.0000.00816.69
8.0.170.0040.00416.66
8.0.160.0050.00316.63
8.0.150.0000.00716.83
8.0.140.0040.00416.69
8.0.130.0060.00013.12
8.0.120.0000.00816.61
8.0.110.0080.00016.81
8.0.100.0040.00416.75
8.0.90.0030.00516.86
8.0.80.0040.01116.73
8.0.70.0040.00416.68
8.0.60.0040.00416.64
8.0.50.0040.00416.60
8.0.30.0110.01016.91
8.0.20.0070.01317.40
8.0.10.0040.00416.68
8.0.00.0130.00816.76
7.4.330.0000.00515.00
7.4.320.0000.00616.42
7.4.300.0030.00316.55
7.4.290.0000.00816.60
7.4.280.0000.00716.45
7.4.270.0030.00616.48
7.4.260.0060.00316.50
7.4.250.0020.00516.46
7.4.240.0020.00516.50
7.4.230.0030.00316.60
7.4.220.0140.00416.63
7.4.210.0090.00716.52
7.4.200.0070.00016.33
7.4.190.0040.00416.64
7.4.160.0140.00316.48
7.4.150.0130.00617.40
7.4.140.0120.00517.86
7.4.130.0050.01116.51
7.4.120.0100.00616.38
7.4.110.0150.00616.25
7.4.100.0130.00616.41
7.4.90.0080.01016.18
7.4.80.0100.00719.39
7.4.70.0000.01716.42
7.4.60.0030.01416.34
7.4.50.0030.00516.71
7.4.40.0050.00722.77
7.4.30.0130.01016.40
7.4.00.0070.00715.14
7.3.330.0050.00013.28
7.3.320.0050.00013.33
7.3.310.0070.00016.28
7.3.300.0030.00316.17
7.3.290.0100.00316.31
7.3.280.0090.00616.24
7.3.270.0070.01017.40
7.3.260.0110.01216.55
7.3.250.0110.00616.37
7.3.240.0150.00016.31
7.3.230.0100.00916.47
7.3.210.0140.00416.36
7.3.200.0090.00619.39
7.3.190.0130.00716.25
7.3.180.0090.00616.23
7.3.170.0140.00316.27
7.3.160.0130.00316.37
7.3.120.0040.01414.73
7.2.330.0040.01516.24
7.2.320.0150.00816.25
7.2.310.0070.01116.37
7.2.300.0130.00316.31
7.2.290.0070.01016.42
7.2.60.0100.00616.89
7.2.00.0090.00619.16
7.1.200.0100.00715.66
7.1.100.0030.00918.05
7.1.70.0000.00917.21
7.1.60.0070.01019.82
7.1.50.0040.00717.01
7.1.00.0070.07722.32
7.0.200.0090.00616.69
7.0.140.0100.06722.21
7.0.100.0130.06720.17
7.0.90.0130.03719.97
7.0.80.0130.04020.02
7.0.70.0100.04320.13
7.0.60.0100.04019.93
7.0.50.0030.04720.23
7.0.40.0070.03720.11
7.0.30.0130.03719.96
7.0.20.0100.04320.05
7.0.10.0070.04320.10
7.0.00.0100.05020.07
5.6.280.0100.07021.09
5.6.250.0000.05720.73
5.6.240.0030.05020.63
5.6.230.0070.04020.62
5.6.220.0030.05320.50
5.6.210.0030.04320.73
5.6.200.0100.04320.97
5.6.190.0030.04021.15
5.6.180.0030.04321.12
5.6.170.0000.05021.03
5.6.160.0070.08721.06
5.6.150.0130.07021.09
5.6.140.0170.07321.08
5.6.130.0130.08321.04
5.6.120.0130.08020.95
5.6.110.0170.09721.04
5.6.100.0200.07721.04
5.6.90.0070.07320.95
5.6.80.0200.05020.48
5.6.70.0030.05020.44
5.6.60.0100.08020.43
5.6.50.0200.06020.45
5.6.40.0170.04320.33
5.6.30.0130.08020.32
5.6.20.0100.08020.30
5.6.10.0130.06020.30
5.6.00.0200.07020.39
5.5.380.0070.04020.50
5.5.370.0100.03720.41
5.5.360.0070.03720.36
5.5.350.0030.04020.43
5.5.340.0070.04020.94
5.5.330.0030.04320.87
5.5.320.0070.04720.86
5.5.310.0070.03720.87
5.5.300.0170.07320.82
5.5.290.0200.07020.81
5.5.280.0200.07320.88
5.5.270.0070.08720.74
5.5.260.0070.07020.89
5.5.250.0170.06020.56
5.5.240.0130.06720.14
5.5.230.0170.07720.20
5.5.220.0100.06720.25
5.5.210.0130.07720.04
5.5.200.0100.06020.01
5.5.190.0200.05720.28
5.5.180.0170.07720.18
5.5.160.0100.07020.24
5.5.150.0200.05320.29
5.5.140.0170.06320.14
5.5.130.0100.07020.29
5.5.120.0130.06020.25
5.5.110.0030.05020.17
5.5.100.0100.07020.12
5.5.90.0170.05720.13
5.5.80.0130.06020.09
5.5.70.0030.07720.14
5.5.60.0070.06719.91
5.5.50.0070.07720.05
5.5.40.0130.08020.16
5.5.30.0130.05320.17
5.5.20.0100.05020.09
5.5.10.0170.06020.05
5.5.00.0070.08020.05
5.4.450.0100.07019.28
5.4.440.0070.07019.35
5.4.430.0030.05319.35
5.4.420.0170.06319.17
5.4.410.0070.07019.25
5.4.400.0100.06319.14
5.4.390.0000.08019.05
5.4.380.0070.07719.14
5.4.370.0000.05719.12
5.4.360.0030.06719.08
5.4.350.0000.05019.18
5.4.340.0100.08019.05
5.4.320.0100.07319.13
5.4.310.0200.06319.25
5.4.300.0170.06318.90
5.4.290.0100.04718.84
5.4.280.0130.04719.20
5.4.270.0100.05018.84
5.4.260.0070.04319.03
5.4.250.0030.07719.15
5.4.240.0230.04718.89
5.4.230.0130.07718.84
5.4.220.0100.07319.04
5.4.210.0070.06719.15
5.4.200.0130.07319.20
5.4.190.0030.06718.84
5.4.180.0170.05019.20
5.4.170.0130.07019.12
5.4.160.0130.07019.04
5.4.150.0230.06319.19
5.4.140.0070.07016.43
5.4.130.0100.06716.50
5.4.120.0070.08316.48
5.4.110.0170.06316.42
5.4.100.0100.08716.51
5.4.90.0130.04016.49
5.4.80.0130.06316.34
5.4.70.0070.07716.46
5.4.60.0070.07016.25
5.4.50.0030.08016.31
5.4.40.0230.06016.38
5.4.30.0100.07716.44
5.4.20.0070.07316.40
5.4.10.0100.05316.30
5.4.00.0070.07715.86
5.3.290.0100.08014.61
5.3.280.0130.05314.66
5.3.270.0100.07314.76
5.3.260.0200.06714.68
5.3.250.0100.06714.60
5.3.240.0070.08714.76
5.3.230.0130.07014.71
5.3.220.0100.07714.51
5.3.210.0100.07714.55
5.3.200.0100.07714.64
5.3.190.0130.07314.57
5.3.180.0100.05014.53
5.3.170.0030.08014.68
5.3.160.0130.07014.70
5.3.150.0100.06714.69
5.3.140.0070.07714.50
5.3.130.0070.04014.48
5.3.120.0100.07314.52
5.3.110.0070.07014.62
5.3.100.0070.04014.15
5.3.90.0170.07014.02
5.3.80.0100.06713.96
5.3.70.0070.04714.15
5.3.60.0100.06314.10
5.3.50.0130.04314.08
5.3.40.0030.07714.03
5.3.30.0130.03713.96
5.3.20.0070.07013.80
5.3.10.0070.04713.56
5.3.00.0030.05713.70
5.2.170.0070.05011.23
5.2.160.0130.03711.05
5.2.150.0070.06011.30
5.2.140.0130.05711.07
5.2.130.0130.04711.01
5.2.120.0100.04311.16
5.2.110.0130.05311.16
5.2.100.0100.06011.06
5.2.90.0100.05011.00
5.2.80.0070.03011.17
5.2.70.0030.06711.23
5.2.60.0100.05711.08
5.2.50.0130.05711.02
5.2.40.0030.07011.14
5.2.30.0130.04711.04
5.2.20.0070.06010.95
5.2.10.0130.02710.98
5.2.00.0070.05710.79
5.1.60.0030.05010.12
5.1.50.0100.05310.11
5.1.40.0070.05710.09
5.1.30.0000.06010.36
5.1.20.0070.03710.44
5.1.10.0130.04710.08
5.1.00.0070.05710.14
5.0.50.0070.0478.67
5.0.40.0100.0408.31
5.0.30.0130.0578.35
5.0.20.0030.0308.30
5.0.10.0000.0378.31
5.0.00.0130.0538.29
4.4.90.0070.0338.27
4.4.80.0070.0338.27
4.4.70.0070.0178.27
4.4.60.0030.0178.27
4.4.50.0030.0178.27
4.4.40.0130.0478.27
4.4.30.0000.0208.27
4.4.20.0100.0208.27
4.4.10.0000.0308.27
4.4.00.0070.0378.27
4.3.110.0030.0378.27
4.3.100.0030.0208.27
4.3.90.0100.0308.27
4.3.80.0070.0508.27
4.3.70.0100.0208.27
4.3.60.0070.0308.27
4.3.50.0030.0338.27
4.3.40.0070.0308.27
4.3.30.0030.0378.27
4.3.20.0000.0308.27
4.3.10.0030.0238.27
4.3.00.0000.0208.27

preferences:
32.99 ms | 401 KiB | 5 Q