1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/spl/tests/countable_class_basic1.phpt
2018-10-14 19:44:14 +02:00

30 lines
404 B
PHP

--TEST--
SPL: Test shape of interface Countable.
--FILE--
<?php
ReflectionClass::export('Countable');
?>
--EXPECTF--
Interface [ <internal%s> interface Countable ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [0] {
}
- Methods [1] {
Method [ <internal%s> abstract public method count ] {
- Parameters [0] {
}
}
}
}