<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.phpdbg.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.phpdbg-break-file.php',
    1 => 'phpdbg_break_file',
    2 => 'Ins&egrave;re un point d\'arr&ecirc;t dans une ligne d\'un fichier',
  ),
  'up' => 
  array (
    0 => 'ref.phpdbg.php',
    1 => 'phpdbg Fonctions',
  ),
  'prev' => 
  array (
    0 => 'ref.phpdbg.php',
    1 => 'phpdbg Fonctions',
  ),
  'next' => 
  array (
    0 => 'function.phpdbg-break-function.php',
    1 => 'phpdbg_break_function',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/phpdbg/functions/phpdbg-break-file.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.phpdbg-break-file" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">phpdbg_break_file</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.6.3, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">phpdbg_break_file</span> &mdash; <span class="dc-title">Insère un point d&#039;arrêt dans une ligne d&#039;un fichier</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.phpdbg-break-file-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>phpdbg_break_file</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$file</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$line</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Insère un point d&#039;arrêt à la ligne <code class="parameter">line</code> dans le fichier
   <code class="parameter">file</code>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.phpdbg-break-file-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">file</code></dt>
    <dd>
     <span class="simpara">
      Le nom du fichier.
     </span>
    </dd>
   
   
    <dt><code class="parameter">line</code></dt>
    <dd>
     <span class="simpara">
      Le numéro de la ligne.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.phpdbg-break-file-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Aucune valeur n&#039;est retournée.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.phpdbg-break-file-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.phpdbg-break-function.php" class="function" rel="rdfs-seeAlso">phpdbg_break_function()</a> - Ins&egrave;re un point d'arr&ecirc;t &agrave; l'entr&eacute;e d'une fonction</span></li>
   <li><span class="function"><a href="function.phpdbg-break-method.php" class="function" rel="rdfs-seeAlso">phpdbg_break_method()</a> - Ins&egrave;re un point d'arr&ecirc;t &agrave; l'entr&eacute;e d'une m&eacute;thode</span></li>
   <li><span class="function"><a href="function.phpdbg-break-next.php" class="function" rel="rdfs-seeAlso">phpdbg_break_next()</a> - Ins&egrave;re un point d'arr&ecirc;t au prochain opcode</span></li>
   <li><span class="function"><a href="function.phpdbg-clear.php" class="function" rel="rdfs-seeAlso">phpdbg_clear()</a> - Supprime tous les points d'arr&ecirc;t</span></li>
  </ul>
 </div>


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