Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dproc_open.c1066 zend_string *command_str; in PHP_FUNCTION() local
1104 Z_PARAM_ARRAY_HT_OR_STR(command_ht, command_str) in PHP_FUNCTION()
1125 command_str = create_win_command_from_args(command_ht); in PHP_FUNCTION()
1127 command_str = get_command_from_array(command_ht, &argv, num_elems); in PHP_FUNCTION()
1130 if (!command_str) { in PHP_FUNCTION()
1137 zend_string_addref(command_str); in PHP_FUNCTION()
1225 cmdw = php_win32_cp_conv_any_to_w(ZSTR_VAL(command_str), ZSTR_LEN(command_str), &cmdw_len); in PHP_FUNCTION()
1276 execvp(ZSTR_VAL(command_str), argv); in PHP_FUNCTION()
1281 execl("/bin/sh", "sh", "-c", ZSTR_VAL(command_str), NULL); in PHP_FUNCTION()
1307 proc->command = zend_string_copy(command_str); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds