Results of 1 - 10 of about 20 for halt (0.002 sec.)
- コンパイラの実行を中止する 15192
- « get_browser highlight_file » PHP Manual その他の関数 コンパイラの実行を中止する __halt_compile
...
r (PHP 5 >= 5.1.0, PHP 7, PHP 8) __halt_compiler — コンパイラの実行を中止する 説明 __halt_ ...
す。 データの開始位置(バイト値)は、定数 __COMPILER_HALT_OFFSET__ で定義されています。 これはファイル内で _ ...
_halt_compiler() が使用されている場合にのみ存在します。 ...
ータはありません。 戻り値 値を返しません。 例 例1 __halt_compiler() の例 <?php // このファイルをオープンしま ...
-
https://man.plustar.jp/php/function.halt-compiler.html
- [similar]
- Phar ファイルのスタブ 10077
- « Phar アーカイブの原料のうち、ファイル形式に依存しないもの Phar 形式と Tar 形式、Zip 形式の徹底
...
。必要最小限のスタブは、次のようになります。 <?php __HALT_COMPILER(); スタブには、少なくとも __HALT_COMPILER ...
har (); include 'phar://myphar.phar/index.php' ; __HALT_COMPILER(); Phar スタブの内容には特に制限はありませ ...
ん。唯一の制約は、最後が __HALT_COMPILER(); でなければならないということです。 PHP ...
-
https://man.plustar.jp/php/phar.fileformat.stub.html
- [similar]
- Phar アーカイブの PHP ローダ (あるいは起動スタブ) を設定する 9465
- « Phar::setSignatureAlgorithm Phar::startBuffering » PHP Manual Phar Phar アーカイブの PHP ローダ
...
mp("First"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' ); include 'phar://brandnewphar.ph ...
p("Second"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' ); include 'phar://brandnewphar.ph ...
mp("First"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>" string(5) "World" string(83) "<?ph ...
p("Second"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>" 変更履歴 バージョン 説明 5.4.0 len ...
-
https://man.plustar.jp/php/phar.setstub.html
- [similar]
- Phar アーカイブの PHP ローダーあるいは起動スタブを返す 9227
- « Phar::getSignature Phar::getSupportedCompression » PHP Manual Phar Phar アーカイブの PHP ローダ
...
har'); include 'phar://myphar.phar/startup.php'; __HALT_COMPILER(); ?>" ); echo $p -> getStub (); ?> 上の例 ...
の出力は以下となります。 <?php __HALT_COMPILER(); ?> ==NEXT== <?php function __autoload( ...
har'); include 'phar://myphar.phar/startup.php'; __HALT_COMPILER(); ?> 参考 Phar::setStub() - Phar アーカイ ...
-
https://man.plustar.jp/php/phar.getstub.html
- [similar]
- Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディス... 8836
- « Phar::startBuffering Phar::unlinkArchive » PHP Manual Phar Phar アーカイブへの書き込みリクエス
...
include 'phar://brandnewphar.phar/startup.php'; __HALT_COMPILER();" ); $p -> stopBuffering (); var_dump ( ...
上の例の出力は以下となります。 string(24) "<?php __HALT_COMPILER();" string(195) "<?php function __autoloa ...
include 'phar://brandnewphar.phar/startup.php'; __HALT_COMPILER();" 参考 Phar::startBuffering() - Phar の ...
-
https://man.plustar.jp/php/phar.stopbuffering.html
- [similar]
- 現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する 8530
- « Phar::loadPhar Phar::mount » PHP Manual Phar 現在実行されている (phar 形式の) ファイルを読み込
...
ら直接コールされなかった場合、 ソースファイル内に __HALT_COMPILER(); トークンがなかった場合、 あるいはファイ ...
tMessage (); die( 'Phar を初期化できません' ); } __HALT_COMPILER(); 参考 Phar::loadPhar() - 任意の phar ア ...
-
https://man.plustar.jp/php/phar.mapphar.html
- [similar]
- 定義済み定数 8224
- « リソース型 その他の関数 » PHP Manual その他 定義済み定数 定義済み定数 以下の定数が定義されてい
...
RMAL ( int ) CONNECTION_TIMEOUT ( int ) __COMPILER_HALT_OFFSET__ ( int ) 関連キーワード: 定義 , 定数 , int ...
-
https://man.plustar.jp/php/misc.constants.html
- [similar]
- パーサトークンの一覧 8224
- « PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー
...
T_GLOBAL global 変数のスコープ T_GOTO goto goto T_HALT_COMPILER __halt_compiler() __halt_compiler T_IF if ...
-
https://man.plustar.jp/php/tokens.html
- [similar]
- キーワードのリスト 7919
- « 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ
...
数名として使うことはできません。 PHP のキーワード __halt_compiler() abstract and array() as break callable ...
-
https://man.plustar.jp/php/reserved.keywords.html
- [similar]
- ファイルの構文ハイライト表示 7834
- « __halt_compiler highlight_string » PHP Manual その他の関数 ファイルの構文ハイライト表示 highli
...
-
https://man.plustar.jp/php/function.highlight-file.html
- [similar]