1<?php2/**3* Polyfill for SPL autoload feature. This file is separate to prevent compiler notices4* on the deprecated __autoload() function.5*6* See https://core.trac.wordpress.org/ticket/411347*8* @deprecated 5.3.0 No longer needed as the minimum PHP requirement has moved beyond PHP 5.3.9*10* @package PHP11* @access private12*/1314_deprecated_file( basename( __FILE__ ), '5.3.0', '', 'SPL can no longer be disabled as of PHP 5.3.' );15