3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); function example($foo) { print trim($foo); } // Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, bool given. example(false);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nBel1
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                                   'example'
          1        SEND_VAL                                                     <false>
          2        DO_FCALL                                          0          
          3      > RETURN                                                       1

Function example:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nBel1
function name:  example
number of ops:  4
compiled vars:  !0 = $foo
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   RECV                                                 !0      
    7     1        FRAMELESS_ICALL_1                trim                ~1      !0
          2        ECHO                                                         ~1
    8     3      > RETURN                                                       null

End of function example

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.16 ms | 1749 KiB | 14 Q