1<?php 2 3set_error_handler(function($_, $m) { 4 static $x; 5 var_dump($m); 6}); 7 8opcache_compile_file(__DIR__ . '/preload_error_handler_ind.inc'); 9