mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Missed one line in merge
This commit is contained in:
parent
e4869828a7
commit
d34b08646d
1 changed files with 1 additions and 0 deletions
|
@ -558,6 +558,7 @@ static
|
|||
ZEND_BEGIN_ARG_INFO_EX(arginfo_exception___construct, 0, 0, 0)
|
||||
ZEND_ARG_INFO(0, message)
|
||||
ZEND_ARG_INFO(0, code)
|
||||
ZEND_ARG_INFO(0, previous)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
const static zend_function_entry default_exception_functions[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue