3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serializedStr = 'a:1:{i:0;O:8:"stdClass":4:{s:7:"created";b:0;s:6:"errors";a:1:{i:0;O:8:"stdClass":2:{s:7:"message";s:90:"Cannot Change Lead Status from pitch scheduled, until all todays appointments are resolved";s:10:"statusCode";s:33:"FIELD_CUSTOM_VALIDATION_EXCEPTION";}}s:2:"id";N;s:7:"success";b:0;}'; $data = preg_replace('!s:(\d+):"(.*?)";!e', "'s:'.strlen('$2').':\"$2\";'", $serializedStr); var_dump(unserialize($data)); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /in/G1jdB on line 4 Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /in/G1jdB on line 5 bool(false)

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:
56.48 ms | 402 KiB | 8 Q