diff options
author | Marcus Boerger <helly@php.net> | 2005-01-08 13:46:18 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-01-08 13:46:18 +0000 |
commit | 344d2210c2d0926d9acb512c34d843323db77aee (patch) | |
tree | 5b513f9503a3f56896179901ff4fb614ace10dbc | |
parent | 01d6db92fc323814939cb5799b5d7fff6744fef4 (diff) | |
download | php-git-344d2210c2d0926d9acb512c34d843323db77aee.tar.gz |
- Unify
-rwxr-xr-x | ext/standard/tests/serialize/bug30234.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/serialize/bug30234.phpt b/ext/standard/tests/serialize/bug30234.phpt index 37fc8cde3c..9b40cc54b3 100755 --- a/ext/standard/tests/serialize/bug30234.phpt +++ b/ext/standard/tests/serialize/bug30234.phpt @@ -1,5 +1,5 @@ --TEST-- -#30234 (__autoload() not invoked for interfaces) +Bug #30234 (__autoload() not invoked for interfaces) --SKIPIF-- <?php if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already'); |