1--TEST--
2cli_get_process_title() function : error conditions
3--CREDITS--
4Patrick Allaert patrickallaert@php.net
5@nephp #nephp17
6--SKIPIF--
7<?php
8if (PHP_SAPI !== "cli")
9  die("skip");
10?>
11--FILE--
12<?php
13cli_get_process_title("foo");
14?>
15--EXPECTF--
16Warning: cli_get_process_title() expects exactly 0 parameters, 1 given in %scli_get_process_title_error.php on line 2
17