Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dexec.c487 size_t command_len; in PHP_FUNCTION() local
490 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
493 if (command_len) { in PHP_FUNCTION()
494 if (command_len != strlen(command)) { in PHP_FUNCTION()
532 size_t command_len; local
537 Z_PARAM_STRING(command, command_len)
540 if (!command_len) {
544 if (strlen(command) != command_len) {
H A Dproc_open.c409 size_t command_len, cwd_len = 0; in PHP_FUNCTION() local
448 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
484 command_len = strlen(command); in PHP_FUNCTION()
730 cmdw = php_win32_cp_conv_any_to_w(command, command_len, &tmp_len); in PHP_FUNCTION()
H A Dfile.c933 size_t command_len, mode_len; in PHP_FUNCTION() local
939 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()

Completed in 13 milliseconds