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 a1a8809 commit e1037b1Copy full SHA for e1037b1
build/gen_stub.php
@@ -5317,7 +5317,7 @@ static function (ConstInfo $constInfo) use ($allConstInfos, $phpVersionIdMinimum
5317
$constName = str_replace('\\', '\\\\', $constInfo->name->__toString());
5318
$constVarName = 'const_' . $constName;
5319
5320
- $code = "\tzend_constant *$constVarName = zend_hash_str_find_ptr(EG(zend_constants), \"" . $constName . "\", sizeof(\"" . $constName . "\") - 1);\n";
+ $code .= "\tzend_constant *$constVarName = zend_hash_str_find_ptr(EG(zend_constants), \"" . $constName . "\", sizeof(\"" . $constName . "\") - 1);\n";
5321
foreach ($constInfo->attributes as $key => $attribute) {
5322
$code .= $attribute->generateCode(
5323
"zend_add_global_constant_attribute($constVarName",
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments