mirror of
https://github.com/php/php-src.git
synced 2024-12-16 13:26:19 +08:00
Fixing SKIPIF
This commit is contained in:
parent
6277b2857a
commit
696a1bdc07
@ -2,7 +2,7 @@
|
||||
Test posix_getpgid() function : error conditions
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if((!extension_loaded("posix")) || (!function_exists(posix_getpgid))) {
|
||||
if((!extension_loaded("posix")) || (!function_exists("posix_getpgid"))) {
|
||||
print "skip - POSIX extension not loaded or posix_getpgid() does not exist";
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user