<?php $str = str_repeat('a', 1024 * 1024); // $str = str_repeat('a', 1024); $temp = preg_replace('#.*?^-+[^-]+-+[\r\n ]*$#ms', '', $str, 1); if (preg_last_error() == PREG_BACKTRACK_LIMIT_ERROR) { echo "Backtrack limit was exhausted!\n\n"; } echo strlen($temp);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`