3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "SELECT s.SEQSIT as ID, " . "s.GEOMETRY.get_wkt() AS GEOM, " . "c.color as color, c.linestyle as line " . "FROM TRANPOST.SITE s, " . "tranref.trangis_symbology_catalog c " . "WHERE c.seqlif = s.seqlif " . "AND s.GEOMETRY.get_wkt() IS NOT NULL " . "AND SDO_RELATE(s.GEOMETRY, " . "SDO_GEOMETRY (2003, 327680, NULL, " . "SDO_ELEM_INFO_ARRAY(1,1003,3), " . "SDO_ORDINATE_ARRAY(:LatSW,:LongSW,:LatNE,:LongNE)), " . "'mask=anyinteract') = 'TRUE' ";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mQecF
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   ECHO                                                     'SELECT+s.SEQSIT+as+ID%2C+s.GEOMETRY.get_wkt%28%29+AS+GEOM%2C+c.color+as+color%2C+c.linestyle+as+line+FROM+TRANPOST.SITE+s%2C+tranref.trangis_symbology_catalog+c+WHERE+c.seqlif+%3D+s.seqlif+AND+s.GEOMETRY.get_wkt%28%29+IS+NOT+NULL+AND+SDO_RELATE%28s.GEOMETRY%2C+SDO_GEOMETRY+%282003%2C+327680%2C+NULL%2C+SDO_ELEM_INFO_ARRAY%281%2C1003%2C3%29%2C+SDO_ORDINATE_ARRAY%28%3ALatSW%2C%3ALongSW%2C%3ALatNE%2C%3ALongNE%29%29%2C+%27mask%3Danyinteract%27%29+%3D+%27TRUE%27+'
          1      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139 ms | 1392 KiB | 13 Q