Searched refs:pathsep_str (Results 1 – 1 of 1) sorted by relevance
133 static char dirsep_str[2], pathsep_str[2]; in PHP_MINIT_FUNCTION() local147 pathsep_str[0] = ZEND_PATHS_SEPARATOR; in PHP_MINIT_FUNCTION()148 pathsep_str[1] = '\0'; in PHP_MINIT_FUNCTION()149 REGISTER_STRING_CONSTANT("PATH_SEPARATOR", pathsep_str, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
Completed in 8 milliseconds