Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dproc_open.c1002 HashTable *command_ht; in PHP_FUNCTION() local
1039 Z_PARAM_ARRAY_HT_OR_STR(command_ht, command_str) in PHP_FUNCTION()
1050 if (command_ht) { in PHP_FUNCTION()
1051 uint32_t num_elems = zend_hash_num_elements(command_ht); in PHP_FUNCTION()
1060 command = create_win_command_from_args(command_ht); in PHP_FUNCTION()
1065 command = get_command_from_array(command_ht, &argv, num_elems); in PHP_FUNCTION()

Completed in 7 milliseconds