@ -5,7 +5,7 @@ declare(strict_types = 1);
/**
* @author Robert Strutts <Robert@TryingToScale.com>
* @copyright Copyright (c) 2022, Robert Strutts.
* @license https://mit-license.org/
* @license MIT
*/
namespace prj\mockup\controllers\app;
@ -5,7 +5,7 @@ declare(strict_types=1);
@ -38,6 +38,10 @@ class home_ctrl {
$view->render($this);
}
public function test(int $id) {
echo $id;
public function opcache_check() {
\tts\common::dump(opcache_get_status(true));
// print_r(realpath_cache_get());