Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dexec.c413 int command_len; in PHP_FUNCTION() local
416 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &command, &command_len) == FAILURE) { in PHP_FUNCTION()
420 if (command_len) { in PHP_FUNCTION()
455 int command_len; local
459 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &command, &command_len) == FAILURE) {
H A Dproc_open.c442 int command_len, cwd_len = 0; in PHP_FUNCTION() local
483 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
508 command_len = strlen(command); in PHP_FUNCTION()
H A Dfile.c919 int command_len, mode_len; in PHP_FUNCTION() local
924 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps", &command, &command_len, &mode, &mode_le… in PHP_FUNCTION()

Completed in 17 milliseconds