dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
db_access_boundary_test.php File Reference

Go to the source code of this file.

Variables

 $root = dirname(__DIR__, 3)
 $allowed = realpath($root . '/dbx/include/dbxDB.class.php')
 $failures = array()
 $patterns
 $iterator
foreach( $iterator as $file) if ( $failures)

Variable Documentation

◆ $allowed

◆ $failures

$failures = array()

Definition at line 5 of file db_access_boundary_test.php.

◆ $iterator

$iterator
Initial value:
= new RecursiveIteratorIterator(
new RecursiveDirectoryIterator($root, FilesystemIterator::SKIP_DOTS)
)

Definition at line 13 of file db_access_boundary_test.php.

Referenced by selftest_remove_tree(), update_db_remove(), and update_test_remove_tree().

◆ $patterns

$patterns
Initial value:
= array(
'/\bnew\s+\\\\?PDO\b/i',
'/\bPDO::/i',
'/\bmysqli_(?:connect|query|prepare)\b/i',
'/\bnew\s+mysqli\b/i',
)

Definition at line 6 of file db_access_boundary_test.php.

Referenced by dbxInterpreter\run(), and dbxInterpreter\run_selected_modules().

◆ $root

◆ if

foreach($iterator as $file) if($failures) ( $failures)

Definition at line 36 of file db_access_boundary_test.php.