Searched refs:command_len (Results 1 – 2 of 2) sorted by relevance
475 size_t command_len; in PHP_FUNCTION() local478 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; local522 Z_PARAM_STRING(command, command_len)525 if (!command_len) {529 if (strlen(command) != command_len) {
918 size_t command_len, mode_len; in PHP_FUNCTION() local924 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()
Completed in 20 milliseconds