Home
last modified time | relevance | path

Searched refs:oplog_file (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c973 char *oplog_file; local
1065 oplog_file = NULL;
1154 oplog_file = strdup(php_optarg);
1386 if (oplog_file) { /* open oplog */
1387 PHPDBG_G(oplog) = fopen(oplog_file, "w+");
1390 "Failed to open oplog %s", oplog_file);
1392 free(oplog_file);

Completed in 8 milliseconds