3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "Lorem ipsum shizzle ma nizle"; echo "\n\n\n"; echo (((gzcompress($data,strlen($data))))) . PHP_EOL . PHP_EOL; echo "\n\n\n"; echo (((gzdeflate($data,strlen($data))))) . PHP_EOL . PHP_EOL; echo "\n\n\n"; echo (((gzencode($data,strlen($data),FORCE_GZIP)))) . PHP_EOL . PHP_EOL; echo "\n\n\n"; echo (((gzencode($data,strlen($data),FORCE_DEFLATE)))) . PHP_EOL . PHP_EOL; echo "\n\n\n";
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ValueError: gzcompress(): Argument #2 ($level) must be between -1 and 9 in /in/HIvbn:5 Stack trace: #0 /in/HIvbn(5): gzcompress('Lorem ipsum shi...', 28) #1 {main} thrown in /in/HIvbn on line 5
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:
38.25 ms | 401 KiB | 8 Q