3v4l.org

run code in 300+ PHP versions simultaneously
<?php class HistoryBlob {} class ConcatenatedGzipHistoryBlob extends HistoryBlob { var $mVersion = 0, $mCompressed = false, $mItems = array(), $mDefaultHash = ''; } $blob = new ConcatenatedGzipHistoryBlob(); $blob->mItems[] = 'foo'; print serialize($blob);
Output for git.master, git.master_jit, rfc.property-hooks
O:27:"ConcatenatedGzipHistoryBlob":4:{s:8:"mVersion";i:0;s:11:"mCompressed";b:0;s:6:"mItems";a:1:{i:0;s:3:"foo";}s:12:"mDefaultHash";s:0:"";}

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:
76.58 ms | 405 KiB | 5 Q