3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nombre = 'GARZA MONTOTO MARGARITA GENEROSA'; $fecha = '28/05/2014'; $hora = '10:42'; $h = hash("crc32b", "aaaaaab"); printf("%u\n", $h);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Mn65s
function name:  (null)
number of ops:  13
compiled vars:  !0 = $nombre, !1 = $fecha, !2 = $hora, !3 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'GARZA+MONTOTO+MARGARITA+GENEROSA'
    3     1        ASSIGN                                                   !1, '28%2F05%2F2014'
    4     2        ASSIGN                                                   !2, '10%3A42'
    5     3        INIT_FCALL                                               'hash'
          4        SEND_VAL                                                 'crc32b'
          5        SEND_VAL                                                 'aaaaaab'
          6        DO_ICALL                                         $7      
          7        ASSIGN                                                   !3, $7
    6     8        INIT_FCALL                                               'printf'
          9        SEND_VAL                                                 '%25u%0A'
         10        SEND_VAR                                                 !3
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.47 ms | 1385 KiB | 17 Q