Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dproc_open.c518 char* command_dup = NULL; in PHP_FUNCTION() local
840 command_dup = strdup(command); in PHP_FUNCTION()
841 if (!command_dup) { in PHP_FUNCTION()
845 construct_argc_argv(command_dup, NULL, &command_num_args, NULL); in PHP_FUNCTION()
848 free(command_dup); in PHP_FUNCTION()
855 construct_argc_argv(command_dup, NULL, &command_num_args, child_argv); in PHP_FUNCTION()
859 free(command_dup); in PHP_FUNCTION()

Completed in 6 milliseconds