3v4l.org

run code in 500+ PHP versions simultaneously
<?php $x = gmp_import('36014248909954109151931436651976575481738584203562527565448248229916856906116'); $xCubed = gmp_pow($x, 3); var_dump($xCubed);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lnhXp
function name:  (null)
number of ops:  13
compiled vars:  !0 = $x, !1 = $xCubed
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                           'gmp_import'
          1        SEND_VAL_EX                                                  '36014248909954109151931436651976575481738584203562527565448248229916856906116'
          2        DO_FCALL                                          0  $2      
          3        ASSIGN                                                       !0, $2
    4     4        INIT_FCALL_BY_NAME                                           'gmp_pow'
          5        SEND_VAR_EX                                                  !0
          6        SEND_VAL_EX                                                  3
          7        DO_FCALL                                          0  $4      
          8        ASSIGN                                                       !1, $4
    5     9        INIT_FCALL                                                   'var_dump'
         10        SEND_VAR                                                     !1
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.67 ms | 1560 KiB | 14 Q