oplog_file       1298 sapi/phpdbg/phpdbg.c 	char *oplog_file;
oplog_file       1359 sapi/phpdbg/phpdbg.c 	oplog_file = NULL;
oplog_file       1453 sapi/phpdbg/phpdbg.c 					oplog_file = strdup(php_optarg);
oplog_file       1759 sapi/phpdbg/phpdbg.c 		if (oplog_file) { /* open oplog */
oplog_file       1760 sapi/phpdbg/phpdbg.c 			PHPDBG_G(oplog) = fopen(oplog_file, "w+");
oplog_file       1762 sapi/phpdbg/phpdbg.c 				phpdbg_error("oplog", "path=\"%s\"", "Failed to open oplog %s", oplog_file);
oplog_file       1764 sapi/phpdbg/phpdbg.c 			free(oplog_file);
oplog_file       1765 sapi/phpdbg/phpdbg.c 			oplog_file = NULL;