<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/taint.detail.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'taint.detail.basic.php',
    1 => 'Functions and Statements which will spread the tainted mark of a
   tainted string',
  ),
  'up' => 
  array (
    0 => 'taint.detail.php',
    1 => 'More Details',
  ),
  'prev' => 
  array (
    0 => 'taint.detail.php',
    1 => 'More Details',
  ),
  'next' => 
  array (
    0 => 'taint.detail.taint.php',
    1 => 'Functions and statements which will check tainted string',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/taint/detail.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="taint.detail.basic" class="section">
  <h2 class="title">Functions and Statements which will spread the tainted mark of a
   tainted string</h2>
  <p class="para">
   <table class="doctable table">
    
    
      <col />
      <col />
     <thead>
      <tr>
       <th>Function/Statement</th>
       <th>Since</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>= (assign)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>. (concat)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>&quot;{$var}&quot; (variable substitution)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>.= (assign concat)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>strval</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>explode/split</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>implode/join</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>sprintf</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>vsprintf</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>trim</td>
       <td>0.4.0</td>
      </tr>

      <tr>
       <td>rtrim</td>
       <td>0.4.0</td>
      </tr>

      <tr>
       <td>ltrim</td>
       <td>0.4.0</td>
      </tr>

      <tr>
       <td>strstr</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>str_pad</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>str_replace</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>substr</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>strtolower</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>strtoupper</td>
       <td>0.5.0</td>
      </tr>

     </tbody>
    
   </table>

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