proj             1405 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, proj)
proj               34 ext/standard/ftok.c 	char *pathname, *proj;
proj               38 ext/standard/ftok.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps", &pathname, &pathname_len, &proj, &proj_len) == FAILURE) {
proj               56 ext/standard/ftok.c 	k = ftok(pathname, proj[0]);