Current File : //opt/RZphp74/includes/doc/PhpDocumentor/Documentation/tests/bug-defineparse.php
<?php
/** @package tests */
/**
* does not parse correctly because of function in definition
*/
define('SMART_PATH_DELIMITER', (substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/' ); // set the correct path delimiter
?>