3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (version_compare(PHP_VERSION, '5.4.0') === -1) { echo 'This version of ownCloud requires at least PHP 5.4.0'.PHP_EOL; echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version.'.PHP_EOL; return; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AFLRi
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'version_compare'
          1        SEND_VAL                                                 '8.0.0'
          2        SEND_VAL                                                 '5.4.0'
          3        DO_ICALL                                         $0      
          4        IS_IDENTICAL                                             $0, -1
          5      > JMPZ                                                     ~1, ->9
    4     6    >   ECHO                                                     'This+version+of+ownCloud+requires+at+least+PHP+5.4.0%0A'
    5     7        ECHO                                                     'You+are+currently+running+8.0.0.+Please+update+your+PHP+version.%0A'
    6     8      > RETURN                                                   null
    7     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.61 ms | 1394 KiB | 15 Q