3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strlen(sha1('test')).'<br/>'; echo strlen(crc32('test')).'<br/>'; echo strlen(md5('test')).'<br/>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IipEv
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sha1'
          1        SEND_VAL                                                 'test'
          2        DO_ICALL                                         $0      
          3        STRLEN                                           ~1      $0
          4        CONCAT                                           ~2      ~1, '%3Cbr%2F%3E'
          5        ECHO                                                     ~2
    4     6        INIT_FCALL                                               'crc32'
          7        SEND_VAL                                                 'test'
          8        DO_ICALL                                         $3      
          9        STRLEN                                           ~4      $3
         10        CONCAT                                           ~5      ~4, '%3Cbr%2F%3E'
         11        ECHO                                                     ~5
    5    12        INIT_FCALL                                               'md5'
         13        SEND_VAL                                                 'test'
         14        DO_ICALL                                         $6      
         15        STRLEN                                           ~7      $6
         16        CONCAT                                           ~8      ~7, '%3Cbr%2F%3E'
         17        ECHO                                                     ~8
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.72 ms | 1394 KiB | 19 Q