3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json_s = '{"title":"La verdadera "cocina" espau00f1ola llegu00f3 a Bogotu00e1 | Noticias Bogotu00e1 | CIVICO Alpha","description":"","keywords":""}'; $json = json_encode($json_s); $s = serialize($json); echo $s;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j66Ss
function name:  (null)
number of ops:  11
compiled vars:  !0 = $json_s, !1 = $json, !2 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%7B%22title%22%3A%22La+verdadera+%22cocina%22+espau00f1ola+llegu00f3+a+Bogotu00e1+%7C+Noticias+Bogotu00e1+%7C+CIVICO+Alpha%22%2C%22description%22%3A%22%22%2C%22keywords%22%3A%22%22%7D'
    3     1        INIT_FCALL                                               'json_encode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    4     5        INIT_FCALL                                               'serialize'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
    5     9        ECHO                                                     !2
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.41 ms | 1394 KiB | 17 Q