mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update skipif
This commit is contained in:
parent
c038ac2251
commit
631055c459
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
--TEST--
|
||||
imap_utf8_to_mutf7
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("imap")) print "skip"; ?>
|
||||
<?php if (!function_exists("imap_utf8_to_mutf7")) print "skip"; ?>
|
||||
<?php if (!extension_loaded("imap")) print "skip imap extension not loaded"; ?>
|
||||
<?php if (!function_exists("imap_utf8_to_mutf7")) print "skip imap_utf8_to_mutf7() not available"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue