3v4l.org

run code in 300+ PHP versions simultaneously
<?php class user_filter extends php_user_filter { function filter($in, $out, &$consumed, $closing) { while($bucket = stream_bucket_make_writeable($in)) { } fclose($this->stream); } } stream_filter_register('user_filter','user_filter'); $fd = fopen('php://memory','w+'); $filter = stream_filter_append($fd, 'user_filter'); echo fwrite($fd, "foo"); echo fread($fd, 3);
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Deprecated: Return type of user_filter::filter($in, $out, &$consumed, $closing) should either be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/DZK9D on line 3 Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Fatal error: Uncaught TypeError: fclose(): supplied resource is not a valid stream resource in /in/DZK9D:6 Stack trace: #0 /in/DZK9D(6): fclose(Resource id #5) #1 [internal function]: user_filter->filter(Resource id #12, Resource id #13, 0, true) #2 {main} thrown in /in/DZK9D on line 6
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Deprecated: Return type of user_filter::filter($in, $out, &$consumed, $closing) should either be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/DZK9D on line 3 Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Fatal error: Uncaught TypeError: fclose(): supplied resource is not a valid stream resource in /in/DZK9D:6 Stack trace: #0 /in/DZK9D(6): fclose(Resource id #5) #1 [internal function]: user_filter->filter(Resource id #12, Resource id #13, 0, true) #2 {main} thrown in /in/DZK9D on line 6
Process exited with code 255.
Output for 8.0.13 - 8.0.30
Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Fatal error: Uncaught TypeError: fclose(): supplied resource is not a valid stream resource in /in/DZK9D:6 Stack trace: #0 /in/DZK9D(6): fclose(Resource id #5) #1 [internal function]: user_filter->filter(Resource id #14, Resource id #15, 0, true) #2 {main} thrown in /in/DZK9D on line 6
Process exited with code 255.
Output for 8.0.3, 8.0.6 - 8.0.9, 8.0.11 - 8.0.12
Fatal error: Uncaught TypeError: fread(): supplied resource is not a valid stream resource in /in/DZK9D:13 Stack trace: #0 /in/DZK9D(13): fread(Resource id #5, 3) #1 {main} thrown in /in/DZK9D on line 13
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 8.0.0 - 8.0.2, 8.0.5, 8.0.10

Process exited with code 139.
Output for 7.4.26 - 7.4.33
Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 Warning: fclose(): supplied resource is not a valid stream resource in /in/DZK9D on line 6
Output for 7.4.0 - 7.4.25
Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.13 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
0 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.12
140226559668464 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.11
140492434501872 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.10
139742079807728 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.9
139819342975216 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.8
140053070565616 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.7
140688509718768 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.6
140392628834544 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.5
140615478497520 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.4
140575676649712 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.3
140263041618160 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.2
139930301190384 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.1
139961808802032 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 7.0.0
139942357717232 Warning: fread(): supplied resource is not a valid stream resource in /in/DZK9D on line 13
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29
Warning: fclose(): 5 is not a valid stream resource in /in/DZK9D on line 6 0 Warning: fread(): 5 is not a valid stream resource in /in/DZK9D on line 13
Output for 5.1.4 - 5.1.6, 5.2.0 - 5.2.2
Warning: fclose(): 2 is not a valid stream resource in /in/DZK9D on line 6 0 Warning: fread(): 2 is not a valid stream resource in /in/DZK9D on line 13
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.3
Warning: fopen(php://memory): failed to open stream: Success in /in/DZK9D on line 10 Warning: stream_filter_append() expects parameter 1 to be resource, boolean given in /in/DZK9D on line 11 Warning: fwrite(): supplied argument is not a valid stream resource in /in/DZK9D on line 12 Warning: fread(): supplied argument is not a valid stream resource in /in/DZK9D on line 13
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Class user_filter: Cannot inherit from undefined class php_user_filter in /in/DZK9D on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Class user_filter: Cannot inherit from undefined class php_user_filter in /in/DZK9D on line 2

preferences:
304.44 ms | 401 KiB | 455 Q