Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.4.25-202110251523
/
share
/
test
/
Structures_Graph
/
tests
/
//opt/php-7.4.25-202110251523/share/test/Structures_Graph/tests/helper.inc
<?php if ('/opt/php-7.4.25-202110251523/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';