mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

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.
7 lines
70 B
PHP
7 lines
70 B
PHP
<?php
|
|
|
|
interface autoload_interface {
|
|
function testFunction();
|
|
}
|
|
|
|
?>
|