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 fb7bd0f commit cfc2fd6Copy full SHA for cfc2fd6
components/runtime.rst
@@ -509,7 +509,7 @@ Create Your Own Runtime Template
509
510
In some cases the default generic runtime template generated (`vendor/autoload_runtime.php`)
511
file is not enough. For example: you want to use a different entry point than
512
-``$_SERVER['FILE_SCRIPTNAME']`` or a different SAPI than the traditional ``cli``,
+``$_SERVER['SCRIPT_FILENAME']`` or a different SAPI than the traditional ``cli``,
513
``phpdbg`` or ``embed``.
514
515
To use your own template, you can register it as follows:
0 commit comments