Home
last modified time | relevance | path

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

/PHP-7.4/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 Dfile.c927 size_t command_len, mode_len; in PHP_FUNCTION() local
933 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()

Completed in 19 milliseconds