Changeset 1405
- Timestamp:
- 06/09/06 14:51:52 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/view/escaper/sfOutputEscaperArrayDecorator.class.php
r1209 r1405 10 10 11 11 // fix for PHP 5.0 (no Countable interface) 12 if (!in _array('Countable', spl_classes()))12 if (!interface_exists('Countable', false)) 13 13 { 14 14 interface Countable