3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datasets = array( // Returns (bool) false. 'an index containing the delimiter' => array( 'permalink_structure' => '/index.php', 'index' => 'index.php#', ), // Returns (int) 1. 'empty index' => array( 'permalink_structure' => '/index.php', 'index' => '', ), // Returns (int) 0. 'an array for index' => array( 'permalink_structure' => '/index.php', 'index' => array( 'index.php' ), ), // Produces a Fatal Error. // 'an object for index' => array( // 'permalink_structure' => '/index.php', // 'index' => (object) array( 'index.php' ), // ), '(int) -1 for index' => array( 'permalink_structure' => '/index.php', 'index' => -1, ), '(int) 0 for index' => array( 'permalink_structure' => '/index.php', 'index' => 0, ), '(int) 1 for index' => array( 'permalink_structure' => '/index.php', 'index' => 1, ), '(float) -1.0 for index' => array( 'permalink_structure' => '/index.php', 'index' => -1.0, ), '(float) 0.0 for index' => array( 'permalink_structure' => '/index.php', 'index' => 0.0, ), '(float) 1.0 for index' => array( 'permalink_structure' => '/index.php', 'index' => 1.0, ), '(bool) true for index' => array( 'permalink_structure' => '/index.php', 'index' => true, ), '(bool) false for index' => array( 'permalink_structure' => '/index.php', 'index' => true, ), // Produces a Fatal Error. // 'an array for permalink structure' => array( // 'permalink_structure' => array( '/index.php' ), // 'index' => 'index.php', // ), // Produces a Fatal Error. // 'an object for permalink structure' => array( // 'permalink_structure' => (object) array( '/index.php' ), // 'index' => 'index.php', // ), '(int) -1 for permalink structure' => array( 'permalink_structure' => -1, 'index' => 'index.php', ), '(int) 0 for permalink structure' => array( 'permalink_structure' => 0, 'index' => 'index.php', ), '(int) 1 for permalink structure' => array( 'permalink_structure' => 1, 'index' => 'index.php', ), '(float) -1.0 for permalink structure' => array( 'permalink_structure' => -1.0, 'index' => 'index.php', ), '(float) 0.0 for permalink structure' => array( 'permalink_structure' => 0.0, 'index' => 'index.php', ), '(float) 1.0 for permalink structure' => array( 'permalink_structure' => 1.0, 'index' => 'index.php', ), '(bool) true for permalink structure' => array( 'permalink_structure' => true, 'index' => 'index.php', ), '(bool) false for permalink structure' => array( 'permalink_structure' => false, 'index' => 'index.php', ), ); foreach ( $datasets as $name => $data ) { $result = preg_match( '#^/*' . $data['index'] . '#', $data['permalink_structure'] ); echo "preg_match() with $name: ", is_int( $result ) ? $result : 'false', "\n"; }

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.4.20.0110.01120.69
8.4.10.0130.00723.89
8.3.150.0110.00420.68
8.3.140.0040.00417.06
8.3.130.0030.00618.64
8.3.120.0080.01120.55
8.3.110.0060.00620.94
8.3.100.0040.00417.01
8.3.90.0120.00620.22
8.3.80.0030.00618.68
8.3.70.0210.00018.80
8.3.60.0110.00818.47
8.3.50.0070.01118.64
8.3.40.0000.01520.38
8.3.30.0060.00920.21
8.3.20.0040.00424.18
8.3.10.0040.00424.66
8.3.00.0080.00026.16
8.2.270.0110.00717.47
8.2.260.0070.00019.17
8.2.250.0080.00017.10
8.2.240.0060.00317.27
8.2.230.0050.00522.58
8.2.220.0000.00824.06
8.2.210.0080.00026.77
8.2.200.0090.00016.75
8.2.190.0110.00717.00
8.2.180.0090.00617.00
8.2.170.0070.00719.02
8.2.160.0000.01622.96
8.2.150.0040.00425.66
8.2.140.0070.00424.66
8.2.130.0050.00326.16
8.2.120.0180.00020.08
8.2.110.0050.00522.32
8.2.100.0060.00618.09
8.2.90.0040.00418.28
8.2.80.0000.00819.15
8.2.70.0150.00579.33
8.2.60.0170.00379.33
8.2.50.0180.00079.33
8.2.40.0130.00379.33
8.2.30.0130.00379.33
8.2.20.0160.00079.33
8.2.10.0120.00479.33
8.2.00.0050.01079.33
8.1.310.0040.00416.49
8.1.300.0100.00716.38
8.1.290.0040.01118.88
8.1.280.0130.01325.92
8.1.270.0050.00324.66
8.1.260.0140.00026.35
8.1.250.0080.00028.09
8.1.240.0060.00322.02
8.1.230.0060.00620.82
8.1.220.0080.00017.74
8.1.210.0040.00418.84
8.1.200.0080.00879.33
8.1.190.0130.00579.33
8.1.180.0110.00579.33
8.1.170.0120.00479.33
8.1.160.0030.01379.33
8.1.150.0130.00379.33
8.1.140.0080.00879.33
8.1.130.0100.00779.33
8.1.120.0130.00379.33
8.1.110.0160.00079.33
8.1.100.0110.00579.33
8.1.90.0080.00879.33
8.1.80.0000.01679.33
8.1.70.0120.00579.33
8.1.60.0120.00679.33
8.1.50.0160.00279.33
8.1.40.0090.00979.33
8.1.30.0180.00379.33
8.1.20.0120.00679.33
8.1.10.0150.00479.33
8.1.00.0140.00579.33
8.0.300.0040.00420.21
8.0.290.0100.00779.33
8.0.280.0110.00779.33
8.0.270.0130.00379.33
8.0.260.0140.00579.33
8.0.250.0120.00679.33
8.0.240.0130.00379.33
8.0.230.0110.00579.33
8.0.220.0160.00079.33
8.0.210.0130.00579.33
8.0.200.0130.00479.33
8.0.190.0090.00979.33
8.0.180.0140.00379.33
8.0.170.0160.00079.33
8.0.160.0090.00779.33
8.0.150.0030.01379.33
8.0.140.0110.00679.33
8.0.130.0090.00979.33
8.0.120.0080.00879.33
8.0.110.0100.00679.33
8.0.100.0140.00379.33
8.0.90.0140.00379.33
8.0.80.0080.00879.33
8.0.70.0090.00979.33
8.0.60.0130.00379.33
8.0.50.0110.00579.33
8.0.30.0150.00479.33
8.0.20.0130.00479.33
8.0.10.0000.01779.33
8.0.00.0090.00979.33
7.4.330.0080.00479.33
7.4.320.0070.01079.33
7.4.300.0130.00779.33
7.4.290.0080.00879.33
7.4.280.0040.01379.33
7.4.270.0130.00579.33
7.4.260.0070.01079.33
7.4.250.0100.00779.33
7.4.240.0060.00979.33
7.4.230.0160.00079.33
7.4.220.0070.00779.33
7.4.210.0140.00379.33
7.4.200.0120.00479.33
7.4.190.0060.00979.33
7.4.180.0150.00079.33
7.4.160.0080.00879.33
7.4.150.0160.00079.33
7.4.140.0100.00579.33
7.4.130.0050.01079.33
7.4.120.0120.00379.33
7.4.110.0070.00779.33
7.4.100.0090.00779.33
7.4.90.0130.00279.33
7.4.80.0050.01079.33
7.4.70.0050.01079.33
7.4.60.0120.00279.33
7.4.50.0080.00879.33
7.4.40.0130.00379.33
7.4.30.0110.00779.33
7.4.20.0090.00679.33
7.4.10.0080.00679.33
7.4.00.0150.00079.33
7.3.330.0110.00479.33
7.3.320.0100.00579.33
7.3.310.0100.00579.33
7.3.300.0130.00379.33
7.3.290.0160.00079.33
7.3.280.0120.00379.33
7.3.270.0130.00479.33
7.3.260.0090.00979.33
7.3.250.0100.00579.33
7.3.240.0120.00379.33
7.3.230.0110.00479.33
7.3.220.0130.00379.33
7.3.210.0150.00079.33
7.3.200.0180.00479.33
7.3.190.0100.00579.33
7.3.180.0100.00579.33
7.3.170.0110.00579.33
7.3.160.0090.00779.33
7.3.150.0120.00579.33
7.3.140.0180.00079.33
7.3.130.0100.00779.33
7.3.120.0070.00779.33
7.3.110.0090.00679.33
7.3.100.0110.00379.33
7.3.90.0140.00079.33
7.3.80.0120.00279.33
7.3.70.0140.00079.33
7.3.60.0100.00579.33
7.3.50.0110.00479.33
7.3.40.0090.00979.33
7.3.30.0040.01179.33
7.3.20.0150.00379.33
7.3.10.0140.00379.33
7.3.00.0160.00079.33
7.2.340.0100.00579.33
7.2.330.0150.00079.33
7.2.320.0100.00579.33
7.2.310.0080.00879.33
7.2.300.0040.01179.33
7.2.290.0160.00079.33
7.2.280.0060.01279.33
7.2.270.0120.00379.33
7.2.260.0140.00379.33
7.2.250.0120.00379.33
7.2.240.0110.00479.33
7.2.230.0110.00579.33
7.2.220.0090.00679.33
7.2.210.0090.00679.33
7.2.200.0080.00879.33
7.2.190.0160.00079.33
7.2.180.0100.00679.33
7.2.170.0050.01079.33
7.2.160.0130.00379.33
7.2.150.0140.00379.33
7.2.140.0110.00479.33
7.2.130.0160.00079.33
7.2.120.0040.01279.33
7.2.110.0060.01079.33
7.2.100.0080.00879.33
7.2.90.0130.00379.33
7.2.80.0090.00679.33
7.2.70.0240.00779.33
7.2.60.0080.00879.33
7.2.50.0120.00679.33
7.2.40.0160.00079.33
7.2.30.0120.00679.33
7.2.20.0140.00479.33
7.2.10.0140.00379.33
7.2.00.0110.00579.33
7.1.330.0100.00579.33
7.1.320.0140.00379.33
7.1.310.0140.00079.33
7.1.300.0110.00479.33
7.1.290.0110.00679.33
7.1.280.0100.00779.33
7.1.270.0120.00479.33
7.1.260.0110.00479.33
7.1.250.0150.00079.33
7.1.240.0100.00579.33
7.1.230.0140.00079.33
7.1.220.0100.00379.33
7.1.210.0110.00479.33
7.1.200.0090.01379.33
7.1.190.0260.00679.33
7.1.180.0160.00079.33
7.1.170.0110.00479.33
7.1.160.0090.00679.33
7.1.150.0090.00679.33
7.1.140.0150.00079.33
7.1.130.0070.00779.33
7.1.120.0170.00079.33
7.1.110.0050.01079.33
7.1.100.0120.00279.33
7.1.90.0120.00279.33
7.1.80.0100.00579.33
7.1.70.0140.00079.33
7.1.60.0000.01479.33
7.1.50.0110.00479.33
7.1.40.0160.00079.33
7.1.30.0150.00079.33
7.1.20.0140.00379.33
7.1.10.0050.01079.33
7.1.00.0040.01179.33
7.0.330.0100.00579.33
7.0.320.0150.00079.33
7.0.310.0280.00779.33
7.0.300.0120.00279.33
7.0.290.0140.00079.33
7.0.280.0070.00779.33
7.0.270.0120.00479.33
7.0.260.0100.00579.33
7.0.250.0110.00479.33
7.0.240.0100.00379.33
7.0.230.0100.00579.33
7.0.220.0120.00479.33
7.0.210.0110.00479.33
7.0.200.0100.00379.33
7.0.190.0150.00079.33
7.0.180.0090.00479.33
7.0.170.0130.00079.33
7.0.160.0080.00879.33
7.0.150.0070.00779.33
7.0.140.0110.00479.33
7.0.130.0120.00479.33
7.0.120.0080.00879.33
7.0.110.0090.00679.33
7.0.100.0100.00379.33
7.0.90.0300.00379.33
7.0.80.0070.00779.33
7.0.70.0120.00379.33
7.0.60.0140.00079.33
7.0.50.0150.00079.33
7.0.40.0070.00779.33
7.0.30.0090.00579.33
7.0.20.0140.00079.33
7.0.10.0070.00779.33
7.0.00.0140.00079.33
5.6.400.0000.01379.33
5.6.390.0080.00579.33
5.6.380.0090.00479.33
5.6.370.0150.00079.33
5.6.360.0080.00879.33
5.6.350.0060.00679.33
5.6.340.0050.00879.33
5.6.330.0130.00079.33
5.6.320.0090.00579.33
5.6.310.0100.00379.33
5.6.300.0070.00779.33
5.6.290.0110.00479.33
5.6.280.0120.00279.33
5.6.270.0130.00079.33
5.6.260.0130.00079.33
5.6.250.0030.01079.33
5.6.240.0130.00079.33
5.6.230.0090.00479.33
5.6.220.0100.00379.33
5.6.210.0130.00079.33
5.6.200.0060.00679.33
5.6.190.0100.00379.33
5.6.180.0090.00479.33
5.6.170.0130.00079.33
5.6.160.0100.00379.33
5.6.150.0140.00079.33
5.6.140.0150.00379.33
5.6.130.0100.00379.33
5.6.120.0080.00679.33
5.6.110.0100.00379.33
5.6.100.0040.01179.33
5.6.90.0130.00079.33
5.6.80.0090.00479.33
5.6.70.0080.00479.33
5.6.60.0090.00379.33
5.6.50.0130.00079.33
5.6.40.0120.00079.33
5.6.30.0070.00579.33
5.6.20.0080.00479.33
5.6.10.0060.00679.33
5.6.00.0130.00079.33
5.5.380.0060.00979.33
5.5.370.0110.00479.33
5.5.360.0090.00479.33
5.5.350.0100.00479.33
5.5.340.0080.00579.33
5.5.330.0110.00279.33
5.5.320.0100.00579.33
5.5.310.0070.00779.33
5.5.300.0060.00679.33
5.5.290.0090.00379.33
5.5.280.0110.00379.33
5.5.270.0110.00479.33
5.5.260.0140.00079.33
5.5.250.0130.00079.33
5.5.240.0040.00979.33
5.5.230.0030.01079.33
5.5.220.0120.00379.33
5.5.210.0140.00079.33
5.5.200.0070.00779.33
5.5.190.0120.00079.33
5.5.180.0080.00479.33
5.5.170.0070.00679.33
5.5.160.0030.01079.33
5.5.150.0090.00479.33
5.5.140.0070.00579.33
5.5.130.0090.00579.33
5.5.120.0110.00479.33
5.5.110.0090.00479.33
5.5.100.0060.00679.33
5.5.90.0080.00579.33
5.5.80.0210.00079.33
5.5.70.0050.00779.33
5.5.60.0090.00479.33
5.5.50.0100.00379.33
5.5.40.0110.00379.33
5.5.30.0110.00479.33
5.5.20.0130.00079.33
5.5.10.0080.00579.33
5.5.00.0090.00379.33
5.4.450.0050.00579.33
5.4.440.0070.00279.33
5.4.430.0100.00079.33
5.4.420.0100.00079.33
5.4.410.0070.00379.33
5.4.400.0110.00079.33
5.4.390.0080.00379.33
5.4.380.0060.00679.33
5.4.370.0040.00779.33
5.4.360.0110.00079.33
5.4.350.0110.00079.33
5.4.340.0080.00379.33
5.4.330.0090.00279.33
5.4.320.0110.00079.33
5.4.310.0050.00579.33
5.4.300.0000.01179.33
5.4.290.0050.00579.33
5.4.280.0050.00579.33
5.4.270.0040.00779.33
5.4.260.0100.00079.33
5.4.250.0090.00279.33
5.4.240.0090.00379.33
5.4.230.0060.00479.33
5.4.220.0050.00579.33
5.4.210.0050.00579.33
5.4.200.0120.00079.33
5.4.190.0120.00079.33
5.4.180.0110.00079.33
5.4.170.0070.00479.33
5.4.160.0080.00379.33
5.4.150.0000.01179.33
5.4.140.0050.00579.33
5.4.130.0050.00579.33
5.4.120.0000.01179.33
5.4.110.0110.00079.33
5.4.100.0000.01179.33
5.4.90.0120.00079.33
5.4.80.0030.00779.33
5.4.70.0080.00379.33
5.4.60.0110.00079.33
5.4.50.0100.00079.33
5.4.40.0090.00379.33
5.4.30.0100.00079.33
5.4.20.0050.00579.33
5.4.10.0070.00379.33
5.4.00.0070.00379.33
5.3.290.0060.00679.33
5.3.280.0000.01079.33
5.3.270.0000.01179.33
5.3.260.0050.00579.33
5.3.250.0050.00579.33
5.3.240.0110.00079.33
5.3.230.0050.00579.33
5.3.220.0080.00379.33
5.3.210.0000.01079.33
5.3.200.0070.00379.33
5.3.190.0070.00379.33
5.3.180.0070.00379.33
5.3.170.0030.00779.33
5.3.160.0100.00079.33
5.3.150.0030.00779.33
5.3.140.0070.00479.33
5.3.130.0050.00579.33
5.3.120.0050.00579.33
5.3.110.0060.00679.33
5.3.100.0060.00379.33
5.3.90.0060.00379.33
5.3.80.0000.01079.33
5.3.70.0090.00079.33
5.3.60.0030.00679.33
5.3.50.0100.00079.33
5.3.40.0050.00579.33
5.3.30.0050.00579.33
5.3.20.0070.00379.33
5.3.10.0030.00679.33
5.3.00.0000.01079.33
5.2.170.0050.00579.33
5.2.160.0030.00779.33
5.2.150.0100.00079.33
5.2.140.0020.00779.33
5.2.130.0090.00079.33
5.2.120.0050.00579.33
5.2.110.0090.00079.33
5.2.100.0000.00979.33
5.2.90.0090.00079.33
5.2.80.0040.00479.33
5.2.70.0050.00579.33
5.2.60.0090.00079.33
5.2.50.0050.00579.33
5.2.40.0070.00379.33
5.2.30.0080.00079.33
5.2.20.0000.01179.33
5.2.10.0120.00079.33
5.2.00.0080.00479.33
5.1.60.0030.00779.33
5.1.50.0060.00279.33
5.1.40.0040.00479.33
5.1.30.0100.00079.33
5.1.20.0000.00979.33
5.1.10.0060.00379.33
5.1.00.0080.00079.33
5.0.50.0000.00779.33
5.0.40.0000.00779.33
5.0.30.0030.00379.33
5.0.20.0090.00079.33
5.0.10.0000.00779.33
5.0.00.0000.00679.33
4.4.90.0000.00579.33
4.4.80.0040.00079.33
4.4.70.0040.00079.33
4.4.60.0020.00279.33
4.4.50.0040.00079.33
4.4.40.0040.00079.33
4.4.30.0000.00379.33
4.4.20.0050.00079.33
4.4.10.0020.00279.33
4.4.00.0020.00279.33
4.3.110.0000.00479.33
4.3.100.0040.00079.33
4.3.90.0000.00479.33
4.3.80.0020.00279.33
4.3.70.0050.00079.33
4.3.60.0040.00079.33
4.3.50.0000.00479.33
4.3.40.0040.00079.33
4.3.30.0000.00379.33
4.3.20.0000.00479.33
4.3.10.0020.00279.33
4.3.00.0040.00079.33

preferences:
32.58 ms | 402 KiB | 5 Q