We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c89aa commit 97cd9fdCopy full SHA for 97cd9fd
build/gen_stub.php
@@ -1426,9 +1426,7 @@ public function getFunctionEntry(): string {
1426
1427
if (!$php84MinimumCompatibility) {
1428
$code .= "#else\n";
1429
- }
1430
1431
- if (!$php84MinimumCompatibility) {
1432
$flags = array_slice($flagsByPhpVersions, 0, 4, true);
1433
$template = "\tZEND_RAW_FENTRY($zendName, $name, $argInfoName, %s)\n";
1434
$flagsCode = generateVersionDependentFlagCode(
@@ -1437,9 +1435,7 @@ public function getFunctionEntry(): string {
1437
1435
$this->minimumPhpVersionIdCompatibility
1438
1436
);
1439
$code .= implode("", $flagsCode);
1440
1441
1442
1443
$code .= "#endif\n";
1444
}
1445
0 commit comments