Searched refs:command_dup (Results 1 – 1 of 1) sorted by relevance
479 char* command_dup = NULL; in PHP_FUNCTION() local799 command_dup = strdup(command); in PHP_FUNCTION()800 if (!command_dup) { in PHP_FUNCTION()804 construct_argc_argv(command_dup, NULL, &command_num_args, NULL); in PHP_FUNCTION()807 free(command_dup); in PHP_FUNCTION()814 construct_argc_argv(command_dup, NULL, &command_num_args, child_argv); in PHP_FUNCTION()818 free(command_dup); in PHP_FUNCTION()
Completed in 9 milliseconds