Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/E5nPh
function name: (null)
number of ops: 31
compiled vars: !0 = $participante
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
38 0 E > NEW $1 'Participante'
1 SEND_VAL_EX 'Salfus'
2 DO_FCALL 0
3 ASSIGN !0, $1
41 4 FETCH_OBJ_R ~4 !0, 'nickname'
5 CONCAT ~5 ~4, '%0A'
6 ECHO ~5
44 7 INIT_METHOD_CALL !0, 'subirArchivo'
8 SEND_VAL_EX 'archivo1'
9 SEND_VAL_EX 'foto'
10 SEND_VAL_EX '51'
11 DO_FCALL 0 $6
12 CONCAT ~7 $6, '%0A'
13 ECHO ~7
45 14 INIT_METHOD_CALL !0, 'subirArchivo'
15 SEND_VAL_EX 'archivo2'
16 SEND_VAL_EX 'video'
17 SEND_VAL_EX '5'
18 DO_FCALL 0 $8
19 CONCAT ~9 $8, '%0A'
20 ECHO ~9
46 21 INIT_METHOD_CALL !0, 'subirArchivo'
22 SEND_VAL_EX 'archivo3'
23 SEND_VAL_EX 'pdf'
24 SEND_VAL_EX '51'
25 DO_FCALL 0 $10
26 CONCAT ~11 $10, '%0A'
27 ECHO ~11
49 28 INIT_METHOD_CALL !0, 'verArchivos'
29 DO_FCALL 0
30 > RETURN 1
Class Participante:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/E5nPh
function name: __construct
number of ops: 6
compiled vars: !0 = $nickname
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
8 0 E > RECV !0
9 1 ASSIGN_OBJ 'nickname'
2 OP_DATA !0
10 3 ASSIGN_OBJ 'archivos'
4 OP_DATA <array>
11 5 > RETURN null
End of function __construct
Function subirarchivo:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 46) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename: /in/E5nPh
function name: subirArchivo
number of ops: 21
compiled vars: !0 = $nombre, !1 = $tipo, !2 = $tamañoMB
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
14 0 E > RECV !0
1 RECV !1
2 RECV !2
15 3 IS_SMALLER 50, !2
4 > JMPZ ~3, ->7
16 5 > > RETURN 'El+archivo+no+puede+ser+mayor+de+50+Mb'
15 6* JMP ->13
17 7 > IS_NOT_IDENTICAL ~4 !1, 'foto'
8 > JMPZ_EX ~4 ~4, ->11
9 > IS_NOT_IDENTICAL ~5 !1, 'video'
10 BOOL ~4 ~5
11 > > JMPZ ~4, ->13
18 12 > > RETURN '+El+archivo+debe+ser+una+foto+o+video'
21 13 > INIT_ARRAY ~8 !0, 'nombre'
22 14 ADD_ARRAY_ELEMENT ~8 !1, 'tipo'
23 15 ADD_ARRAY_ELEMENT ~8 !2, 'tama%C3%B1o'
20 16 FETCH_OBJ_W $6 'archivos'
17 ASSIGN_DIM $6
23 18 OP_DATA ~8
25 19 > RETURN '+Archivo+guardado+exitosamente'
26 20* > RETURN null
End of function subirarchivo
Function verarchivos:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 13
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename: /in/E5nPh
function name: verArchivos
number of ops: 15
compiled vars: !0 = $archivo
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
30 0 E > FETCH_OBJ_R ~1 'archivos'
1 > FE_RESET_R $2 ~1, ->13
2 > > FE_FETCH_R $2, !0, ->13
31 3 > FETCH_DIM_R ~3 !0, 'nombre'
4 CONCAT ~4 ~3, '+-+'
5 FETCH_DIM_R ~5 !0, 'tipo'
6 CONCAT ~6 ~4, ~5
7 CONCAT ~7 ~6, '+-+'
8 FETCH_DIM_R ~8 !0, 'tama%C3%B1o'
9 CONCAT ~9 ~7, ~8
10 CONCAT ~10 ~9, 'MB+%0A'
11 ECHO ~10
30 12 > JMP ->2
13 > FE_FREE $2
34 14 > RETURN null
End of function verarchivos
End of class Participante.
Generated using Vulcan Logic Dumper, using php 8.5.0