colonpos 1744 Zend/zend_compile.c char *colonpos = NULL; colonpos 1745 Zend/zend_compile.c colonpos = strchr(path, ':'); colonpos 1746 Zend/zend_compile.c if (colonpos != NULL) { colonpos 1747 Zend/zend_compile.c len_adjust = ((colonpos - path) + 1);