Skip to content

features.commandline.differences の誤訳を修正 #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nsfisis
Copy link
Contributor

@nsfisis nsfisis commented Jul 1, 2025

概要

https://www.php.net/manual/ja/features.commandline.differences.php における誤訳を修正しました。

現在の文

https://www.php.net/manual/en/features.commandline.differences.php

In a shell environment, it is usually desirable for output, such as from print, echo and friends, to be displayed immediately, and not held in a buffer

https://www.php.net/manual/ja/features.commandline.differences.php

print, echo および 関連するものによる全ての出力は、直ちに出力され、バッファに キャッシュされないことが望ましいと言えます。

修正内容

以下のように変更しました(変更箇所太字)。

シェル環境では、 print, echo および 関連するものによる全ての出力は、直ちに出力され、バッファに 保持 されないことが望ましいと言えます。

  • "In a shell environment" の訳抜けを追加しました
  • 「バッファにキャッシュ」を「バッファに保持」へ修正しました
    • いわゆる buffering を指したもので、cache とは無関係です

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant