array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'taint.detail.taint.php', 1 => 'Functions and statements which will check tainted string', ), 'up' => array ( 0 => 'taint.detail.php', 1 => 'More Details', ), 'prev' => array ( 0 => 'taint.detail.basic.php', 1 => 'Functions and Statements which will spread the tainted mark of a tainted string', ), 'next' => array ( 0 => 'taint.detail.untaint.php', 1 => 'Functions which untaint the 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); ?>
Function/Statement | Since |
---|---|
Basic statments | |
eval | 0.1.0 |
include/include_once | 0.1.0 |
require/require_once | 0.1.0 |
Outputing Functions | |
echo | 0.1.0 |
0.1.0 | |
printf | 0.1.0 |
file_put_contents | 0.1.0 |
File System Functions | |
fopen | 0.2.0 |
opendir | 0.2.0 |
basename | 0.2.0 |
dirname | 0.2.0 |
file | 0.2.0 |
pathinfo | 0.2.0 |
Database relevant Functions | |
mysql_query | 0.2.0 |
mysqli_query/MySQLi::query | 0.2.0 |
sqlite_query/SqliteDataBase::query | 0.3.0 |
sqlite_single_query/SqliteDataBase::singleQuery | 0.3.0 |
oci_parse | 0.3.0 |
PDO::query | 0.3.0 |
PDO::prepare | 0.3.0 |
SQLite3::query | 2.0.1 |
SQLite3::prepare | 2.0.1 |
Command Line relevant Functions | |
system | 0.1.0 |
exec | 0.1.0 |
proc_open | 0.1.0 |
passthru | 0.1.0 |
shell_exec | 0.3.0 |