Home
last modified time | relevance | path

Searched refs:classPath (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtAutoload.php20 protected static $classPath; variable in gtAutoload
30 self::$classPath = dirname(__FILE__);
32 if (substr(self::$classPath, -1) != '/') {
33 self::$classPath .= '/';
36 if (file_exists(self::$classPath . 'gtClassMap.php')) {
37 include self::$classPath . 'gtClassMap.php';
58 include self::$classPath . self::$classMap[$class];
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar371 protected static $classPath;
381 self::$classPath = dirname(__FILE__);
383 if (substr(self::$classPath, -1) != '/') {
384 self::$classPath .= '/';
387 if (file_exists(self::$classPath . 'gtClassMap.php')) {
388 include self::$classPath . 'gtClassMap.php';
409 include self::$classPath . self::$classMap[$class];

Completed in 8 milliseconds