summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/proc_nice_error.phpt
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-01-24 12:05:58 +0000
committerPierre Joye <pajoye@php.net>2010-01-24 12:05:58 +0000
commitebe64b427be8869414f53fecfefd60c983042192 (patch)
tree352c3b72be7265224f6d5bae0dc0083828c579e2 /ext/standard/tests/general_functions/proc_nice_error.phpt
parentcbf581872086a049e68310d893e416e1a1c52034 (diff)
downloadphp-git-ebe64b427be8869414f53fecfefd60c983042192.tar.gz
- skip if proc_nice is not available
Diffstat (limited to 'ext/standard/tests/general_functions/proc_nice_error.phpt')
-rw-r--r--ext/standard/tests/general_functions/proc_nice_error.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/proc_nice_error.phpt b/ext/standard/tests/general_functions/proc_nice_error.phpt
index c50812c863..09f84fa552 100644
--- a/ext/standard/tests/general_functions/proc_nice_error.phpt
+++ b/ext/standard/tests/general_functions/proc_nice_error.phpt
@@ -1,5 +1,9 @@
--TEST--
Test function proc_nice() by calling it more than or less than its expected arguments
+--SKIPIF--
+<?php
+if(!function_exists('proc_nice')) die("skip. proc_nice not available ");
+?>
--FILE--
<?php