Added skip condition.

This commit is contained in:
Ilia Alshanetsky 2003-05-19 04:57:01 +00:00
parent 57f01b14e9
commit 8e3772a827

View File

@ -1,5 +1,11 @@
--TEST--
crypt() function
--SKIPIF--
<?php
if (!function_exists('crypt')) {
die("SKIP crypt() is not available");
}
?>
--FILE--
<?php