mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
Add skipif
This commit is contained in:
parent
50fc27d119
commit
42fd7352fb
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
hash_copy() basic tests
|
||||
--SKIPIF--
|
||||
<?php extension_loaded('hash') or die('skip'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
hash_copy() errors
|
||||
--SKIPIF--
|
||||
<?php extension_loaded('hash') or die('skip'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user