3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Setup $count = 1000; function camelcaseCurrent($file) { $r1 = ucwords(str_replace(array('_', '-', '/'), ' ', $file)); $r2 = str_replace(' ', '', $r1); return $r2; } function camelcaseNew($file) { $file = str_replace('_', ' ', $file); $file = str_replace('-', ' ', $file); $file = str_replace('/', ' ', $file); $r1 = ucwords(file); $r2 = str_replace(' ', '', $r1); return $r2; } // Warm up for($i = 0; $i < $count; $i++) { camelcaseCurrent('asset_library'); camelcaseNew('asset_library'); } // Test - current $t0 = microtime(true); for($i = 0; $i < $count; $i++) { camelcaseCurrent('asset_library'); } $deltaCurrent = microtime(true) - $t0; // Test - new $t0 = microtime(true); for($i = 0; $i < $count; $i++) { camelcaseNew('asset_library'); } $deltaNew = microtime(true) - $t0; echo "case current: ", round($deltaCurrent * 1000, 2), " ms\n"; echo "case new: ", round($deltaNew * 1000, 2), " ms\n"; echo "new gain: ", round($deltaNew * 100 / $deltaCurrent - 100, 2), " %\n";
Output for 7.2.0
Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on line 15 Warning: Use of undefined constant file - assumed 'file' (this will throw an Error in a future version of PHP) in /in/LlK6o on
Process exited with code 137.
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 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.28, 7.0.14 - 7.0.20, 7.1.0 - 7.1.7
Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - as
Process exited with code 137.
Output for 5.6.8 - 5.6.21, 7.0.0 - 7.0.6
Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15 Notice: Use of undefined constant file - assumed 'file' in /in/LlK6o on line 15
Process exited with code 137.

preferences:
236.06 ms | 437 KiB | 174 Q