<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.errorfunc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'errorfunc.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.errorfunc.php',
    1 => 'Errorfunc',
  ),
  'prev' => 
  array (
    0 => 'errorfunc.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'next' => 
  array (
    0 => 'errorfunc.examples.php',
    1 => '&Ouml;rnekler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/errorfunc/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 <p class="simpara">Aşağıdaki sabitler PHP
çekirdeğinin parçası olarak daima kullanılabilir durumdadır.</p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <span class="simpara">
    Bu sabit isimleri <var class="filename">php.ini</var> dosyasında kullanılabilir, fakat
    <var class="filename">httpd.conf</var> gibi PHP dışı yerlerde isimleri değil değerleri bit
    maskesi olarak kullanılabilir.
   </span>
  </p></blockquote>
 <table id="errorfunc.constants.errorlevels" class="doctable table">
  <caption><strong>Hatalar ve Günlük Kaydı</strong></caption>
  
   <thead>
    <tr>
     <th>Değer</th>
     <th>Sabit</th>
     <th>Açıklama</th>
     <th>Ek Bilgi</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr id="constant.e-error">
     <td>1</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Ölümcül çalışma anı hataları. Bellek ayırma sorunu gibi giderilemeyen
      hatalar bu sınıfa girer. Böyle hatalar betiğin çalışmasının durmasına
      sebep olur.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-warning">
     <td>2</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Çalışma anı uyarıları (ölümcül olmayan hatalar). Betiğin çalışması
      durmaz.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-parse">
     <td>4</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-parse">E_PARSE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Derleme anı çözümleme hataları. Çözümleme hatalarını sadece çözümleyici
      üretir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-notice">
     <td>8</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-notice">E_NOTICE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Çalışma anı bildirimleri. Betikte bir hataya sebep olabilecek fakat
      betiğin normal çalışmasını esnasında oluşmayabilecek bir şeylerin
      saptandığını belirtir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-core-error">
     <td>16</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-core-error">E_CORE_ERROR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      PHP&#039;nin başlatılması sırasında oluşan ölümcül hatalar. PHP çekirdeği
      tarafından üretilmesi dışında <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-core-warning">
     <td>32</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-core-warning">E_CORE_WARNING</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      PHP&#039;nin başlatılması sırasında oluşan uyarılar (ölümcül olmayan
      hatalar). PHP çekirdeği tarafından üretilmesi dışında
      <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-compile-error">
     <td>64</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-compile-error">E_COMPILE_ERROR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Ölümcül derleme anı hataları. Zend betik motoru tarafından üretilmesi
      dışında <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-compile-warning">
     <td>128</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-compile-warning">E_COMPILE_WARNING</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Derleme anı uyarıları (ölümcül olmayan hatalar). Zend betik motoru
      tarafından üretilmesi dışında <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-user-error">
     <td>256</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-user-error">E_USER_ERROR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Kullanıcı üretimi hata iletileri. PHP işlevi
      <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span> tarafından PHP kodunda üretilmesi
      dışında <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-user-warning">
     <td>512</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-user-warning">E_USER_WARNING</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Kullanıcı üretimi uyarı iletileri. PHP işlevi
      <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span> tarafından PHP kodunda üretilmesi
      dışında <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-user-notice">
     <td>1024</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-user-notice">E_USER_NOTICE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Kullanıcı üretimi bildirim iletileri. PHP işlevi
      <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span> tarafından PHP kodunda üretilmesi
      dışında <strong><code><a href="errorfunc.constants.php#constant.e-notice">E_NOTICE</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-strict">
     <td>2048</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-strict">E_STRICT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Yazılan PHP kodunun ileriye dönük uyumluluğunu ve birlikte
      çalışabilirliğini en iyilemek amacıyla PHP tarafından yapılan önerileri
      etkin kılar.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-recoverable-error">
     <td>4096</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-recoverable-error">E_RECOVERABLE_ERROR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Yakalanabilir ölümcül hata. Tehlikeli olma olasılığı bulunan bir hata
      oluştuğunu fakat yorumlayıcıyı kararsız durumda bırakmadığını belirtir.
      Hata, kullanıcı tarafından bir eylemci tanımlanarak yakalanmadığı
      (<span class="function"><a href="function.set-error-handler.php" class="function">set_error_handler()</a></span> işlevine bakınız) takdirde betik
      <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> hatasıyla sonlanır.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-deprecated">
     <td>8192</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-deprecated">E_DEPRECATED</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Çalışma anı bildirimleri. Gelecek sürümlerle çalışmayacak kodlar
      hakkındaki uyarıları etkin kılar.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-user-deprecated">
     <td>16384</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-user-deprecated">E_USER_DEPRECATED</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Kullanıcı üretimi &quot;kullanımı önerilmiyor&quot; bildirimleri. PHP işlevi
      <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span> tarafından PHP kodunda üretilmesi
      dışında <strong><code><a href="errorfunc.constants.php#constant.e-deprecated">E_DEPRECATED</a></code></strong> gibidir.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>


    <tr id="constant.e-all">
     <td>32767</td>
     <td>
      <strong><code><a href="errorfunc.constants.php#constant.e-all">E_ALL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>
      Tüm hatalar, uyarılar ve bildirimler.
     </td>
     <td class="empty">&nbsp;</td>
    </tr>

   </tbody>
  
 </table>


 <p class="para">
  Gerek sayısal gerekse simgesel olarak yukarıdaki değerler raporlanacak
  hataları belirten bir bit maskesi oluşturmakta kullanılabilir. Bu
  değerlerden bir bit maskesi oluşturmak veya bunları çözümlemek için
  <a href="language.operators.bitwise.php" class="link">bitsel işleçler</a>
  kullanılabilir. <var class="filename">php.ini</var> içinde sadece &#039;|&#039;, &#039;~&#039;, &#039;!&#039;, &#039;^&#039; ve &#039;&amp;&#039;
  işleç karakterleri tanındığına dikkat edilmelidir.
 </p>
</div>
<?php manual_footer($setup); ?>