oplog_file        969 sapi/phpdbg/phpdbg.c 	char *oplog_file;
oplog_file       1061 sapi/phpdbg/phpdbg.c 	oplog_file = NULL;
oplog_file       1150 sapi/phpdbg/phpdbg.c 					oplog_file = strdup(php_optarg);
oplog_file       1382 sapi/phpdbg/phpdbg.c 		if (oplog_file) { /* open oplog */
oplog_file       1383 sapi/phpdbg/phpdbg.c 			PHPDBG_G(oplog) = fopen(oplog_file, "w+");
oplog_file       1386 sapi/phpdbg/phpdbg.c 						"Failed to open oplog %s", oplog_file);
oplog_file       1388 sapi/phpdbg/phpdbg.c 			free(oplog_file);