4
0
Fork 0
php-7.4.32-mac-ssl/lib/php/pear/test/Structures_Graph/tests/helper.inc

11 lines
381 B
PHP
Raw Permalink Normal View History

2024-09-19 23:32:21 +03:00
<?php
if ('/Users/sanek/.phpbrew/php/php-7.4.32/lib/php/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';