3v4l.org

run code in 300+ PHP versions simultaneously
<?php class query_parser { function __construct($query_string) { print $query_string; } } $qp = new query_parser('filter={age_group:[1,2,3]}'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/72DER
function name:  (null)
number of ops:  5
compiled vars:  !0 = $qp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   NEW                                              $1      'query_parser'
          1        SEND_VAL_EX                                              'filter%3D%7Bage_group%3A%5B1%2C2%2C3%5D%7D'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $1
   11     4      > RETURN                                                   1

Class query_parser:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/72DER
function name:  __construct
number of ops:  3
compiled vars:  !0 = $query_string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    5     1        ECHO                                                     !0
    6     2      > RETURN                                                   null

End of function __construct

End of class query_parser.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.11 ms | 1393 KiB | 13 Q