3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ids1 = []; function foo(array $ids) { echo(addcslashes('{"ordinal":{"suffix":"{lastDigit, plural, =1 {st} =2 {nd} =3 {rd} other {th}}"},"separators":{"decimalPoint":".","thousandGroup":","},"postfixes":{"thousands":"K","millions":"M","billions":"B"}}')); } foo($ids1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GY2nK
function name:  (null)
number of ops:  5
compiled vars:  !0 = $ids1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'foo'
          2        SEND_VAR                                                 !0
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function foo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GY2nK
function name:  foo
number of ops:  6
compiled vars:  !0 = $ids
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
    6     1        INIT_FCALL                                               'addcslashes'
          2        SEND_VAL                                                 '%7B%22ordinal%22%3A%7B%22suffix%22%3A%22%7BlastDigit%2C+plural%2C+%3D1+%7Bst%7D+%3D2+%7Bnd%7D+%3D3+%7Brd%7D+other+%7Bth%7D%7D%22%7D%2C%22separators%22%3A%7B%22decimalPoint%22%3A%22.%22%2C%22thousandGroup%22%3A%22%2C%22%7D%2C%22postfixes%22%3A%7B%22thousands%22%3A%22K%22%2C%22millions%22%3A%22M%22%2C%22billions%22%3A%22B%22%7D%7D'
          3        DO_ICALL                                         $1      
          4        ECHO                                                     $1
    7     5      > RETURN                                                   null

End of function foo

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.43 ms | 1397 KiB | 16 Q