mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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.
6 lines
60 B
PHP
6 lines
60 B
PHP
<?php
|
|
|
|
class autoload_derived extends autoload_root {
|
|
}
|
|
|
|
?>
|