3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lib_lot = 'lot-20140314-v1'; $nom = str_replace(' ', '-', suppr_accents($lib_lot)); $nomCrypte = substr(sha1($nom), 0, 10); echo $nomCrypte;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Rfvq5
function name:  (null)
number of ops:  21
compiled vars:  !0 = $lib_lot, !1 = $nom, !2 = $nomCrypte
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'lot-20140314-v1'
    3     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '+'
          3        SEND_VAL                                                 '-'
          4        INIT_FCALL_BY_NAME                                       'suppr_accents'
          5        SEND_VAR_EX                                              !0
          6        DO_FCALL                                      0  $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    4    10        INIT_FCALL                                               'substr'
         11        INIT_FCALL                                               'sha1'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $7      
         14        SEND_VAR                                                 $7
         15        SEND_VAL                                                 0
         16        SEND_VAL                                                 10
         17        DO_ICALL                                         $8      
         18        ASSIGN                                                   !2, $8
    5    19        ECHO                                                     !2
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.98 ms | 1399 KiB | 19 Q