3v4l.org

run code in 300+ PHP versions simultaneously
<?php $soarspirit = array( xmlrpc=>'http://direct.soarspirit.com/xmlrpc.php', username=>'soarspirit', password=>'87712579a', categories=>array('Baby','Beauty','Electronics','Home Improvement','Kitchen','Appliances') ); $smallappliancesreviews = array( xmlrpc=>'http://direct.smallappliancesreviews.com/xmlrpc.php', username=>'jesselee', password=>'lijinsong123', categories=>array('Air Purifier','Blender','Bread Maker','Coffee Maker','Dehumidifier','Electric Kettle','Fan','Food Processor','Humidifier','Ice Cream Maker','Juicer','Rice Cooker','Sausage Maker','Slow Cooker','Stand Mixer','Toaster','Vacuum Cleaner','Waffle Maker') ); $majorappliancesreviews = array( xmlrpc=>'http://direct.majorappliancesreviews.com/xmlrpc.php', username=>'jesselee', password=>'lijinsong123', categories=>array('Air Conditioner','Cooking Range','Dishwasher','Microwave','Rang Hood','Refrigerator','TV','Washing Machine','Water Heater','Wine Cooler') ); $test = array( xmlrpc =>'http://www.test.com/xmlrpc.php', username=>'admin', password=>'123456', categories=>array('apple') ); $sites = array('test.com'=>$test,'soarspirit.com'=>$soarspirit,'smallappliancesreviews.com'=>$smallappliancesreviews,'majorappliancesreviews.com'=>$majorappliancesreviews); echo json_encode($sites);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "xmlrpc" in /in/Iv5UY:3 Stack trace: #0 {main} thrown in /in/Iv5UY on line 3
Process exited with code 255.

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:
42.55 ms | 401 KiB | 8 Q