Results of 1 - 10 of about 29 for assert (0.001 sec.)
- 様々な assert フラグを設定/取得する 14047
- « PHP オプション/情報 関数 assert » PHP Manual PHP オプション/情報 関数 様々な assert フラグを設
...
定/取得する assert_options (PHP 4, PHP 5, PHP 7, PHP 8) assert_option ...
s — 様々な assert フラグを設定/取得する 説明 assert_options ( int $w ...
hat , mixed $value = ? ): mixed 種々の assert() 制御オプションを設定したり、 単に現在の設定を調べ ...
たりします。 注意 : PHP 7.0.0 以降では、 assert_options() を使うことはお勧めできません。 php.ini の ...
-
https://man.plustar.jp/php/function.assert-options.html
- [similar]
- assertion が false であるかどうかを調べる 13395
- « assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false
...
であるかどうかを調べる assert (PHP 4, PHP 5, PHP 7, PHP 8) assert — assertion が ...
lse であるかどうかを調べる 説明 PHP 5 および PHP 7 assert ( mixed $assertion , string $description = ? ): bo ...
ol PHP 7 assert ( mixed $assertion , Throwable $exception = ? ): b ...
ool assert() は、指定した assertion を調べて、結果が false の ...
-
https://man.plustar.jp/php/function.assert.html
- [similar]
- 定義済み定数 9724
- « リソース型 PHP オプション/情報 関数 » PHP Manual PHP Options/Info 定義済み定数 定義済み定数 以
...
RDIR 2 未使用 INI_SYSTEM 4 未使用 INI_ALL 7 未使用 Assert 定数。これらの値を使用して、 assert_options() のオ ...
プションを設定します。 assert() 定数 定数 INI 設定 説明 ASSERT_ACTIVE assert.act ...
ive assert() の評価を有効にします。 ASSERT_CALLBACK assert.ca ...
アサーションに失敗した場合に実行するコールバック。 ASSERT_BAIL assert.bail アサーションに失敗した時点に実行を ...
-
https://man.plustar.jp/php/info.constants.html
- [similar]
- 実行時設定 9609
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL ...
assert.warning "1" PHP_INI_ALL assert.callback NULL PHP_I ...
NI_ALL assert.quiet_eval "0" PHP_INI_ALL assert.exception "0" PH ...
に設定ディレクティブに関する 簡単な説明を示します。 assert.active bool assert() の評価を有効にします。 assert ...
-
https://man.plustar.jp/php/info.configuration.html
- [similar]
- Basic usage for LuaSandbox 8386
- « 例 LuaSandbox » PHP Manual 例 Basic usage for LuaSandbox Basic usage for LuaSandbox Once you'v
...
) = $sandbox -> loadString ( $luaCode )-> call (); assert ( $frob -> call ( 4000 ) === [ 4242 ] ); // PHP-th ...
dString ( 'return pcall( php.error )' )-> call (); assert ( ! $ok ); assert ( $message === 'Something is wro ...
-
https://man.plustar.jp/php/luasandbox.examples-basic.html
- [similar]
- 基本的な使い方 8141
- « 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ
...
ion binds database. function pg_list_dbs ( $db ) { assert ( is_resource ( $db )); $query = ' SELECT d.datnam ...
ーブルを一覧にする function pg_list_tables ( $db ) { assert ( is_resource ( $db )); $query = " SELECT c.relnam ...
します。 function pg_list_fields ( $db , $table ) { assert ( is_resource ( $db )); $query = " SELECT a.attnam ...
-
https://man.plustar.jp/php/pgsql.examples-queries.html
- [similar]
- PHP オプション/情報 関数 8059
- « 定義済み定数 assert_options » PHP Manual PHP Options/Info PHP オプション/情報 関数 PHP オプショ
...
ン/情報 関数 目次 assert_options — 様々な assert フラグを設定/取得する asse ...
rt — assertion が false であるかどうかを調べる cli_get_process ...
-
https://man.plustar.jp/php/ref.info.html
- [similar]
- PHP 7.3.x で推奨されなくなる機能 7913
- « 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で
...
スで定数を使うことも推奨されません。 名前空間の中で assert() 関数の宣言 名前空間の中で assert() と呼ばれる関数 ...
を宣言することは推奨されません。 assert() 関数は PHPエンジンによって特別扱いされることが意 ...
-
https://man.plustar.jp/php/migration73.deprecated.html
- [similar]
- PHP オプションと情報 7815
- « output_reset_rewrite_vars はじめに » PHP Manual PHP の振る舞いの変更 PHP オプションと情報 PHP
...
定 リソース型 定義済み定数 PHP オプション/情報 関数 assert_options — 様々な assert フラグを設定/取得する asse ...
rt — assertion が false であるかどうかを調べる cli_get_process ...
-
https://man.plustar.jp/php/book.info.html
- [similar]
- アクションのエントリポイント 7815
- « Yaf_Action_Abstract Yaf_Action_Abstract::getController » PHP Manual Yaf_Action_Abstract アクシ
...
stract { public function execute ( $name , $id ) { assert ( $name == $this -> getRequest ()-> getParam ( "na ...
me" )); assert ( $id == $this -> getRequest ()-> getParam ( "id" ...
-
https://man.plustar.jp/php/yaf-action-abstract.execute.html
- [similar]