<?php
/*
INSERT INTO tbl_sheet(txt_rep_no, txt_song_name, id_place, id_source_by, id_compiled_by, id_notation_by, id_type, blob_sheet1)
WITH p AS (SELECT id FROM tbl_place WHERE txt_place = "Place 1"),
sng_names AS (SELECT t.pid, t.song_name FROM tbl_snames t
JOIN p on p.id = t.pid)
SELECT "1", s.song_name, s.pid, 1, 1, 1, "", "" FROM sng_names s
*/
echo '';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/RM0bit
function name: (null)
number of ops: 2
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
12 0 E > ECHO ''
1 > RETURN 1