diff options
Diffstat (limited to 'ext/spl/examples/autoload.inc')
-rw-r--r-- | ext/spl/examples/autoload.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/autoload.inc b/ext/spl/examples/autoload.inc index 2ccd0d1be8..0dc423199e 100644 --- a/ext/spl/examples/autoload.inc +++ b/ext/spl/examples/autoload.inc @@ -47,4 +47,4 @@ function __autoload($classname) { fprintf(STDERR, 'Class not found ('.$classname.")\n"); } -?>
\ No newline at end of file +?> |