<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.errorfunc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.user-error.php',
    1 => 'user_error',
    2 => 'Псевдоним trigger_error',
  ),
  'up' => 
  array (
    0 => 'ref.errorfunc.php',
    1 => 'Функции обработки ошибок',
  ),
  'prev' => 
  array (
    0 => 'function.trigger-error.php',
    1 => 'trigger_error',
  ),
  'next' => 
  array (
    0 => 'book.ffi.php',
    1 => 'FFI',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/errorfunc/functions/user-error.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.user-error" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">user_error</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">user_error</span> &mdash; <span class="dc-title">Псевдоним <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.user-error-description">
  <h3 class="title">Описание</h3>
  <p class="para">
   Псевдоним функции  <span class="function"><a href="function.trigger-error.php" class="function">trigger_error()</a></span>.
  </p>
 </div>

</div><?php manual_footer($setup); ?>