]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Mon, 19 May 2003 04:57:08 +0000 (04:57 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 19 May 2003 04:57:08 +0000 (04:57 +0000)
ext/standard/tests/strings/crypt.phpt

index 06f3e941b9e5feab400f4085cd3da56c39babb53..5368178e11b813914938d8df108642a2b690d6d0 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 crypt() function
+--SKIPIF--
+<?php
+if (!function_exists('crypt')) {
+       die("SKIP crypt() is not available");
+}
+?> 
 --FILE--
 <?php