mirror of
https://github.com/php/php-src.git
synced 2025-01-05 18:33:56 +08:00
5da3ed69a6
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.
11 lines
81 B
PHP
11 lines
81 B
PHP
<?php
|
|
|
|
class autoload_root {
|
|
function testFunction()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
?>
|