検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for recursion (0.002 sec.)
実行時設定 13776
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 履歴 pcre.backtrack_limit "1000000" PHP_INI_ALL pcre.recursion_limit "100000" PHP_INI_ALL pcre.jit "1" PHP_INI_AL ... PHP < 5.3.7 ではデフォルトが 100000 でした。 pcre.recursion_limit int PCRE の再帰処理の制限値です。この値を大き ... , pcre , PCRE , limit , ALL , 制限 , 変更 , 処理 , recursion ...
https://man.plustar.jp/php/pcre.configuration.html - [similar]
直近の PCRE 正規表現処理のエラーコードを返す 10870
« preg_last_error_msg preg_match_all » PHP Manual PCRE 関数 直近の PCRE 正規表現処理のエラーコー ... _ERROR ( pcre.backtrack_limit も参照ください) PREG_RECURSION_LIMIT_ERROR ( pcre.recursion_limit も参照ください) ...
https://man.plustar.jp/php/function.preg-last-error.html - [similar]
すべての設定オプションを得る 9295
« ini_alter ini_get » PHP Manual PHP オプション/情報 関数 すべての設定オプションを得る ini_get_a ... 0000 [local_value] => 100000 [access] => 7 ) [pcre.recursion_limit] => Array ( [global_value] => 100000 [local_ ... す。 Array ( [pcre.backtrack_limit] => 100000 [pcre.recursion_limit] => 100000 ) Array ( [allow_call_time_pass_r ...
https://man.plustar.jp/php/function.ini-get-all.html - [similar]
ユーザー定義関数 9295
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義 ... することが可能です。 例4 再帰的な関数 <?php function recursion ( $a ) { if ( $a < 20 ) { echo " $a \n" ; recursio ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
定義済み定数 9295
« リソース型 例 » PHP Manual PCRE 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 場合に preg_last_error() から返されます。 5.2.0 PREG_RECURSION_LIMIT_ERROR recursion limit に達した場合に preg_la ...
https://man.plustar.jp/php/pcre.constants.html - [similar]
Add a lexer rule 8629
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule P ... ation or to start matching, when a continuation or recursion is required. If '<' is specified as exit state, it ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
Differences from Standard Lua 8629
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... sses. string.match() has been patched to limit the recursion depth and to periodically check for a timeout. mat ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 8192
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... mitted, the HEAD revision is used. recurse Enables recursion. 戻り値 On success, this function returns an array ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
定義済み定数 7964
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... CODE_ENTER ( int ) Enter into new op_array without recursion ZEND_USER_OPCODE_LEAVE ( int ) Return to calling o ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
直近に発生したエラーを返す 7737
« json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP ... されていないなど、不正な形式の UTF-8 文字 JSON_ERROR_RECURSION エンコード対象の値に再帰参照が含まれています JSON_ ...
https://man.plustar.jp/php/function.json-last-error.html - [similar]
PREV 1 2 NEXT