1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
archived-php-src/ext/calendar/tests/skipif.inc
T
2020-02-03 22:52:20 +01:00

5 lines
96 B
PHP

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