検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 125 for throw (0.011 sec.)
Casting 10099
« Componere 関数 Componere\cast_by_ref » PHP Manual Componere 関数 Casting Componere\cast (Compo ... e Type , cast from object エラー / 例外 警告 Shall throw InvalidArgumentException if the type of object is ... or is derived from an internal class 警告 Shall throw InvalidArgumentException if Type is an interface 警 ... 告 Shall throw InvalidArgumentException if Type is a trait 警告 S ... hall throw InvalidArgumentException if Type is an abstract 警 ...
https://man.plustar.jp/php/componere.cast.html - [similar]
Casting 9976
« Componere\cast エラー処理 » PHP Manual Componere 関数 Casting Componere\cast_by_ref (Componere ... erences to object members エラー / 例外 警告 Shall throw InvalidArgumentException if the type of object is ... or is derived from an internal class 警告 Shall throw InvalidArgumentException if Type is an interface 警 ... 告 Shall throw InvalidArgumentException if Type is a trait 警告 S ... hall throw InvalidArgumentException if Type is an abstract 警 ...
https://man.plustar.jp/php/componere.cast_by_ref.html - [similar]
例外(exceptions) 9853
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... 例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した ... の Fatal Error が発生します。 PHP 8.0.0 以降では、 throw キーワードは式として扱えるようになり、 様々なコンテ ... えるようになりました。 これより前のバージョンでは、 throw は文であり、 それが現れる行でだけでしか使えませんで ... ら処理が続けられます。 catch ブロックの中から例外を throw する (あるいは throw しなおす) こともできます。 th ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
Definition Construction 9792
« Componere\Definition Componere\Definition::addConstant » PHP Manual Componere\Definition Defin ... case insensitive class names Exceptions 警告 Shall throw InvalidArgumentException if an attempt is made to ... replace an internal class 警告 Shall throw InvalidArgumentException if an attempt is made to ... replace an interface 警告 Shall throw InvalidArgumentException if an attempt is made to ... replace a trait 警告 Shall throw RuntimeException if a class in interfaces cannot b ...
https://man.plustar.jp/php/componere-definition.construct.html - [similar]
例外を拡張する 9411
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... 外クラスを構築する <?php class Exception implements Throwable { protected $message = 'Unknown exception' ; / ... function __construct ( $message = '' , $code = 0 , Throwable $previous = null ); final private function __c ... blic function __construct ( $message , $code = 0 , Throwable $previous = null ) { // なんらかのコード // 全 ... を作成 */ class TestException { public $var ; const THROW_NONE = 0 ; const THROW_CUSTOM = 1 ; const THROW_DE ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
Resolution 9349
« parallel\Future::done parallel\Channel » PHP Manual parallel\Future Resolution parallel\Future ... y wait for) return from task Exceptions 警告 Shall throw parallel\Future\Error if waiting failed (internal ... error). 警告 Shall throw parallel\Future\Error\Killed if parallel\Runtime e ... xecuting task was killed. 警告 Shall throw parallel\Future\Error\Cancelled if task was cancel ... led. 警告 Shall throw parallel\Future\Error\Foreign if task raised an un ...
https://man.plustar.jp/php/parallel-future.value.html - [similar]
Add Constant 9288
« Componere\Definition::__construct Componere\Definition::addProperty » PHP Manual Componere\Def ... 戻り値 The current Definition Exceptions 警告 Shall throw RuntimeException if Definition was registered 警告 ... Shall throw RuntimeException if name is already declared as a ... constant 警告 Shall throw RuntimeException if value is static 警告 Shall thr ... nere , Add , Constant , Shall , RuntimeException , throw , 警告 , addConstant , static ...
https://man.plustar.jp/php/componere-definition.addconstant.html - [similar]
Execution 8968
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution ... not be ignored when the task contains a return or throw statement. Exceptions 警告 Shall throw parallel\Ru ... \Closed if parallel\Runtime was closed. 警告 Shall throw parallel\Runtime\Error\IllegalFunction if task is ... sure created from an internal function. 警告 Shall throw parallel\Runtime\Error\IllegalInstruction if task ... contains illegal instructions. 警告 Shall throw parallel\Runtime\Error\IllegalParameter if task ac ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
例外をジェネレータにスローする 8907
« Generator::send Generator::valid » PHP Manual Generator 例外をジェネレータにスローする Generat ... or::throw (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::throw... 外をジェネレータにスローする 説明 public Generator::throw ( Throwable $exception ): mixed 例外をジェネレータ ... 続行します。 この振る舞いは、現在の yield 式の部分を throw $exception 文に置き換えたのと同じになります。 この ... r\n" ; } $gen = gen (); $gen -> rewind (); $gen -> throw (new Exception ( 'Test' )); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/generator.throw.html - [similar]
Execution 8784
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... not be ignored when the task contains a return or throw statement. Exceptions 警告 Shall throw parallel\Ru ... \Closed if parallel\Runtime was closed. 警告 Shall throw parallel\Runtime\Error\IllegalFunction if task is ... sure created from an internal function. 警告 Shall throw parallel\Runtime\Error\IllegalInstruction if task ... contains illegal instructions. 警告 Shall throw parallel\Runtime\Error\IllegalParameter if task ac ...
https://man.plustar.jp/php/parallel.run.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT