php-src/tests/classes/autoload_interface.inc
Peter Kokot 5da3ed69a6 Rename *.p5c files to *.inc
When including files in PHP tests a good practice so far has been to use
the *.inc extension. This patch renames few *.p5c files that are
included in phpt files.
2018-09-21 23:21:14 +02:00

8 lines
70 B
PHP

<?php
interface autoload_interface {
function testFunction();
}
?>