mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
3rd arg to define() is optional
This commit is contained in:
parent
56b0d6f3a0
commit
1201be392f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_error_reporting, 0, 0, 0)
|
||||||
ZEND_ARG_INFO(0, new_error_level)
|
ZEND_ARG_INFO(0, new_error_level)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_define, 0, 0, 3)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_define, 0, 0, 2)
|
||||||
ZEND_ARG_INFO(0, constant_name)
|
ZEND_ARG_INFO(0, constant_name)
|
||||||
ZEND_ARG_INFO(0, value)
|
ZEND_ARG_INFO(0, value)
|
||||||
ZEND_ARG_INFO(0, case_insensitive)
|
ZEND_ARG_INFO(0, case_insensitive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue