Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddir.c133 static char dirsep_str[2], pathsep_str[2]; in PHP_MINIT_FUNCTION() local
143 dirsep_str[0] = DEFAULT_SLASH; in PHP_MINIT_FUNCTION()
144 dirsep_str[1] = '\0'; in PHP_MINIT_FUNCTION()
145 REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", dirsep_str, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds