Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dexec.c475 size_t command_len; in PHP_FUNCTION() local
478 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
481 if (command_len) { in PHP_FUNCTION()
482 if (command_len != strlen(command)) { in PHP_FUNCTION()
517 size_t command_len; local
522 Z_PARAM_STRING(command, command_len)
525 if (!command_len) {
529 if (strlen(command) != command_len) {
H A Dfile.c793 size_t command_len, mode_len; in PHP_FUNCTION() local
799 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()

Completed in 18 milliseconds