diff options
author | Marcus Boerger <helly@php.net> | 2003-12-29 12:36:31 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-12-29 12:36:31 +0000 |
commit | 23191fb208456ada6bf881edc5155fa73ce9d2a7 (patch) | |
tree | ad1e76ba436a49924bf8ba8d37f00b8571b653b5 /tests/classes/autoload_root.p5c | |
parent | 03e039b19d7fcf7880eb0b56c82661ec6d50bac8 (diff) | |
download | php-git-23191fb208456ada6bf881edc5155fa73ce9d2a7.tar.gz |
Add some __autoload() tests.
Diffstat (limited to 'tests/classes/autoload_root.p5c')
-rwxr-xr-x | tests/classes/autoload_root.p5c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/classes/autoload_root.p5c b/tests/classes/autoload_root.p5c new file mode 100755 index 0000000000..9559d36d32 --- /dev/null +++ b/tests/classes/autoload_root.p5c @@ -0,0 +1,10 @@ +<?php + +class autoload_root { + function testFunction() + { + return true; + } +} + +?>
\ No newline at end of file |