3v4l.org

run code in 300+ PHP versions simultaneously
<!-- Hier Anzeige der Objekte --> <script type="text/javascript"> $(function() { $("#articles-holder>div").flowsort({ items: [ <? $num_rows = $AnzahlGefundenerObj; $i = 0; while ( !$rs->eof ) { $i++; list( $DSN, $MEMBER, $KENNUNG, $KOLLEGE_KENNUNG, $KURZEXPOSE, $OBJEKTART, $EART, $HEADLINE, $KAUFPREIS, $MIETE, $NUTZFLAECHE, $GRUNDFLAECHE, $WOHNFLAECHE, $ORT, $ZIMMER, $PROVINT ) = $rs->fields; if (empty($DSN)) { $DSN = '1'; } if (empty($MEMBER)) { $MEMBER = '1'; } if (empty($KENNUNG)) { $KENNUNG = '1'; } if (empty($KOLLEGE_KENNUNG)) { $KOLLEGE_KENNUNG = '1'; } if (empty($KURZEXPOSE)) { $KURZEXPOSE = '1'; } if (empty($OBJEKTART)) { $OBJEKTART = '1'; } if (empty($EART)) { $EART = '1'; } if (empty($HEADLINE)) { $HEADLINE = '1'; } else { utf8_encode($HEADLINE); } if (empty($KAUFPREIS)) { $KAUFPREIS = '1'; } if (empty($MIETE)) { $MIETE = '1'; } if (empty($NUTZFLAECHE)) { $NUTZFLAECHE = '1'; } if (empty($GRUNDFLAECHE)) { $GRUNDFLAECHE = '1'; } if (empty($WOHNFLAECHE)) { $WOHNFLAECHE = '1'; } if (empty($ORT)) { $ORT = '1'; } if (empty($ZIMMER)) { $ZIMMER = '1'; } if (empty($PROVINT)) { $PROVINT = '1'; } ?> <? $PicAbfrage = "select distinct DSN, URL, BESCHREIBUNG, TYP from $table_pic"; $PicAbfrage .= " where DSN like '$DSN' and TYP = 1 and TYPE = 0"; $rsPic = $oCon->openrecordset($PicAbfrage); if ( $rsPic->recordcount > 0 ) // es wurden Sätze gefunden { list($PIC_DSN, $PIC_URL, $PIC_BESCHREIBUNG, $PIC_TYP) = $rsPic->fields; $PIC_FILE = basename($PIC_URL); $PIC_PFAD = substr($PIC_URL, 0, strrpos($PIC_URL, '/')); $PIC_FILE = rawurlencode($PIC_FILE); // skiba $NewPfad = "../ff_webserver/pic.obj" ."/" .$PIC_FILE; // skiba ende $NewPfad = strtolower($NewPfad); } // if (Bild ist verügbar) else { $NewPfad = "files/skiba_pics-basis/leerbild.jpg"; } //else (kein Bild verfügbar) $rsPic->close(); ?> <? echo "{\"Id\":".$KENNUNG.",\"Title\":\"".utf8_encode($HEADLINE)."\",\n"; echo "\"ZIMMER\":".$ZIMMER.",\"WOHNFLAECHE\":".$WOHNFLAECHE.",\n"; echo "\"ORT\":\"".utf8_encode($ORT)."\",\n"; echo "\"OBJEKTART\":\"".utf8_encode($OBJEKTART)."\",\n"; echo "\"Preis\":".$KAUFPREIS.",\n"; echo "\"DSN\":\"".$DSN."\",\n"; echo "\"GEODATEN\":\"".$KOLLEGE_KENNUNG."\",\n"; echo "\"BILDDATEI\":\"".$NewPfad."\",\n"; if ( $i != ( $num_rows ) ) { echo "},\n"; } else { echo "}\n"; } $rs->movenext(); } //while eof() $rs->MoveFirst(); ?> ], containerClass: "singleobject-container-size-test", classes: ["singleobject-small", "singleobject-large"], render: function() { var html = $.tmpl(document.getElementById("object-template").innerHTML, this); return html; }, getClass: function(index) { return index < 6 ? "singleobject-large" : "singleobject-small"; } }); }); $(function() { var sortOrder = null; $("input[name=sortorder]").bind("change", function() { if(sortOrder !== null) { $("#articles-holder>div").removeClass("sort-order-" + sortOrder); } if($(this).val() !== "") { sortOrder = $(this).val(); if(sortOrder == 'Preis' || sortOrder == 'OBJEKTART' || sortOrder == 'ZIMMER' || sortOrder == 'WOHNFLAECHE' ) { $("#articles-holder>div").flowsort("sortDsc", sortOrder).addClass("sort-order-" + sortOrder); } else { $("#articles-holder>div").flowsort("sort", sortOrder).addClass("sort-order-" + sortOrder); } } }); }); $(function() { var image = $("input[name=display-image]:checked").val(); $("#articles-holder>div").addClass("image-" + image); $("input[name=display-image]").bind("change", function() { var oldImage = image; image = $(this).val(); $("#articles-holder>div").removeClass("image-" + oldImage).addClass("image-" + image); }); }); </script> <script type="text/html" id="object-template"> <article class="singleobject"> <hgroup> <a href="de/kurzexpose.html?DSN=${DSN}&F_EART=kauf"> <img class="Bildanzeige" src="${BILDDATEI}" alt="${Title}" title="${Title}"> </a> <h1>${Title}</h1> <h2>${ORT}<br> ${ZIMMER} Zimmer, ${WOHNFLAECHE} m&sup2;</h2> <h2>${OBJEKTART}</h2> <h2 class="price-tag">${formatPreis(Preis)} €</h2> </hgroup> <a href="de/kurzexpose.html?DSN=${DSN}&F_EART=kauf">Mehr &rsaquo;<span class="startlink">&nbsp;</span></a> </article> </script> <a name="top"></a> <div style="z-index:9999; position:absolute; right:10px; top:150px;"> <a href="http://www.immobilien-skiba.de/de/haus-kaufen.html?F_OBJEKTART=2&F_EART=kauf#uebersicht"><img src="files/skiba_pics-basis/link-uebersicht.png" alt="Zur Übersicht aller aktuellen Angebote" title="Zur Übersicht aller aktuellen Angebote" style="border:none; z-index:9999;" class="nonprint"></a> </div> <div class="ce_text block" style="margin-top:-25px; z-index:9999;"> <table width="940" border="0" cellspacing="0" cellpadding="0" style="z-index:9999;"> <tr> <td style="width:700px;"> <p>Bei der Suche nach einem neuen Zuhause spielt der Standort eine entscheidende Rolle. Diese Karte zeigt Ihnen das Gebiet, in dem Immobilien Skiba überwiegend tätig ist. Markiert sind die Standorte der Immobilien, für die wir aktuell einen neuen Eigentümer suchen. Klicken Sie auf das Symbol um zu der Vorstellung des Angebotes zu gelangen.</p> </td> <td style="text-align:right; vertical-align:top;">&nbsp; </td> </tr> </table> </div> <!-- Navi-Sortierung --> <div class="main-background-wrap"> <!--[if IE 8]> <style type="text/css"> .illustratedMap div.map-tooltip img { width: auto; } .illustratedMap div.map-tooltip { margin-top:-252px; margin-left:-118px; } </style> <![endif]--> <div class="contentarea"> <div id="map_canvas" style="width:940px; height:860px; background-image: url(files/skiba_pics-basis/map_940x860.png); background-repeat:no-repeat; background-position:center; padding:0; margin:00; z-index:1000;"> <!-- Hier Anzeige der Kartenobjekte --> <div id="list-map"> <div class="illustratedMap"> <? $num_rows = $AnzahlGefundenerObj; $i = 0; while ( !$rs->eof ) { $i++; list( $DSN, $MEMBER, $KENNUNG, $KOLLEGE_KENNUNG, $KURZEXPOSE, $OBJEKTART, $EART, $HEADLINE, $KAUFPREIS, $MIETE, $NUTZFLAECHE, $GRUNDFLAECHE, $WOHNFLAECHE, $ORT, $ZIMMER, $PROVINT ) = $rs->fields; if (empty($KOLLEGE_KENNUNG)) { $KOLLEGE_KENNUNG = '50.0, 7.0'; } ?> <? $marker_array = $KOLLEGE_KENNUNG; /* echo "marker_array:".$marker_array.",\n"; */ list($lat, $lng) = explode(", ", $marker_array); /* echo "lat:".$lat.",\n"; echo "lng:".$lng.",\n"; */ $var1 = 50.381332 - $lat; $var2 = $lng - 6.935098; /* echo "var1:".$var1.",\n"; echo "var2:".$var2.",\n"; */ $varx = $var1 * 3460; $vary = $var2 * 2210; /* echo "varx:".$varx.",\n"; echo "vary:".$vary.",\n"; */ $posx = $varx + 465; $posy = $vary + 403; /* echo "posx:".$posx.",\n"; echo "posy:".$posy.",\n"; */ $PicAbfrage = "select distinct DSN, URL, BESCHREIBUNG, TYP from $table_pic"; $PicAbfrage .= " where DSN like '$DSN' and TYP = 1 and TYPE = 0"; $rsPic = $oCon->openrecordset($PicAbfrage); if ( $rsPic->recordcount > 0 ) // es wurden Sätze gefunden { list($PIC_DSN, $PIC_URL, $PIC_BESCHREIBUNG, $PIC_TYP) = $rsPic->fields; $PIC_FILE = basename($PIC_URL); $PIC_PFAD = substr($PIC_URL, 0, strrpos($PIC_URL, '/')); $PIC_FILE = rawurlencode($PIC_FILE); // skiba $NewPfad = "../ff_webserver/pic.obj" ."/" .$PIC_FILE; // skiba ende $NewPfad = strtolower($NewPfad); } // if (Bild ist verügbar) else { $NewPfad = "files/skiba_pics-basis/leerbild.jpg"; } //else (kein Bild verfügbar) $rsPic->close(); echo "\n<div style=\"position:absolute; top:"; echo $posx; echo "px; left:"; echo $posy; echo "px; display: none;\" id=\"mapTooltip".$DSN."\" class=\"map-tooltip\">"; echo "\n<img src=\"".$NewPfad."\" alt=\"".utf8_encode($HEADLINE)."\" title=\"".utf8_encode($HEADLINE)."\">"; echo "\n<h2>Objektnr.:".$KENNUNG."</h2>"; echo "\n<h2 class=\"firstHeading\">".utf8_encode($ORT)."</h2>"; echo "\n<h2 class=\"tooltip-price\">".$KAUFPREIS." €</h2>"; echo "\n<p class=\"adresse-small\">Die genaue Anschrift teilen wir Ihnen <br>auf Anfrage gerne mit.</p>"; echo "\n<a href=\"de/kurzexpose.html?DSN=".$DSN."&F_EART=kauf\">Mehr</a>"; echo "</div>\n"; echo "<div id=\"markie\" style=\"position: absolute; left:".$posy."px; top:".$posx."px; display: block;\" class=\"map-pointer availablePointer ".$DSN."\"></div>\n"; ?> <script type="text/javascript"> $('.<? echo $DSN;?>:not(.open)').live('click', function() { $('#mapTooltip<? echo $DSN;?>').addClass('offen'); $('#mapTooltip<? echo $DSN;?>').fadeIn('fast'); // ... Code to animate goes here ... }); $('#map_canvas').mousedown(function() { $('.offen').fadeOut('fast'); }); </script> <? $rs->movenext(); } //while eof() $rs->close(); ?> </div> </div> </div> <? $oCon->close(); ffws_PoweredBy(false); ?> <? if ($AnzahlGefundenerObj == 1) { echo "<h2 id=\"sort-type\" style=\"margin: 15px 0 15px 0;\"> $AnzahlGefundenerObj ". $oLangPack->translatestring("Objekt gefunden")."</h2>\n"; } elseif ($AnzahlGefundenerObj > 1) { echo "<h2 id=\"sort-type\" style=\"margin: 15px 0 15px 0;\"> $AnzahlGefundenerObj ". $oLangPack->translatestring("Objekte gefunden")."</h2>\n"; } else { if( ( !empty($Typ) ) or ( !empty($F_OBJEKTART) ) ) { echo "<h2>Zur Zeit sind keine Objekte auf unserer Homepage.<br>Bitte rufen Sie uns f&uuml;r aktuelle Angebote unter 02691-1080 an.</h2>\n"; } } ?> <div style="float:right; padding:0 0 20px 30px;"> <a href="skiba_maps-google.php?F_OBJEKTART=2&F_EART=kauf" target="_blank"><img src="files/skiba_pics-basis/gmaps-button.png" width="300" height="60" alt="zur Anzeige der Karte in Google-Maps"></a> </div> <p>Damit Sie den Standort einer Immobilie mit einem größeren Radius sehen können, haben wir unsere Angebote auch bei Google-Maps lokalisiert. Dort können Sie zusätzlich die Routenfunktion nutzen, um sich ein Bild von den Entfernungen und der Verkehrsanbindung zu machen. </p> <div style="clear:both;"></div> <hr> <a name="uebersicht"></a> <h2 style="margin: 15px 0 15px 0;">Sortieren nach:</h2> <div class="" id="filterHolder"> <nav id="list-menu" class="objectsFilterFixed1"> <div class="objectsFilterFixed2"> <div class="objectsFilterFixed3"> <div class="row objectsFilterFixed4"> <div class="col10"> <div class="filter-row no-bottom-margins small-radio clearfix ui-buttonset"> <label for="sort-preis" aria-disabled="false" role="button" aria-pressed="true" class="ui-state-active ui-button ui-widget ui-state-default ui-button-text-only ui-corner-left"><span class="ui-button-text">Preis</span></label> <input class="ui-helper-hidden-accessible" name="sortorder" id="sort-preis" value="Preis" type="radio" /> <label for="sort-objektart" aria-disabled="false" role="button" class="ui-button ui-widget ui-state-default ui-button-text-only" aria-pressed="false"><span class="ui-button-text">Objektart</span></label> <input class="ui-helper-hidden-accessible" name="sortorder" id="sort-objektart" value="OBJEKTART" type="radio" /> <label for="sort-zimmer" aria-disabled="false" role="button" class="ui-button ui-widget ui-state-default ui-button-text-only" aria-pressed="false"><span class="ui-button-text">Zimmer</span></label> <input class="ui-helper-hidden-accessible" name="sortorder" id="sort-zimmer" value="ZIMMER" type="radio" /> <label for="sort-wohnflaeche" aria-disabled="false" role="button" class="ui-button ui-widget ui-state-default ui-button-text-only" aria-pressed="false"><span class="ui-button-text">Wohnfl&auml;che</span></label> <input class="ui-helper-hidden-accessible" name="sortorder" id="sort-wohnflaeche" value="WOHNFLAECHE" type="radio" /> <label for="sort-ort" aria-disabled="false" role="button" class="ui-button ui-widget ui-state-default ui-button-text-only ui-corner-right" aria-pressed="false" style="margin-right:0px;"><span class="ui-button-text">Ort</span></label> <input class="ui-helper-hidden-accessible" name="sortorder" id="sort-ort" value="ORT" type="radio" /> </div> <div style="border-bottom: 0px solid #656565; height: 1px; line-height: 1px; margin: 15px 0 5px 0;">&nbsp;</div> </div> </div> </div> </div> </nav> </div> <div class="row"> <div class="col10"> <section id="articles-holder" class="singleobjects"> <div class="singleobject-container-size-test image-Bildanzeige" style="position: relative; height: 5020px; margin:0 15px 0 0;"></div> </section> </div> </div> <div style="clear: both;"></div> </div> </div> <section id="more-info"> <div class="row"> </div> </section> <script type="text/javascript"> $(document).ready(function () { docReadyOnObjects(); }); </script>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 187
Branch analysis from position: 187
2 jumps found. (Code = 44) Position 1 = 190, Position 2 = 4
Branch analysis from position: 190
1 jumps found. (Code = 42) Position 1 = 361
Branch analysis from position: 361
2 jumps found. (Code = 44) Position 1 = 364, Position 2 = 196
Branch analysis from position: 364
2 jumps found. (Code = 43) Position 1 = 375, Position 2 = 385
Branch analysis from position: 375
1 jumps found. (Code = 42) Position 1 = 405
Branch analysis from position: 405
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 385
2 jumps found. (Code = 43) Position 1 = 387, Position 2 = 397
Branch analysis from position: 387
1 jumps found. (Code = 42) Position 1 = 405
Branch analysis from position: 405
Branch analysis from position: 397
2 jumps found. (Code = 47) Position 1 = 400, Position 2 = 403
Branch analysis from position: 400
2 jumps found. (Code = 43) Position 1 = 404, Position 2 = 405
Branch analysis from position: 404
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 405
Branch analysis from position: 403
Branch analysis from position: 196
2 jumps found. (Code = 43) Position 1 = 233, Position 2 = 234
Branch analysis from position: 233
2 jumps found. (Code = 43) Position 1 = 270, Position 2 = 305
Branch analysis from position: 270
1 jumps found. (Code = 42) Position 1 = 306
Branch analysis from position: 306
2 jumps found. (Code = 44) Position 1 = 364, Position 2 = 196
Branch analysis from position: 364
Branch analysis from position: 196
Branch analysis from position: 305
2 jumps found. (Code = 44) Position 1 = 364, Position 2 = 196
Branch analysis from position: 364
Branch analysis from position: 196
Branch analysis from position: 234
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 41, Position 2 = 42
Branch analysis from position: 41
2 jumps found. (Code = 43) Position 1 = 44, Position 2 = 45
Branch analysis from position: 44
2 jumps found. (Code = 43) Position 1 = 47, Position 2 = 48
Branch analysis from position: 47
2 jumps found. (Code = 43) Position 1 = 50, Position 2 = 51
Branch analysis from position: 50
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 54
Branch analysis from position: 53
2 jumps found. (Code = 43) Position 1 = 56, Position 2 = 57
Branch analysis from position: 56
2 jumps found. (Code = 43) Position 1 = 59, Position 2 = 60
Branch analysis from position: 59
2 jumps found. (Code = 43) Position 1 = 62, Position 2 = 64
Branch analysis from position: 62
1 jumps found. (Code = 42) Position 1 = 67
Branch analysis from position: 67
2 jumps found. (Code = 43) Position 1 = 69, Position 2 = 70
Branch analysis from position: 69
2 jumps found. (Code = 43) Position 1 = 72, Position 2 = 73
Branch analysis from position: 72
2 jumps found. (Code = 43) Position 1 = 75, Position 2 = 76
Branch analysis from position: 75
2 jumps found. (Code = 43) Position 1 = 78, Position 2 = 79
Branch analysis from position: 78
2 jumps found. (Code = 43) Position 1 = 81, Position 2 = 82
Branch analysis from position: 81
2 jumps found. (Code = 43) Position 1 = 84, Position 2 = 85
Branch analysis from position: 84
2 jumps found. (Code = 43) Position 1 = 87, Position 2 = 88
Branch analysis from position: 87
2 jumps found. (Code = 43) Position 1 = 90, Position 2 = 91
Branch analysis from position: 90
2 jumps found. (Code = 43) Position 1 = 105, Position 2 = 140
Branch analysis from position: 105
1 jumps found. (Code = 42) Position 1 = 141
Branch analysis from position: 141
2 jumps found. (Code = 43) Position 1 = 182, Position 2 = 184
Branch analysis from position: 182
1 jumps found. (Code = 42) Position 1 = 185
Branch analysis from position: 185
2 jumps found. (Code = 44) Position 1 = 190, Position 2 = 4
Branch analysis from position: 190
Branch analysis from position: 4
Branch analysis from position: 184
2 jumps found. (Code = 44) Position 1 = 190, Position 2 = 4
Branch analysis from position: 190
Branch analysis from position: 4
Branch analysis from position: 140
2 jumps found. (Code = 43) Position 1 = 182, Position 2 = 184
Branch analysis from position: 182
Branch analysis from position: 184
Branch analysis from position: 91
Branch analysis from position: 88
Branch analysis from position: 85
Branch analysis from position: 82
Branch analysis from position: 79
Branch analysis from position: 76
Branch analysis from position: 73
Branch analysis from position: 70
Branch analysis from position: 64
2 jumps found. (Code = 43) Position 1 = 69, Position 2 = 70
Branch analysis from position: 69
Branch analysis from position: 70
Branch analysis from position: 60
Branch analysis from position: 57
Branch analysis from position: 54
Branch analysis from position: 51
Branch analysis from position: 48
Branch analysis from position: 45
Branch analysis from position: 42
filename:       /in/uB9LL
function name:  (null)
number of ops:  407
compiled vars:  !0 = $num_rows, !1 = $AnzahlGefundenerObj, !2 = $i, !3 = $rs, !4 = $DSN, !5 = $MEMBER, !6 = $KENNUNG, !7 = $KOLLEGE_KENNUNG, !8 = $KURZEXPOSE, !9 = $OBJEKTART, !10 = $EART, !11 = $HEADLINE, !12 = $KAUFPREIS, !13 = $MIETE, !14 = $NUTZFLAECHE, !15 = $GRUNDFLAECHE, !16 = $WOHNFLAECHE, !17 = $ORT, !18 = $ZIMMER, !19 = $PROVINT, !20 = $PicAbfrage, !21 = $table_pic, !22 = $rsPic, !23 = $oCon, !24 = $PIC_DSN, !25 = $PIC_URL, !26 = $PIC_BESCHREIBUNG, !27 = $PIC_TYP, !28 = $PIC_FILE, !29 = $PIC_PFAD, !30 = $NewPfad, !31 = $marker_array, !32 = $lat, !33 = $lng, !34 = $var1, !35 = $var2, !36 = $varx, !37 = $vary, !38 = $posx, !39 = $posy, !40 = $oLangPack, !41 = $Typ, !42 = $F_OBJEKTART
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21--+Hier+Anzeige+der+Objekte+--%3E%0A%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0A+++%0A++++%24%28function%28%29+%7B%0A++++++%0A++++++++%24%28%22%23articles-holder%3Ediv%22%29.flowsort%28%7B%0A++++++++++++items%3A+%5B%0A%0A++'
   11     1        ASSIGN                                                   !0, !1
   12     2        ASSIGN                                                   !2, 0
   13     3      > JMP                                                      ->187
   15     4    >   PRE_INC                                                  !2
   18     5        FETCH_OBJ_R                                      ~46     !3, 'fields'
          6        FETCH_LIST_R                                     $47     ~46, 0
   16     7        ASSIGN                                                   !4, $47
          8        FETCH_LIST_R                                     $49     ~46, 1
          9        ASSIGN                                                   !5, $49
         10        FETCH_LIST_R                                     $51     ~46, 2
         11        ASSIGN                                                   !6, $51
         12        FETCH_LIST_R                                     $53     ~46, 3
         13        ASSIGN                                                   !7, $53
         14        FETCH_LIST_R                                     $55     ~46, 4
         15        ASSIGN                                                   !8, $55
         16        FETCH_LIST_R                                     $57     ~46, 5
         17        ASSIGN                                                   !9, $57
         18        FETCH_LIST_R                                     $59     ~46, 6
         19        ASSIGN                                                   !10, $59
         20        FETCH_LIST_R                                     $61     ~46, 7
         21        ASSIGN                                                   !11, $61
         22        FETCH_LIST_R                                     $63     ~46, 8
   17    23        ASSIGN                                                   !12, $63
         24        FETCH_LIST_R                                     $65     ~46, 9
         25        ASSIGN                                                   !13, $65
         26        FETCH_LIST_R                                     $67     ~46, 10
         27        ASSIGN                                                   !14, $67
         28        FETCH_LIST_R                                     $69     ~46, 11
         29        ASSIGN                                                   !15, $69
         30        FETCH_LIST_R                                     $71     ~46, 12
   18    31        ASSIGN                                                   !16, $71
         32        FETCH_LIST_R                                     $73     ~46, 13
         33        ASSIGN                                                   !17, $73
         34        FETCH_LIST_R                                     $75     ~46, 14
         35        ASSIGN                                                   !18, $75
         36        FETCH_LIST_R                                     $77     ~46, 15
         37        ASSIGN                                                   !19, $77
         38        FREE                                                     ~46
   20    39        ISSET_ISEMPTY_CV                                         !4
         40      > JMPZ                                                     ~79, ->42
   21    41    >   ASSIGN                                                   !4, '1'
   23    42    >   ISSET_ISEMPTY_CV                                         !5
         43      > JMPZ                                                     ~81, ->45
   24    44    >   ASSIGN                                                   !5, '1'
   26    45    >   ISSET_ISEMPTY_CV                                         !6
         46      > JMPZ                                                     ~83, ->48
   27    47    >   ASSIGN                                                   !6, '1'
   29    48    >   ISSET_ISEMPTY_CV                                         !7
         49      > JMPZ                                                     ~85, ->51
   30    50    >   ASSIGN                                                   !7, '1'
   32    51    >   ISSET_ISEMPTY_CV                                         !8
         52      > JMPZ                                                     ~87, ->54
   33    53    >   ASSIGN                                                   !8, '1'
   35    54    >   ISSET_ISEMPTY_CV                                         !9
         55      > JMPZ                                                     ~89, ->57
   36    56    >   ASSIGN                                                   !9, '1'
   38    57    >   ISSET_ISEMPTY_CV                                         !10
         58      > JMPZ                                                     ~91, ->60
   39    59    >   ASSIGN                                                   !10, '1'
   41    60    >   ISSET_ISEMPTY_CV                                         !11
         61      > JMPZ                                                     ~93, ->64
   42    62    >   ASSIGN                                                   !11, '1'
         63      > JMP                                                      ->67
   45    64    >   INIT_FCALL                                               'utf8_encode'
         65        SEND_VAR                                                 !11
         66        DO_ICALL                                                 
   47    67    >   ISSET_ISEMPTY_CV                                         !12
         68      > JMPZ                                                     ~96, ->70
   48    69    >   ASSIGN                                                   !12, '1'
   50    70    >   ISSET_ISEMPTY_CV                                         !13
         71      > JMPZ                                                     ~98, ->73
   51    72    >   ASSIGN                                                   !13, '1'
   53    73    >   ISSET_ISEMPTY_CV                                         !14
         74      > JMPZ                                                     ~100, ->76
   54    75    >   ASSIGN                                                   !14, '1'
   56    76    >   ISSET_ISEMPTY_CV                                         !15
         77      > JMPZ                                                     ~102, ->79
   57    78    >   ASSIGN                                                   !15, '1'
   59    79    >   ISSET_ISEMPTY_CV                                         !16
         80      > JMPZ                                                     ~104, ->82
   60    81    >   ASSIGN                                                   !16, '1'
   62    82    >   ISSET_ISEMPTY_CV                                         !17
         83      > JMPZ                                                     ~106, ->85
   63    84    >   ASSIGN                                                   !17, '1'
   65    85    >   ISSET_ISEMPTY_CV                                         !18
         86      > JMPZ                                                     ~108, ->88
   66    87    >   ASSIGN                                                   !18, '1'
   68    88    >   ISSET_ISEMPTY_CV                                         !19
         89      > JMPZ                                                     ~110, ->91
   69    90    >   ASSIGN                                                   !19, '1'
   74    91    >   NOP                                                      
         92        FAST_CONCAT                                      ~112    'select+distinct+DSN%2C+URL%2C+BESCHREIBUNG%2C+TYP+from+', !21
         93        ASSIGN                                                   !20, ~112
   75    94        ROPE_INIT                                     3  ~115    '+where+DSN+like+%27'
         95        ROPE_ADD                                      1  ~115    ~115, !4
         96        ROPE_END                                      2  ~114    ~115, '%27+and+TYP+%3D+1+and+TYPE+%3D+0'
         97        ASSIGN_OP                                     8          !20, ~114
   76    98        INIT_METHOD_CALL                                         !23, 'openrecordset'
         99        SEND_VAR_EX                                              !20
        100        DO_FCALL                                      0  $118    
        101        ASSIGN                                                   !22, $118
   77   102        FETCH_OBJ_R                                      ~120    !22, 'recordcount'
        103        IS_SMALLER                                               0, ~120
        104      > JMPZ                                                     ~121, ->140
   79   105    >   FETCH_OBJ_R                                      ~122    !22, 'fields'
        106        FETCH_LIST_R                                     $123    ~122, 0
        107        ASSIGN                                                   !24, $123
        108        FETCH_LIST_R                                     $125    ~122, 1
        109        ASSIGN                                                   !25, $125
        110        FETCH_LIST_R                                     $127    ~122, 2
        111        ASSIGN                                                   !26, $127
        112        FETCH_LIST_R                                     $129    ~122, 3
        113        ASSIGN                                                   !27, $129
        114        FREE                                                     ~122
   80   115        INIT_FCALL                                               'basename'
        116        SEND_VAR                                                 !25
        117        DO_ICALL                                         $131    
        118        ASSIGN                                                   !28, $131
   81   119        INIT_FCALL                                               'substr'
        120        SEND_VAR                                                 !25
        121        SEND_VAL                                                 0
        122        INIT_FCALL                                               'strrpos'
        123        SEND_VAR                                                 !25
        124        SEND_VAL                                                 '%2F'
        125        DO_ICALL                                         $133    
        126        SEND_VAR                                                 $133
        127        DO_ICALL                                         $134    
        128        ASSIGN                                                   !29, $134
   82   129        INIT_FCALL                                               'rawurlencode'
        130        SEND_VAR                                                 !28
        131        DO_ICALL                                         $136    
        132        ASSIGN                                                   !28, $136
   84   133        CONCAT                                           ~138    '..%2Fff_webserver%2Fpic.obj%2F', !28
        134        ASSIGN                                                   !30, ~138
   86   135        INIT_FCALL                                               'strtolower'
        136        SEND_VAR                                                 !30
        137        DO_ICALL                                         $140    
        138        ASSIGN                                                   !30, $140
        139      > JMP                                                      ->141
   90   140    >   ASSIGN                                                   !30, 'files%2Fskiba_pics-basis%2Fleerbild.jpg'
   92   141    >   INIT_METHOD_CALL                                         !22, 'close'
        142        DO_FCALL                                      0          
   95   143        CONCAT                                           ~144    '%7B%22Id%22%3A', !6
        144        CONCAT                                           ~145    ~144, '%2C%22Title%22%3A%22'
        145        INIT_FCALL                                               'utf8_encode'
        146        SEND_VAR                                                 !11
        147        DO_ICALL                                         $146    
        148        CONCAT                                           ~147    ~145, $146
        149        CONCAT                                           ~148    ~147, '%22%2C%0A'
        150        ECHO                                                     ~148
   96   151        CONCAT                                           ~149    '%22ZIMMER%22%3A', !18
        152        CONCAT                                           ~150    ~149, '%2C%22WOHNFLAECHE%22%3A'
        153        CONCAT                                           ~151    ~150, !16
        154        CONCAT                                           ~152    ~151, '%2C%0A'
        155        ECHO                                                     ~152
   97   156        INIT_FCALL                                               'utf8_encode'
        157        SEND_VAR                                                 !17
        158        DO_ICALL                                         $153    
        159        CONCAT                                           ~154    '%22ORT%22%3A%22', $153
        160        CONCAT                                           ~155    ~154, '%22%2C%0A'
        161        ECHO                                                     ~155
   98   162        INIT_FCALL                                               'utf8_encode'
        163        SEND_VAR                                                 !9
        164        DO_ICALL                                         $156    
        165        CONCAT                                           ~157    '%22OBJEKTART%22%3A%22', $156
        166        CONCAT                                           ~158    ~157, '%22%2C%0A'
        167        ECHO                                                     ~158
   99   168        CONCAT                                           ~159    '%22Preis%22%3A', !12
        169        CONCAT                                           ~160    ~159, '%2C%0A'
        170        ECHO                                                     ~160
  100   171        CONCAT                                           ~161    '%22DSN%22%3A%22', !4
        172        CONCAT                                           ~162    ~161, '%22%2C%0A'
        173        ECHO                                                     ~162
  101   174        CONCAT                                           ~163    '%22GEODATEN%22%3A%22', !7
        175        CONCAT                                           ~164    ~163, '%22%2C%0A'
        176        ECHO                                                     ~164
  102   177        CONCAT                                           ~165    '%22BILDDATEI%22%3A%22', !30
        178        CONCAT                                           ~166    ~165, '%22%2C%0A'
        179        ECHO                                                     ~166
  103   180        IS_NOT_EQUAL                                             !2, !0
        181      > JMPZ                                                     ~167, ->184
  104   182    >   ECHO                                                     '%7D%2C%0A'
        183      > JMP                                                      ->185
  107   184    >   ECHO                                                     '%7D%0A'
  109   185    >   INIT_METHOD_CALL                                         !3, 'movenext'
        186        DO_FCALL                                      0          
   13   187    >   FETCH_OBJ_R                                      ~169    !3, 'eof'
        188        BOOL_NOT                                         ~170    ~169
        189      > JMPNZ                                                    ~170, ->4
  111   190    >   INIT_METHOD_CALL                                         !3, 'MoveFirst'
        191        DO_FCALL                                      0          
  113   192        ECHO                                                     '%5D%2C%0A%0A++++++++++++containerClass%3A+%22singleobject-container-size-test%22%2C%0A++++++++++++classes%3A+%5B%22singleobject-small%22%2C+%22singleobject-large%22%5D%2C%0A++++++++++++render%3A+function%28%29+%7B%0A++++++++++++++++var+html+%3D+%24.tmpl%28document.getElementById%28%22object-template%22%29.innerHTML%2C+this%29%3B%0A++++++++++++++++return+html%3B%0A++++++++++++%7D%2C%0A++++++++++++getClass%3A+function%28index%29+%7B%0A++++++++++++++++return+index+%3C+6+%3F+%22singleobject-large%22+%3A+%22singleobject-small%22%3B%0A++++++++++++%7D%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A%0A++++%24%28function%28%29+%7B%0A++++++++var+sortOrder+%3D+null%3B%0A++++++++%24%28%22input%5Bname%3Dsortorder%5D%22%29.bind%28%22change%22%2C+function%28%29+%7B%0A++++++++++++if%28sortOrder+%21%3D%3D+null%29+%7B+%24%28%22%23articles-holder%3Ediv%22%29.removeClass%28%22sort-order-%22+%2B+sortOrder%29%3B+%7D%0A++++++++++++if%28%24%28this%29.val%28%29+%21%3D%3D+%22%22%29+%7B%0A++++++++++++++++sortOrder+%3D+%24%28this%29.val%28%29%3B%0A++++++++++++++++if%28sortOrder+%3D%3D+%27Preis%27+%7C%7C+sortOrder+%3D%3D+%27OBJEKTART%27+%7C%7C+sortOrder+%3D%3D+%27ZIMMER%27+%7C%7C+sortOrder+%3D%3D+%27WOHNFLAECHE%27+%29%0A++++++++++++++++%7B%0A++++%24%28%22%23articles-holder%3Ediv%22%29.flowsort%28%22sortDsc%22%2C+sortOrder%29.addClass%28%22sort-order-%22+%2B+sortOrder%29%3B%0A++++++++++++++++%7D%0A++++++++++++++++else+%7B%0A++++%24%28%22%23articles-holder%3Ediv%22%29.flowsort%28%22sort%22%2C+sortOrder%29.addClass%28%22sort-order-%22+%2B+sortOrder%29%3B%0A++++++++++++++++%7D%0A++++++++++++%7D%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A%0A++++%24%28function%28%29+%7B%0A++++++++var+image+%3D+%24%28%22input%5Bname%3Ddisplay-image%5D%3Achecked%22%29.val%28%29%3B%0A++++++++%24%28%22%23articles-holder%3Ediv%22%29.addClass%28%22image-%22+%2B+image%29%3B%0A++++++++%24%28%22input%5Bname%3Ddisplay-image%5D%22%29.bind%28%22change%22%2C+function%28%29+%7B%0A++++++++++++var+oldImage+%3D+image%3B%0A++++++++++++image+%3D+%24%28this%29.val%28%29%3B%0A++++++++++++%24%28%22%23articles-holder%3Ediv%22%29.removeClass%28%22image-%22+%2B+oldImage%29.addClass%28%22image-%22+%2B+image%29%3B%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A%3C%2Fscript%3E%0A%3Cscript+type%3D%22text%2Fhtml%22+id%3D%22object-template%22%3E%0A++++%3Carticle+class%3D%22singleobject%22%3E%0A++++++++%3Chgroup%3E%0A++++++++++++%3Ca+href%3D%22de%2Fkurzexpose.html%3FDSN%3D%24%7BDSN%7D%26F_EART%3Dkauf%22%3E%0A++++++++++++++++%3Cimg+class%3D%22Bildanzeige%22+src%3D%22%24%7BBILDDATEI%7D%22+alt%3D%22%24%7BTitle%7D%22+title%3D%22%24%7BTitle%7D%22%3E%0A++++++++++++%3C%2Fa%3E%0A++++++++++++%3Ch1%3E%24%7BTitle%7D%3C%2Fh1%3E%0A++++++++++++%3Ch2%3E%24%7BORT%7D%3Cbr%3E%0A++++++++++++%24%7BZIMMER%7D+Zimmer%2C+%24%7BWOHNFLAECHE%7D+m%26sup2%3B%3C%2Fh2%3E%0A++++++++++++%3Ch2%3E%24%7BOBJEKTART%7D%3C%2Fh2%3E%0A%09%09%09%3Ch2+class%3D%22price-tag%22%3E%24%7BformatPreis%28Preis%29%7D+%E2%82%AC%3C%2Fh2%3E%0A++++++++%3C%2Fhgroup%3E%0A++++++++%3Ca+href%3D%22de%2Fkurzexpose.html%3FDSN%3D%24%7BDSN%7D%26F_EART%3Dkauf%22%3EMehr+%26rsaquo%3B%3Cspan+class%3D%22startlink%22%3E%26nbsp%3B%3C%2Fspan%3E%3C%2Fa%3E%0A++%3C%2Farticle%3E%0A%3C%2Fscript%3E%0A%0A%0A%3Ca+name%3D%22top%22%3E%3C%2Fa%3E%0A%0A%3Cdiv+style%3D%22z-index%3A9999%3B+position%3Aabsolute%3B+right%3A10px%3B+top%3A150px%3B%22%3E%0A++++%3Ca+href%3D%22http%3A%2F%2Fwww.immobilien-skiba.de%2Fde%2Fhaus-kaufen.html%3FF_OBJEKTART%3D2%26F_EART%3Dkauf%23uebersicht%22%3E%3Cimg+src%3D%22files%2Fskiba_pics-basis%2Flink-uebersicht.png%22+alt%3D%22Zur+%C3%9Cbersicht+aller+aktuellen+Angebote%22+title%3D%22Zur+%C3%9Cbersicht+aller+aktuellen+Angebote%22+style%3D%22border%3Anone%3B+z-index%3A9999%3B%22+class%3D%22nonprint%22%3E%3C%2Fa%3E%0A%3C%2Fdiv%3E%0A%0A%3Cdiv+class%3D%22ce_text+block%22+style%3D%22margin-top%3A-25px%3B+z-index%3A9999%3B%22%3E%0A%0A%3Ctable+width%3D%22940%22+border%3D%220%22+cellspacing%3D%220%22+cellpadding%3D%220%22+style%3D%22z-index%3A9999%3B%22%3E%0A++%3Ctr%3E%0A++++%3Ctd+style%3D%22width%3A700px%3B%22%3E%0A%3Cp%3EBei+der+Suche+nach+einem+neuen+Zuhause+spielt+der+Standort+eine+entscheidende+Rolle.+Diese+Karte+zeigt+Ihnen+das+Gebiet%2C+in+dem+Immobilien+Skiba+%C3%BCberwiegend+t%C3%A4tig+ist.+Markiert+sind+die+Standorte+der+Immobilien%2C+f%C3%BCr+die+wir+aktuell+einen+neuen+Eigent%C3%BCmer+suchen.+Klicken+Sie+auf+das+Symbol+um+zu+der+Vorstellung+des+Angebotes+zu+gelangen.%3C%2Fp%3E%0A++++%3C%2Ftd%3E%0A++++%3Ctd+style%3D%22text-align%3Aright%3B+vertical-align%3Atop%3B%22%3E%26nbsp%3B%0A%0A%0A%0A++++%3C%2Ftd%3E%0A++%3C%2Ftr%3E%0A%3C%2Ftable%3E%0A%0A%0A%3C%2Fdiv%3E%0A%0A%0A%09%3C%21--+Navi-Sortierung+--%3E%0A%3Cdiv+class%3D%22main-background-wrap%22%3E%0A++++++++++++++++%3C%21--%5Bif+IE+8%5D%3E%0A++++++%3Cstyle+type%3D%22text%2Fcss%22%3E%0A++++++++++.illustratedMap+div.map-tooltip+img+%7B%0A++++++++++++++width%3A+auto%3B%0A++++++++++%7D%0A++++++++.illustratedMap+div.map-tooltip++%7B%0A++++++++++margin-top%3A-252px%3B%0A++++++++++margin-left%3A-118px%3B%0A++++++++%7D%0A++++++%3C%2Fstyle%3E%0A++%3C%21%5Bendif%5D--%3E%0A++%3Cdiv+class%3D%22contentarea%22%3E%0A++%3Cdiv+id%3D%22map_canvas%22+style%3D%22width%3A940px%3B+height%3A860px%3B+background-image%3A+url%28files%2Fskiba_pics-basis%2Fmap_940x860.png%29%3B+background-repeat%3Ano-repeat%3B+background-position%3Acenter%3B+padding%3A0%3B+margin%3A00%3B+z-index%3A1000%3B%22%3E%0A%0A%09%3C%21--+Hier+Anzeige+der+Kartenobjekte+--%3E%0A%0A%09%3Cdiv+id%3D%22list-map%22%3E%0A%09%09%3Cdiv+class%3D%22illustratedMap%22%3E%0A++'
  217   193        ASSIGN                                                   !0, !1
  218   194        ASSIGN                                                   !2, 0
  219   195      > JMP                                                      ->361
  221   196    >   PRE_INC                                                  !2
  224   197        FETCH_OBJ_R                                      ~175    !3, 'fields'
        198        FETCH_LIST_R                                     $176    ~175, 0
  222   199        ASSIGN                                                   !4, $176
        200        FETCH_LIST_R                                     $178    ~175, 1
        201        ASSIGN                                                   !5, $178
        202        FETCH_LIST_R                                     $180    ~175, 2
        203        ASSIGN                                                   !6, $180
        204        FETCH_LIST_R                                     $182    ~175, 3
        205        ASSIGN                                                   !7, $182
        206        FETCH_LIST_R                                     $184    ~175, 4
        207        ASSIGN                                                   !8, $184
        208        FETCH_LIST_R                                     $186    ~175, 5
        209        ASSIGN                                                   !9, $186
        210        FETCH_LIST_R                                     $188    ~175, 6
        211        ASSIGN                                                   !10, $188
        212        FETCH_LIST_R                                     $190    ~175, 7
        213        ASSIGN                                                   !11, $190
        214        FETCH_LIST_R                                     $192    ~175, 8
  223   215        ASSIGN                                                   !12, $192
        216        FETCH_LIST_R                                     $194    ~175, 9
        217        ASSIGN                                                   !13, $194
        218        FETCH_LIST_R                                     $196    ~175, 10
        219        ASSIGN                                                   !14, $196
        220        FETCH_LIST_R                                     $198    ~175, 11
        221        ASSIGN                                                   !15, $198
        222        FETCH_LIST_R                                     $200    ~175, 12
  224   223        ASSIGN                                                   !16, $200
        224        FETCH_LIST_R                                     $202    ~175, 13
        225        ASSIGN                                                   !17, $202
        226        FETCH_LIST_R                                     $204    ~175, 14
        227        ASSIGN                                                   !18, $204
        228        FETCH_LIST_R                                     $206    ~175, 15
        229        ASSIGN                                                   !19, $206
        230        FREE                                                     ~175
  226   231        ISSET_ISEMPTY_CV                                         !7
        232      > JMPZ                                                     ~208, ->234
  227   233    >   ASSIGN                                                   !7, '50.0%2C+7.0'
  235   234    >   ASSIGN                                                   !31, !7
  239   235        INIT_FCALL                                               'explode'
        236        SEND_VAL                                                 '%2C+'
        237        SEND_VAR                                                 !31
        238        DO_ICALL                                         $211    
        239        FETCH_LIST_R                                     $212    $211, 0
        240        ASSIGN                                                   !32, $212
        241        FETCH_LIST_R                                     $214    $211, 1
        242        ASSIGN                                                   !33, $214
        243        FREE                                                     $211
  245   244        SUB                                              ~216    50.3813, !32
        245        ASSIGN                                                   !34, ~216
  246   246        SUB                                              ~218    !33, 6.9351
        247        ASSIGN                                              

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.21 ms | 1428 KiB | 27 Q