3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = stream_socket_server('unix://' . str_repeat('x', 200) . '.sock', $errno, $errstr); var_dump($s, $errno, $errstr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gff8D
function name:  (null)
number of ops:  18
compiled vars:  !0 = $s, !1 = $errno, !2 = $errstr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'stream_socket_server'
          1        INIT_FCALL                                               'str_repeat'
          2        SEND_VAL                                                 'x'
          3        SEND_VAL                                                 200
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      'unix%3A%2F%2F', $3
          6        CONCAT                                           ~5      ~4, '.sock'
          7        SEND_VAL                                                 ~5
          8        SEND_REF                                                 !1
          9        SEND_REF                                                 !2
         10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !0, $6
    4    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !0
         14        SEND_VAR                                                 !1
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.25 ms | 1011 KiB | 16 Q