mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
gen_stub: Also verify implementation-alias
This makes --verify also check @implementation-alias. Failures are ignored using @no-verify instead. Some mistakes have been made that would have been caught by this... Closes GH-6615.
This commit is contained in:
parent
d340be0d32
commit
a9efcb1561
9 changed files with 19 additions and 7 deletions
|
@ -1881,7 +1881,7 @@ if ($verify) {
|
|||
$errors = [];
|
||||
|
||||
foreach ($funcMap as $aliasFunc) {
|
||||
if ($aliasFunc->aliasType !== "alias") {
|
||||
if (!$aliasFunc->alias) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue