1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/ext/calendar/tests/skipif.inc
T
Ilia Alshanetsky bac9ab777e One check is enough.
2005-10-27 14:06:39 +00:00

5 lines
96 B
PHP

<?php
if(!extension_loaded("calendar"))
print "skip - CALENDAR extension not available";
?>