Skip to content

Instantly share code, notes, and snippets.

@fluxsauce
Created October 14, 2014 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fluxsauce/797f47e5765ffa11c7ed to your computer and use it in GitHub Desktop.
Save fluxsauce/797f47e5765ffa11c7ed to your computer and use it in GitHub Desktop.
Demonstrating that PHP errors do not break APC file cache
<tt><pre>
<?php
include_once 'notice.php';
include_once 'warning.php';
$info = apc_cache_info();
var_dump($info);
<?php
$array['undefined'];
<?php
fopen();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment