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 7266e4f commit e84acc0Copy full SHA for e84acc0
build/gen_stub.php
@@ -1529,7 +1529,7 @@ public function getOptimizerInfo(): ?string {
1529
return null;
1530
}
1531
1532
- return "\tF" . $this->return->refcount . '("' . $this->name->__toString() . '", ' . $type->toOptimizerTypeMask() . "),\n";
+ return "\tF" . $this->return->refcount . '("' . addslashes($this->name->__toString()) . '", ' . $type->toOptimizerTypeMask() . "),\n";
1533
1534
1535
public function discardInfoForOldPhpVersions(): void {
0 commit comments