3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = '00236a2ae558018ed13b5222ef1abd987'; var_dump(strlen($hash) === 32 && ctype_xdigit($hash));
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/IteQX
function name:  (null)
number of ops:  12
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '00236a2ae558018ed13b5222ef1abd987'
    5     1        INIT_FCALL                                               'var_dump'
          2        STRLEN                                           ~2      !0
          3        IS_IDENTICAL                                     ~3      ~2, 32
          4      > JMPZ_EX                                          ~3      ~3, ->9
          5    >   INIT_FCALL                                               'ctype_xdigit'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        BOOL                                             ~3      $4
          9    >   SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.85 ms | 1394 KiB | 17 Q