検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for compiler (0.004 sec.)
コンパイラの実行を中止する 15295
« get_browser highlight_file » PHP Manual その他の関数 コンパイラの実行を中止する __halt_compiler ... r (PHP 5 >= 5.1.0, PHP 7, PHP 8) __halt_compiler — コンパイラの実行を中止する 説明 __halt_compiler ... に便利です。 データの開始位置(バイト値)は、定数 __COMPILER_HALT_OFFSET__ で定義されています。 これはファイル内 ... で __halt_compiler() が使用されている場合にのみ存在します。 パラメータ ... はありません。 戻り値 値を返しません。 例 例1 __halt_compiler() の例 <?php // このファイルをオープンします $fp = ...
https://man.plustar.jp/php/function.halt-compiler.html - [similar]
Phar ファイルのスタブ 9991
« Phar アーカイブの原料のうち、ファイル形式に依存しないもの Phar 形式と Tar 形式、Zip 形式の徹底 ... 最小限のスタブは、次のようになります。 <?php __HALT_COMPILER(); スタブには、少なくとも __HALT_COMPILER(); トーク ... ); include 'phar://myphar.phar/index.php' ; __HALT_COMPILER(); Phar スタブの内容には特に制限はありません。唯一 ... の制約は、最後が __HALT_COMPILER(); でなければならないということです。 PHP の終了タ ...
https://man.plustar.jp/php/phar.fileformat.stub.html - [similar]
Phar アーカイブの PHP ローダーあるいは起動スタブを返す 9824
« Phar::getSignature Phar::getSupportedCompression » PHP Manual Phar Phar アーカイブの PHP ローダ ... ; include 'phar://myphar.phar/startup.php'; __HALT_COMPILER(); ?>" ); echo $p -> getStub (); ?> 上の例の出力は ... 以下となります。 <?php __HALT_COMPILER(); ?> ==NEXT== <?php function __autoload($class) { ... ; include 'phar://myphar.phar/startup.php'; __HALT_COMPILER(); ?> 参考 Phar::setStub() - Phar アーカイブの PHP ... ローダー , 起動 , phar , getStub , myphar , 実行 , COMPILER ...
https://man.plustar.jp/php/phar.getstub.html - [similar]
要件 9574
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 PHP 7.0 or above i ... s supported. A C++14 capable compiler is required. A successful extension build was prod ... トール , 設定 , 手順 , above , supported , capable , compiler , required , successful ...
https://man.plustar.jp/php/parle.requirements.html - [similar]
Phar アーカイブの PHP ローダ (あるいは起動スタブ) を設定する 9341
« Phar::setSignatureAlgorithm Phar::startBuffering » PHP Manual Phar Phar アーカイブの PHP ローダ ... irst"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' ); include 'phar://brandnewphar.phar/a.php' ... cond"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' ); include 'phar://brandnewphar.phar/b.php' ... irst"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>" string(5) "World" string(83) "<?php var_dum ... cond"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>" 変更履歴 バージョン 説明 5.4.0 len パラメー ...
https://man.plustar.jp/php/phar.setstub.html - [similar]
Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディス... 8690
« Phar::startBuffering Phar::unlinkArchive » PHP Manual Phar Phar アーカイブへの書き込みリクエス ... ude 'phar://brandnewphar.phar/startup.php'; __HALT_COMPILER();" ); $p -> stopBuffering (); var_dump ( $p -> ge ... 例の出力は以下となります。 string(24) "<?php __HALT_COMPILER();" string(195) "<?php function __autoload($class) ... ude 'phar://brandnewphar.phar/startup.php'; __HALT_COMPILER();" 参考 Phar::startBuffering() - Phar の書き込み操 ...
https://man.plustar.jp/php/phar.stopbuffering.html - [similar]
現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する 8373
« Phar::loadPhar Phar::mount » PHP Manual Phar 現在実行されている (phar 形式の) ファイルを読み込 ... 接コールされなかった場合、 ソースファイル内に __HALT_COMPILER(); トークンがなかった場合、 あるいはファイルを読み ... age (); die( 'Phar を初期化できません' ); } __HALT_COMPILER(); 参考 Phar::loadPhar() - 任意の phar アーカイブを ...
https://man.plustar.jp/php/phar.mapphar.html - [similar]
定義済み定数 8056
« リソース型 その他の関数 » PHP Manual その他 定義済み定数 定義済み定数 以下の定数が定義されてい ... ECTION_NORMAL ( int ) CONNECTION_TIMEOUT ( int ) __COMPILER_HALT_OFFSET__ ( int ) 関連キーワード: 定義 , 定数 ...
https://man.plustar.jp/php/misc.constants.html - [similar]
パーサトークンの一覧 8056
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... OBAL global 変数のスコープ T_GOTO goto goto T_HALT_COMPILER __halt_compiler() __halt_compiler T_IF if if T_IMP ...
https://man.plustar.jp/php/tokens.html - [similar]
はじめに 7806
« Parle インストール/設定 » PHP Manual Parle はじめに はじめに The parle extension provides gene ... Hanson 's libraries and requires a » C++14 capable compiler. The lexer is based on the regex matching, the par ...
https://man.plustar.jp/php/intro.parle.html - [similar]
PREV 1 2 3 NEXT