3v4l.org

run code in 300+ PHP versions simultaneously
<?php function at_exit() { echo 'Connection status: ' . connection_status() . '<br />'; } register_shutdown_function('at_exit'); set_time_limit(0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gU9bX
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'register_shutdown_function'
          1        SEND_VAL                                                 'at_exit'
          2        DO_ICALL                                                 
    7     3        INIT_FCALL                                               'set_time_limit'
          4        SEND_VAL                                                 0
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Function at_exit:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gU9bX
function name:  at_exit
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'connection_status'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      'Connection+status%3A+', $0
          3        CONCAT                                           ~2      ~1, '%3Cbr+%2F%3E'
          4        ECHO                                                     ~2
    5     5      > RETURN                                                   null

End of function at_exit

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.33 ms | 1399 KiB | 19 Q