mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Parse parameters in zend_test_void_return()
This commit is contained in:
parent
6ff31eebb1
commit
6744ead1c9
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ ZEND_FUNCTION(zend_test_nullable_array_return)
|
|||
ZEND_FUNCTION(zend_test_void_return)
|
||||
{
|
||||
/* dummy */
|
||||
ZEND_PARSE_PARAMETERS_NONE();
|
||||
}
|
||||
|
||||
ZEND_FUNCTION(zend_test_deprecated)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue