3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array ( 0 => array ( 'afa' => 'AM', 'description' => 'Ad�mentes t�telek', 'value' => '0.0', 'id' => '50', ), 1 => array ( 'afa' => '18 %', 'description' => '18 %- os �FA', 'value' => '0.17999999999999999', 'id' => '48', ), 2 => array ( 'afa' => 'K�z�ss�gi 0', 'description' => 'K�z�ss�gi ad�z�s� t�telek alapja', 'value' => '0.0', 'id' => '49', ), 3 => array ( 'afa' => 'EVA 27 %', 'description' => 'EVA 27 %- os �FA', 'value' => '0.27000000000000002', 'id' => '51', ), 4 => array ( 'afa' => '5 %', 'description' => '5 % -os �FA', 'value' => '5.0000000000000003E-2', 'id' => '25', ), 5 => array ( 'afa' => 'Import', 'description' => 'Import, nem EU beszerz�s', 'value' => '0.0', 'id' => '52', ), 6 => array ( 'afa' => 'Ford�tott 0', 'description' => 'Ford�tott ad�z�s� t�telek alapja', 'value' => '0.0', 'id' => '33', ), 7 => array ( 'afa' => 'Export', 'description' => 'Export, nem EU �rt�kes�t�s', 'value' => '0.0', 'id' => '53', ), 8 => array ( 'afa' => 'K�z�ss�gi szolg.', 'description' => 'K�z�ss�gi ad�z�s� szolg�ltat�s t�telek alapja', 'value' => '0.0', 'id' => '54', ), 9 => array ( 'afa' => '�FA k�r�n k.', 'description' => '�FA k�r�n k�v�li t�telek', 'value' => '0.0', 'id' => '37', ), 10 => array ( 'afa' => '27 %', 'description' => '27 %- os �FA', 'value' => '0.27000000000000002', 'id' => '55', ), 11 => array ( 'afa' => 'BKT ktg-k�nt elsz�m.', 'description' => 'Le nem vonhat� �fa miatt k�lts�gk�nt elsz�molt ad�', 'value' => '0.0', 'id' => '56', ), 12 => array ( 'afa' => '27 % TE', 'description' => '27 %- os t�rgyi eszk�z �FA', 'value' => '0.27000000000000002', 'id' => '39', ), 13 => array ( 'afa' => 'Ford�tott 27 %', 'description' => 'Ford�tott ad�z�s� t�telek �FA �rt�ke', 'value' => '0.27000000000000002', 'id' => '42', ), 14 => array ( 'afa' => '25 %', 'description' => '25 %- os �FA', 'value' => '0.25', 'id' => '43', ), 15 => array ( 'afa' => 'K�z�ss�gi 27 %', 'description' => 'K�z�ss�gi ad�z�s� t�telek �FA �rt�ke', 'value' => '0.27000000000000002', 'id' => '44', ), 16 => array ( 'afa' => '�th�z�d�l �fa 27%', 'description' => 'Elt�r� id�szak� �fa', 'value' => '0.27000000000000002', 'id' => '60', ), ); array_walk_recursive($array, function(&$value, $key) { if (is_string($value)) { $value = iconv('windows-1252', 'utf-8', $value); } }); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EXni1
function name:  (null)
number of ops:  7
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'array_walk_recursive'
          2        SEND_REF                                                 !0
          3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FEXni1%3A5%240'
    9     4        SEND_VAL                                                 ~2
          5        DO_ICALL                                                 
   11     6      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FEXni1%3A5%240:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 10
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/EXni1
function name:  {closure}
number of ops:  11
compiled vars:  !0 = $value, !1 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    6     2        TYPE_CHECK                                   64          !0
          3      > JMPZ                                                     ~2, ->10
    7     4    >   INIT_FCALL_BY_NAME                                       'iconv'
          5        SEND_VAL_EX                                              'windows-1252'
          6        SEND_VAL_EX                                              'utf-8'
          7        SEND_VAR_EX                                              !0
          8        DO_FCALL                                      0  $3      
          9        ASSIGN                                                   !0, $3
    9    10    > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FEXni1%3A5%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.79 ms | 1395 KiB | 18 Q