diff options
author | Antony Dovgal <tony2001@php.net> | 2008-12-11 10:58:14 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-12-11 10:58:14 +0000 |
commit | 2cadc421ae54ab87031f52a0f00554cc3c06fa9f (patch) | |
tree | a2959f060989bc284f6ad6389a4623a9ac3d705a /Zend/tests | |
parent | 8496060286b191281718da06de2661fa337e84ea (diff) | |
download | php-git-2cadc421ae54ab87031f52a0f00554cc3c06fa9f.tar.gz |
rename .php to .inc
all .php files are deleted on `make clean`
Diffstat (limited to 'Zend/tests')
-rw-r--r-- | Zend/tests/bug46665.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/bug46665_autoload.inc (renamed from Zend/tests/bug46665_autoload.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug46665.phpt b/Zend/tests/bug46665.phpt index 994ea8b795..8e7fc086dd 100644 --- a/Zend/tests/bug46665.phpt +++ b/Zend/tests/bug46665.phpt @@ -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'; } ?> diff --git a/Zend/tests/bug46665_autoload.php b/Zend/tests/bug46665_autoload.inc index 092b272964..092b272964 100644 --- a/Zend/tests/bug46665_autoload.php +++ b/Zend/tests/bug46665_autoload.inc |