--- embedaddon/php/ext/standard/tests/general_functions/proc_nice_error.phpt 2012/02/21 23:48:04 1.1.1.1 +++ embedaddon/php/ext/standard/tests/general_functions/proc_nice_error.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -6,20 +6,23 @@ if(!function_exists('proc_nice')) die("skip. proc_nice ?> --FILE-- --EXPECTF-- -Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in %s on line %d +*** Test by calling method or function with incorrect numbers of arguments *** + +Warning: proc_nice() expects exactly 1 parameter, 2 given in %s line %d +bool(false) + +Warning: proc_nice() expects exactly 1 parameter, 0 given in %s line %d +bool(false)