mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Skip test if the function to test is not available
#- Perhaps we need some infrastructure for this...
This commit is contained in:
parent
83e9f23182
commit
a50e9acd8e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ proc_open
|
|||
--SKIPIF--
|
||||
<?php # vim:syn=php
|
||||
if (!is_executable("/bin/cat")) echo "skip";
|
||||
if (!function_exists("proc_open")) echo "skip proc_open() is not available";
|
||||
?>
|
||||
--POST--
|
||||
--GET--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue