Searched refs:command_len (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | exec.c | 474 size_t command_len; in PHP_FUNCTION() local 476 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &command, &command_len) == FAILURE) { in PHP_FUNCTION() 480 if (command_len) { in PHP_FUNCTION() 481 if (command_len != strlen(command)) { in PHP_FUNCTION() 519 size_t command_len; local 523 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &command, &command_len) == FAILURE) {
|
H A D | proc_open.c | 416 size_t command_len, cwd_len = 0; in PHP_FUNCTION() local 461 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION() 493 command_len = strlen(command); in PHP_FUNCTION()
|
H A D | file.c | 911 size_t command_len, mode_len; in PHP_FUNCTION() local 916 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps", &command, &command_len, &mode, &mode_len) == FAIL… in PHP_FUNCTION()
|
Completed in 14 milliseconds