3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql = "SELECT `m`.* FROM `searchagent_searchagents` AS `m` WHERE (m.published=1) AND (userId=1) AND (searchXml = '<?xml version=\"1.0\"?>\n<searchagent><investment>1</investment><rent/><sale/><text/><sizeFrom>0</sizeFrom><sizeTo>7000</sizeTo><pricem2From>0</pricem2From><priceallFrom>0</priceallFrom><salespriceFrom>0</salespriceFrom><salespriceTo>55000000</salespriceTo><roiFrom>-10</roiFrom><seats>0</seats><pricePerSeatFrom>0</pricePerSeatFrom><facilities/><category/><subcategory/><subcategoryLabel/><subcategorySelected/><facilitiesLabel/><label>match</label><labeltext>Bedste match</labeltext><sort>desc</sort><latitude>0</latitude><longitude>0</longitude><cities/><municipalities/><favorites/><client/><type>TYPE_OWN_USE</type><previousSlider/></searchagent>\n') LIMIT 1"; $sql = preg_replace("/\"(\\\\\"|[^\"])*\"/Us", '', $sql); echo $sql;
Output for git.master, git.master_jit, rfc.property-hooks
SELECT `m`.* FROM `searchagent_searchagents` AS `m` WHERE (m.published=1) AND (userId=1) AND (searchXml = '<?xml version=?> <searchagent><investment>1</investment><rent/><sale/><text/><sizeFrom>0</sizeFrom><sizeTo>7000</sizeTo><pricem2From>0</pricem2From><priceallFrom>0</priceallFrom><salespriceFrom>0</salespriceFrom><salespriceTo>55000000</salespriceTo><roiFrom>-10</roiFrom><seats>0</seats><pricePerSeatFrom>0</pricePerSeatFrom><facilities/><category/><subcategory/><subcategoryLabel/><subcategorySelected/><facilitiesLabel/><label>match</label><labeltext>Bedste match</labeltext><sort>desc</sort><latitude>0</latitude><longitude>0</longitude><cities/><municipalities/><favorites/><client/><type>TYPE_OWN_USE</type><previousSlider/></searchagent> ') LIMIT 1

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
31.46 ms | 403 KiB | 8 Q