colonpos         7474 Zend/zend_compile.c 	char *colonpos = NULL;
colonpos         7475 Zend/zend_compile.c 	colonpos = strchr(path, ':');
colonpos         7476 Zend/zend_compile.c 	if (colonpos != NULL) {
colonpos         7477 Zend/zend_compile.c 		len_adjust = ((colonpos - path) + 1);