3v4l.org

run code in 300+ PHP versions simultaneously
<?php posix_kill(999459,SIGKILL); echo 'Your error returned was '.posix_get_last_error();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8tn19
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'posix_kill'
          1        SEND_VAL                                                 999459
          2        FETCH_CONSTANT                                   ~0      'SIGKILL'
          3        SEND_VAL                                                 ~0
          4        DO_ICALL                                                 
    3     5        INIT_FCALL                                               'posix_get_last_error'
          6        DO_ICALL                                         $2      
          7        CONCAT                                           ~3      'Your+error+returned+was+', $2
          8        ECHO                                                     ~3
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
205.78 ms | 1393 KiB | 17 Q