mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +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--
|
--SKIPIF--
|
||||||
<?php # vim:syn=php
|
<?php # vim:syn=php
|
||||||
if (!is_executable("/bin/cat")) echo "skip";
|
if (!is_executable("/bin/cat")) echo "skip";
|
||||||
|
if (!function_exists("proc_open")) echo "skip proc_open() is not available";
|
||||||
?>
|
?>
|
||||||
--POST--
|
--POST--
|
||||||
--GET--
|
--GET--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue