3v4l.org

run code in 300+ PHP versions simultaneously
<?php $buf = ''; report_memory(__LINE__); $buf = file_get_contents('./20MB.pdf'); report_memory(__LINE__); example($buf); report_memory(__LINE__); example2($buf); report_memory(__LINE__); function example($str) { report_memory(__LINE__); is_string($str); report_memory(__LINE__); } function example2(& $str) { report_memory(__LINE__); is_string($str); report_memory(__LINE__); } function report_memory($line=0) { echo 'Line: ' . str_pad($line,3) . ' '; echo 'Mem: ' . str_pad(intval(memory_get_usage()/1024 ) . 'K',8) . ' '; echo 'Peak: ' . str_pad(intval(memory_get_peak_usage()/1024) . 'K',8) . ' '; echo "\n"; }
Output for 7.3.0 - 7.3.1
Line: 4 Mem: 381K Peak: 418K Warning: file_get_contents(): open_basedir restriction in effect. File(./20MB.pdf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ZpUol on line 6 Warning: file_get_contents(./20MB.pdf): failed to open stream: Operation not permitted in /in/ZpUol on line 6 Line: 7 Mem: 381K Peak: 418K Line: 16 Mem: 381K Peak: 418K Line: 18 Mem: 381K Peak: 418K Line: 10 Mem: 381K Peak: 418K Line: 22 Mem: 381K Peak: 418K Line: 24 Mem: 381K Peak: 418K Line: 13 Mem: 381K Peak: 418K
Output for 7.2.0 - 7.2.13
Line: 4 Mem: 377K Peak: 413K Warning: file_get_contents(): open_basedir restriction in effect. File(./20MB.pdf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ZpUol on line 6 Warning: file_get_contents(./20MB.pdf): failed to open stream: Operation not permitted in /in/ZpUol on line 6 Line: 7 Mem: 377K Peak: 413K Line: 16 Mem: 377K Peak: 413K Line: 18 Mem: 377K Peak: 413K Line: 10 Mem: 377K Peak: 413K Line: 22 Mem: 377K Peak: 413K Line: 24 Mem: 377K Peak: 413K Line: 13 Mem: 377K Peak: 413K
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.25
Line: 4 Mem: 341K Peak: 377K Warning: file_get_contents(): open_basedir restriction in effect. File(./20MB.pdf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ZpUol on line 6 Warning: file_get_contents(./20MB.pdf): failed to open stream: Operation not permitted in /in/ZpUol on line 6 Line: 7 Mem: 341K Peak: 377K Line: 16 Mem: 341K Peak: 377K Line: 18 Mem: 341K Peak: 377K Line: 10 Mem: 341K Peak: 377K Line: 22 Mem: 341K Peak: 377K Line: 24 Mem: 341K Peak: 377K Line: 13 Mem: 341K Peak: 377K
Output for 5.6.0 - 5.6.38
Line: 4 Mem: 218K Peak: 224K Warning: file_get_contents(): open_basedir restriction in effect. File(./20MB.pdf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ZpUol on line 6 Warning: file_get_contents(./20MB.pdf): failed to open stream: Operation not permitted in /in/ZpUol on line 6 Line: 7 Mem: 218K Peak: 224K Line: 16 Mem: 218K Peak: 224K Line: 18 Mem: 218K Peak: 224K Line: 10 Mem: 218K Peak: 224K Line: 22 Mem: 218K Peak: 224K Line: 24 Mem: 218K Peak: 224K Line: 13 Mem: 218K Peak: 224K
Output for 5.5.0 - 5.5.38
Line: 4 Mem: 218K Peak: 224K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 218K Peak: 224K Line: 16 Mem: 218K Peak: 224K Line: 18 Mem: 218K Peak: 224K Line: 10 Mem: 218K Peak: 224K Line: 22 Mem: 218K Peak: 224K Line: 24 Mem: 218K Peak: 224K Line: 13 Mem: 218K Peak: 224K
Output for 5.4.0 - 5.4.45
Line: 4 Mem: 219K Peak: 224K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 219K Peak: 224K Line: 16 Mem: 219K Peak: 224K Line: 18 Mem: 219K Peak: 224K Line: 10 Mem: 219K Peak: 224K Line: 22 Mem: 219K Peak: 224K Line: 24 Mem: 219K Peak: 224K Line: 13 Mem: 219K Peak: 224K
Output for 5.3.0 - 5.3.29
Line: 4 Mem: 615K Peak: 624K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 615K Peak: 624K Line: 16 Mem: 615K Peak: 624K Line: 18 Mem: 615K Peak: 624K Line: 10 Mem: 615K Peak: 624K Line: 22 Mem: 615K Peak: 624K Line: 24 Mem: 615K Peak: 624K Line: 13 Mem: 615K Peak: 624K
Output for 5.2.10 - 5.2.17
Line: 4 Mem: 85K Peak: 94K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 86K Peak: 94K Line: 16 Mem: 86K Peak: 94K Line: 18 Mem: 86K Peak: 94K Line: 10 Mem: 86K Peak: 94K Line: 22 Mem: 86K Peak: 94K Line: 24 Mem: 86K Peak: 94K Line: 13 Mem: 86K Peak: 94K
Output for 5.2.7 - 5.2.9
Line: 4 Mem: 86K Peak: 94K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 87K Peak: 94K Line: 16 Mem: 88K Peak: 94K Line: 18 Mem: 88K Peak: 94K Line: 10 Mem: 88K Peak: 94K Line: 22 Mem: 88K Peak: 94K Line: 24 Mem: 88K Peak: 94K Line: 13 Mem: 88K Peak: 94K
Output for 5.2.3 - 5.2.6
Line: 4 Mem: 87K Peak: 94K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 88K Peak: 94K Line: 16 Mem: 88K Peak: 94K Line: 18 Mem: 88K Peak: 94K Line: 10 Mem: 88K Peak: 94K Line: 22 Mem: 88K Peak: 94K Line: 24 Mem: 88K Peak: 94K Line: 13 Mem: 88K Peak: 94K
Output for 5.2.1 - 5.2.2
Line: 4 Mem: 85K Peak: 92K Warning: file_get_contents(./20MB.pdf): failed to open stream: No such file or directory in /in/ZpUol on line 6 Line: 7 Mem: 86K Peak: 92K Line: 16 Mem: 86K Peak: 92K Line: 18 Mem: 86K Peak: 92K Line: 10 Mem: 86K Peak: 92K Line: 22 Mem: 86K Peak: 92K Line: 24 Mem: 86K Peak: 92K Line: 13 Mem: 86K Peak: 92K
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0
Line: 4 Fatal error: Call to undefined function memory_get_usage() in /in/ZpUol on line 29
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Line: 4 Fatal error: Call to undefined function: memory_get_usage() in /in/ZpUol on line 29
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Line: 4 Fatal error: Call to undefined function: memory_get_usage() in /in/ZpUol on line 29
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Line: 4 Fatal error: Call to undefined function: memory_get_usage() in /in/ZpUol on line 29

preferences:
181.12 ms | 401 KiB | 288 Q