summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_process_title.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/php_cli_process_title.h')
-rw-r--r--sapi/cli/php_cli_process_title.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sapi/cli/php_cli_process_title.h b/sapi/cli/php_cli_process_title.h
index c2fed7b817..c286f401c7 100644
--- a/sapi/cli/php_cli_process_title.h
+++ b/sapi/cli/php_cli_process_title.h
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
- +----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -19,13 +17,6 @@
#ifndef PHP_PS_TITLE_HEADER
#define PHP_PS_TITLE_HEADER
-ZEND_BEGIN_ARG_INFO(arginfo_cli_set_process_title, 0)
- ZEND_ARG_INFO(0, title)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_cli_get_process_title, 0)
-ZEND_END_ARG_INFO()
-
PHP_FUNCTION(cli_set_process_title);
PHP_FUNCTION(cli_get_process_title);