3v4l.org

run code in 300+ PHP versions simultaneously
<?php $val = '{"datetime":1409156156,"name":"\/work\/consumerr\/test-project\/php\/index.php","time":0.0055620670318604,"memory":176944,"url":"http:\/\/localhost\/work\/consumerr\/test-project\/php\/","backgroundJob":false,"versions":{"php":10100},"type":0,"events":[],"errors":[],"parts":[],"serverName":"localhost","remoteAddr":"127.0.0.1","userAgent":"Mozilla\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/36.0.1985.143 Safari\/537.36","token":"52462459369970373610","secret":"lm9lbfaasqofrzka71qetaetrfvw3baid42c8ew82kcnct6hqe","recieved":"2014-08-27 18:15:56"}'; $val = json_decode($val); echo strlen(json_encode($val)); echo "\n"; echo strlen(gzcompress(serialize($val))); echo "\n"; echo strlen(base64_encode(gzcompress(serialize($val)))); echo "\n";echo gzcompress(($val));
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
582 467 624 Fatal error: Uncaught TypeError: gzcompress(): Argument #1 ($data) must be of type string, stdClass given in /in/36oU0:8 Stack trace: #0 /in/36oU0(8): gzcompress(Object(stdClass)) #1 {main} thrown in /in/36oU0 on line 8
Process exited with code 255.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
582 467 624 Warning: gzcompress() expects parameter 1 to be string, object given in /in/36oU0 on line 8
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33
582 469 628 Warning: gzcompress() expects parameter 1 to be string, object given in /in/36oU0 on line 8
Output for 5.2.4 - 5.2.17, 5.3.0 - 5.3.29
582 475 636 Warning: gzcompress() expects parameter 1 to be string, object given in /in/36oU0 on line 8
Output for 5.2.0 - 5.2.3
577 475 636 Warning: gzcompress() expects parameter 1 to be string, object given in /in/36oU0 on line 8
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function json_decode() in /in/36oU0 on line 4
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: json_decode() in /in/36oU0 on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: json_decode() in /in/36oU0 on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: json_decode() in /in/36oU0 on line 4

preferences:
316.34 ms | 401 KiB | 459 Q