-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/general_functions/
File Upload :
Current File : //usr/src/php/ext/standard/tests/general_functions/proc_nice_error.phpt

--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


echo "*** Test by calling method or function with incorrect numbers of arguments ***\n"

$priority = 


$extra_arg = 

var_dump(proc_nice( $priority, $extra_arg ) );

var_dump(proc_nice(  ) );


?>
--EXPECTF--
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee