mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2'
* PHP-8.2: Add support for validation of missing method synopses (#9491)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
/** @generate-class-entries */
|
||||
/**
|
||||
* @generate-class-entries
|
||||
* @undocumentable
|
||||
*/
|
||||
|
||||
function test1(): void {}
|
||||
|
||||
|
||||
2
ext/skeleton/skeleton_arginfo.h
generated
2
ext/skeleton/skeleton_arginfo.h
generated
@@ -1,5 +1,5 @@
|
||||
/* This is a generated file, edit the .stub.php file instead.
|
||||
* Stub hash: efdd79c2c8ccff694699c86fdd6248a13839c744 */
|
||||
* Stub hash: 54b0ffc3af871b189435266df516f7575c1b9675 */
|
||||
|
||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test1, 0, 0, IS_VOID, 0)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
Reference in New Issue
Block a user