<?php
if ('/opt/alt/php80/usr/share/pear' == '@'.'php_dir'.'@') {
// This package hasn't been installed.
// Adjust path to ensure includes find files in working directory.
set_include_path(dirname(dirname(__FILE__))
. PATH_SEPARATOR . dirname(__FILE__)
. PATH_SEPARATOR . get_include_path());
}
require_once 'Structures/Graph.php';
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AcyclicTestTest.php | File | 1.28 KB | 0644 |
|
| AllTests.php | File | 444 B | 0644 |
|
| BasicGraphTest.php | File | 8.85 KB | 0644 |
|
| TopologicalSorterTest.php | File | 1.83 KB | 0644 |
|
| helper.inc | File | 361 B | 0644 |
|