Created
October 14, 2014 04:13
-
-
Save fluxsauce/797f47e5765ffa11c7ed to your computer and use it in GitHub Desktop.
Demonstrating that PHP errors do not break APC file cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tt><pre> | |
<?php | |
include_once 'notice.php'; | |
include_once 'warning.php'; | |
$info = apc_cache_info(); | |
var_dump($info); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$array['undefined']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
fopen(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment