Searched refs:command_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | proc_open.c | 1143 zend_string *command_str; in PHP_FUNCTION() local 1181 Z_PARAM_ARRAY_HT_OR_STR(command_ht, command_str) in PHP_FUNCTION() 1202 command_str = create_win_command_from_args(command_ht); in PHP_FUNCTION() 1207 if (!command_str) { in PHP_FUNCTION() 1214 zend_string_addref(command_str); in PHP_FUNCTION() 1302 cmdw = php_win32_cp_conv_any_to_w(ZSTR_VAL(command_str), ZSTR_LEN(command_str), &cmdw_len); in PHP_FUNCTION() 1352 (char * const[]) {"sh", "-c", ZSTR_VAL(command_str), NULL}, in PHP_FUNCTION() 1384 execvp(ZSTR_VAL(command_str), argv); in PHP_FUNCTION() 1389 execl("/bin/sh", "sh", "-c", ZSTR_VAL(command_str), NULL); in PHP_FUNCTION() 1415 proc->command = zend_string_copy(command_str); in PHP_FUNCTION() [all …]
|
Completed in 7 milliseconds