mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
rename .php to .inc
all .php files are deleted on `make clean`
This commit is contained in:
parent
8496060286
commit
2cadc421ae
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $baz = '\\Foo\\Bar\\Baz';
|
|||
new $baz();
|
||||
function __autoload($class) {
|
||||
var_dump($class);
|
||||
require __DIR__ .'/bug46665_autoload.php';
|
||||
require __DIR__ .'/bug46665_autoload.inc';
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue