Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 5832

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Inserts a breakpoint at a line in a file</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.phpdbg.html">phpdbg Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.phpdbg-break-function.html">phpdbg_break_function</a></div>
 <div class="up"><a href="ref.phpdbg.html">phpdbg Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><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)</p><p class="refpurpose"><span class="refname">phpdbg_break_file</span> &mdash; <span class="dc-title">Inserts a breakpoint at a line in a file</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="type"><span class="type void">void</span></span> <span class="methodname"><strong>phpdbg_break_file</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$file</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$line</code></span>
   )</div>

  <p class="para rdfs-comment">
   Insert a breakpoint at the given <code class="parameter">line</code> in the given
   <code class="parameter">file</code>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.phpdbg-break-file-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   
    <dt>
<code class="parameter">file</code></dt>

    <dd>

     <p class="para">
      The name of the file.
     </p>
    </dd>

   
   
    <dt>
<code class="parameter">line</code></dt>

    <dd>

     <p class="para">
      The line number.
     </p>
    </dd>

   
  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.phpdbg-break-file-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.phpdbg-break-file-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li class="member"><span class="function"><a href="function.phpdbg-break-function.html" class="function" rel="rdfs-seeAlso">phpdbg_break_function()</a> - Inserts a breakpoint at entry to a function</span></li>
   <li class="member"><span class="function"><a href="function.phpdbg-break-method.html" class="function" rel="rdfs-seeAlso">phpdbg_break_method()</a> - Inserts a breakpoint at entry to a method</span></li>
   <li class="member"><span class="function"><a href="function.phpdbg-break-next.html" class="function" rel="rdfs-seeAlso">phpdbg_break_next()</a> - Inserts a breakpoint at the next opcode</span></li>
   <li class="member"><span class="function"><a href="function.phpdbg-clear.html" class="function" rel="rdfs-seeAlso">phpdbg_clear()</a> - Clears all breakpoints</span></li>
  </ul>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.phpdbg.html">phpdbg Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.phpdbg-break-function.html">phpdbg_break_function</a></div>
 <div class="up"><a href="ref.phpdbg.html">phpdbg Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>