3v4l.org

run code in 300+ PHP versions simultaneously
<?php $limit = 50; for($i = 1; $i <= $limit; $i++){ $f = "<?php echo \"P$i loaded\\n\"; class P$i{ public static function execute_me(){ return \"P$i executed\\n\"; } }"; file_put_contents("P$i.class.php", $f); } function __autoload($class_name) { require_once $class_name . '.class.php'; } function callback($limit, $i = 1){ //class_exists("P$i"); echo call_user_func_array(array("P$i", 'execute_me'), array()); if($i < $limit) callback($limit, $i+1); } callback($limit);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in /in/vTlgB on line 13
Process exited with code 255.
Output for 7.4.33
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /in/vTlgB on line 13 Warning: file_put_contents(P1.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: require_once(P1.class.php): failed to open stream: No such file or directory in /in/vTlgB on line 14 Fatal error: require_once(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /in/vTlgB on line 13 Warning: file_put_contents(): open_basedir restriction in effect. File(P1.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P1.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P2.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P3.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P4.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P5.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P6.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P7.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P8.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P9.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P10.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P11.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P12.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P13.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P14.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P15.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P16.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P17.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P18.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P19.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P20.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P21.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P22.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P23.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P24.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P25.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P26.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P27.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P28.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P29.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P30.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P31.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P32.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P33.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P34.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P35.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P36.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P37.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P38.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P39.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P40.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P41.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P42.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P43.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P44.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P45.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P46.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P47.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P48.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P49.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P50.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: require_once(): open_basedir restriction in effect. File(P1.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 14 Warning: require_once(P1.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 14 Fatal error: require_once(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.2, 7.3.32 - 7.3.33, 7.4.26
Warning: file_put_contents(P1.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: require_once(P1.class.php): failed to open stream: No such file or directory in /in/vTlgB on line 14 Fatal error: require_once(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 7.1.25
Warning: file_put_contents(): open_basedir restriction in effect. File(P1.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P1.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P2.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P3.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P4.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P5.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P6.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P7.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P8.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P9.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P10.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P11.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P12.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P13.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P14.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P15.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P16.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P17.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P18.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P19.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P20.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P21.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P22.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P23.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P24.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P25.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P26.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P27.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P28.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P29.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P30.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P31.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P32.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P33.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P34.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P35.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P36.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P37.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P38.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P39.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P40.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P41.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P42.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P43.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P44.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P45.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P46.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P47.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P48.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P49.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P50.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: require_once(): open_basedir restriction in effect. File(P1.class.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vTlgB on line 14 Warning: require_once(P1.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 14 Fatal error: require_once(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 7.1.20
Warning: file_put_contents(): open_basedir restriction in effect. File(P1.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P1.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P2.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P3.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P4.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P5.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P6.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P7.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P8.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P9.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P10.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P11.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P12.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P13.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P14.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P15.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P16.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P17.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P18.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P19.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P20.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P21.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P22.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P23.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P24.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P25.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P26.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P27.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P28.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P29.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P30.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P31.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P32.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P33.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P34.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P35.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P36.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P37.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P38.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P39.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P40.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P41.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P42.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P43.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P44.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P45.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P46.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P47.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P48.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P49.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: file_put_contents(): open_basedir restriction in effect. File(P50.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 11 Warning: require_once(): open_basedir restriction in effect. File(P1.class.php) is not within the allowed path(s): (/tmp:/in) in /in/vTlgB on line 14 Warning: require_once(P1.class.php): failed to open stream: Operation not permitted in /in/vTlgB on line 14 Fatal error: require_once(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10
Warning: file_put_contents(P1.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Permission denied in /in/vTlgB on line 11 Warning: require_once(P1.class.php): failed to open stream: No such file or directory in /in/vTlgB on line 14 Fatal error: require_once(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Warning: file_put_contents(P1.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P2.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P3.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P4.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P5.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P6.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P7.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P8.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P9.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P10.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P11.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P12.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P13.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P14.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P15.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P16.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P17.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P18.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P19.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P20.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P21.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P22.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P23.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P24.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P25.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P26.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P27.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P28.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P29.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P30.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P31.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P32.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P33.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P34.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P35.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P36.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P37.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P38.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P39.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P40.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P41.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P42.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P43.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P44.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P45.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P46.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P47.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P48.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P49.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: file_put_contents(P50.class.php): failed to open stream: Read-only file system in /in/vTlgB on line 11 Warning: __autoload(P1.class.php): failed to open stream: No such file or directory in /in/vTlgB on line 14 Fatal error: __autoload(): Failed opening required 'P1.class.php' (include_path='.:') in /in/vTlgB on line 14
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: file_put_contents() in /in/vTlgB on line 11
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: file_put_contents() in /in/vTlgB on line 11
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: file_put_contents() in /in/vTlgB on line 11

preferences:
273.12 ms | 401 KiB | 325 Q