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.c1075 zend_string *command_str; in PHP_FUNCTION() local
1113 Z_PARAM_ARRAY_HT_OR_STR(command_ht, command_str) in PHP_FUNCTION()
1134 command_str = create_win_command_from_args(command_ht); in PHP_FUNCTION()
1136 command_str = get_command_from_array(command_ht, &argv, num_elems); in PHP_FUNCTION()
1139 if (!command_str) { in PHP_FUNCTION()
1146 zend_string_addref(command_str); in PHP_FUNCTION()
1234 cmdw = php_win32_cp_conv_any_to_w(ZSTR_VAL(command_str), ZSTR_LEN(command_str), &cmdw_len); in PHP_FUNCTION()
1285 execvp(ZSTR_VAL(command_str), argv); in PHP_FUNCTION()
1290 execl("/bin/sh", "sh", "-c", ZSTR_VAL(command_str), NULL); in PHP_FUNCTION()
1316 proc->command = zend_string_copy(command_str); in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds