summaryrefslogtreecommitdiffstats
path: root/preload-foo.inc
blob: af509e22fa51d5c02e26eaac2b9d45aa9d5a9be8 (plain)
1
2
3
4
5
6
7
<?php
namespace Remi;

class Foo {
	static private $single = NULL;
}