3v4l.org

run code in 300+ PHP versions simultaneously
<?php $groups_json = false; $handle = fopen( '/tmp/test.json', 'w' ); fwrite( $handle, '{Personal Data Export for tester@test.com:' ); fwrite( $handle, $groups_json ); fwrite( $handle, '}' ); fclose( $handle ); var_dump( file_get_contents( '/tmp/test.json' ) );

preferences:
25.48 ms | 408 KiB | 5 Q