<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.expect.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'expect.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.expect.php',
    1 => 'Expect',
  ),
  'prev' => 
  array (
    0 => 'expect.resources.php',
    1 => '&Ouml;zkaynak T&uuml;rleri',
  ),
  'next' => 
  array (
    0 => 'expect.examples.php',
    1 => '&Ouml;rnekler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/expect/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="expect.constants" class="appendix">
 <h1 class="title">Öntanımlı Sabitler</h1>

 <p class="simpara">
Buradaki sabitler bu eklenti için
tanımlanmış olup, sadece eklentinin PHP içinde derlenmiş olması veya çalışma
anında dinamik olarak yüklenmesi halinde kullanılabilir.</p>
 <dl>
  
   <dt id="constant.exp-glob">
    <strong><code><a href="expect.constants.php#constant.exp-glob">EXP_GLOB</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indicates that the pattern is a glob-style string pattern.
    </span>
   </dd>
  
  
   <dt id="constant.exp-exact">
    <strong><code><a href="expect.constants.php#constant.exp-exact">EXP_EXACT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indicates that the pattern is an exact string.
    </span>
   </dd>
  
  
   <dt id="constant.exp-regexp">
    <strong><code><a href="expect.constants.php#constant.exp-regexp">EXP_REGEXP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indicates that the pattern is a regexp-style string pattern.
    </span>
   </dd>
  
  
   <dt id="constant.exp-eof">
    <strong><code><a href="expect.constants.php#constant.exp-eof">EXP_EOF</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Value, returned by <span class="function"><a href="function.expect-expectl.php" class="function">expect_expectl()</a></span>, when EOF is
     reached.
    </span>
   </dd>
  
  
   <dt id="constant.exp-timeout">
    <strong><code><a href="expect.constants.php#constant.exp-timeout">EXP_TIMEOUT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Value, returned by <span class="function"><a href="function.expect-expectl.php" class="function">expect_expectl()</a></span> upon timeout of
     seconds, specified in value of <a href="expect.configuration.php#ini.expect.timeout" class="link">expect.timeout</a>
    </span>
   </dd>
  
  
   <dt id="constant.exp-fullbuffer">
    <strong><code><a href="expect.constants.php#constant.exp-fullbuffer">EXP_FULLBUFFER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Value, returned by <span class="function"><a href="function.expect-expectl.php" class="function">expect_expectl()</a></span> if no pattern have
     been matched.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>