3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = true; class T { public function test(bool $t2) { return true; } } var_dump((new T())->test($t)); die; $p = [ 'linkedid' => 1508243580.50287, 'duration' => 0, 'dialstatus' => 'CANCEL', 'mp3link' => "http://80.249.187.140/getVrl.php?id=44&key=c47d29a9c75670bcd104d12488ab7ff2&filename=1508243580.50287.mp3", 'key' => 'cee5a0a577804ae98d0d51e5877452ba', 'billsec' => 0, 'eventType' => 3, 'serverTime' => 1508243585 ]; var_dump(http_build_query($p));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/Z2p28
function name:  (null)
number of ops:  18
compiled vars:  !0 = $t, !1 = $p
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <true>
   10     1        INIT_FCALL                                               'var_dump'
          2        NEW                                              $3      'T'
          3        DO_FCALL                                      0          
          4        INIT_METHOD_CALL                                         $3, 'test'
          5        SEND_VAR_EX                                              !0
          6        DO_FCALL                                      0  $5      
          7        SEND_VAR                                                 $5
          8        DO_ICALL                                                 
   11     9      > EXIT                                                     
   13    10*       ASSIGN                                                   !1, <array>
   23    11*       INIT_FCALL                                               'var_dump'
         12*       INIT_FCALL                                               'http_build_query'
         13*       SEND_VAR                                                 !1
         14*       DO_ICALL                                         $8      
         15*       SEND_VAR                                                 $8
         16*       DO_ICALL                                                 
         17*     > RETURN                                                   1

Class T:
Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Z2p28
function name:  test
number of ops:  3
compiled vars:  !0 = $t2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
    7     1      > RETURN                                                   <true>
    8     2*     > RETURN                                                   null

End of function test

End of class T.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.33 ms | 1386 KiB | 17 Q