1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/ext/calendar/tests/skipif.inc
2018-02-10 19:20:23 +01:00

5 lines
93 B
PHP

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