Searched refs:ZEND_PATHS_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
40 # define ZEND_PATHS_SEPARATOR ';' macro43 # define ZEND_PATHS_SEPARATOR ';' macro46 # define ZEND_PATHS_SEPARATOR ';' macro49 # define ZEND_PATHS_SEPARATOR ':' macro
152 pathsep_str[0] = ZEND_PATHS_SEPARATOR; in PHP_MINIT_FUNCTION()
411 static const char paths_separator[] = { ZEND_PATHS_SEPARATOR, 0 }; in php_init_config()
Completed in 12 milliseconds