<?php register_shutdown_function(function(){ //即便是 index1.php 里边发生语法错误,依旧会执行 }); include ‘index1.php‘;
php代码奇巧淫技
原文:https://www.cnblogs.com/echo2213/p/12370011.html