golden hour
/opt/alt/php71/usr/share/pear/test/Structures_Graph/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
AcyclicTestTest.php
1.28 KB
Del
OK
AllTests.php
444 B
Del
OK
BasicGraphTest.php
8.85 KB
Del
OK
TopologicalSorterTest.php
1.83 KB
Del
OK
helper.inc
361 B
Del
OK
Edit: helper.inc
<?php if ('/opt/alt/php71/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';
Save