3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('memory_limit', 'I am a little pony'); var_dump(ini_get('memory_limit'));
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Invalid "memory_limit" setting. Invalid quantity "I am a little pony": no valid leading digits, interpreting as "0" for backwards compatibility in /in/eRkc8 on line 3 Warning: Failed to set memory limit to 0 bytes (Current memory usage is 2097152 bytes) in /in/eRkc8 on line 3 string(3) "64M"
Output for 8.1.0 - 8.1.28
Warning: Failed to set memory limit to 0 bytes (Current memory usage is 2097152 bytes) in /in/eRkc8 on line 3 string(3) "64M"
Output for 5.2.1 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.30, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
string(18) "I am a little pony"
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0
string(0) ""

preferences:
242.79 ms | 402 KiB | 386 Q