From 80c6ba26e3fe83174a0e7dce367d8a39aa093ae1 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 26 Sep 2018 15:35:38 +0200 Subject: Remove and refactor ext/spl/examples - Test file from ext/spl/examples has been moved to ext/spl/tests - Other custom SPL examples and implementations were removed in favor of the PHP manual. --- ext/spl/examples/autoload.inc | 50 ------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 ext/spl/examples/autoload.inc (limited to 'ext/spl/examples/autoload.inc') diff --git a/ext/spl/examples/autoload.inc b/ext/spl/examples/autoload.inc deleted file mode 100644 index 2ccd0d1be8..0000000000 --- a/ext/spl/examples/autoload.inc +++ /dev/null @@ -1,50 +0,0 @@ - \ No newline at end of file -- cgit v1.2.1