Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dexec.c481 size_t command_len; in PHP_FUNCTION() local
484 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
487 if (command_len) { in PHP_FUNCTION()
488 if (command_len != strlen(command)) { in PHP_FUNCTION()
526 size_t command_len; local
531 Z_PARAM_STRING(command, command_len)
534 if (!command_len) {
538 if (strlen(command) != command_len) {
H A Dproc_open.c410 size_t command_len, cwd_len = 0; in PHP_FUNCTION() local
449 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
485 command_len = strlen(command); in PHP_FUNCTION()
731 cmdw = php_win32_cp_conv_any_to_w(command, command_len, &tmp_len); in PHP_FUNCTION()
H A Dfile.c930 size_t command_len, mode_len; in PHP_FUNCTION() local
936 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()

Completed in 15 milliseconds