Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dexec.c482 int command_len; in PHP_FUNCTION() local
485 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &command, &command_len) == FAILURE) { in PHP_FUNCTION()
489 if (command_len) { in PHP_FUNCTION()
490 if (command_len != strlen(command)) { in PHP_FUNCTION()
532 int command_len; local
536 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &command, &command_len) == FAILURE) {
H A Dproc_open.c455 int command_len, cwd_len = 0; in PHP_FUNCTION() local
497 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
522 command_len = strlen(command); in PHP_FUNCTION()
H A Dfile.c928 int command_len, mode_len; in PHP_FUNCTION() local
933 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps", &command, &command_len, &mode, &mode_le… in PHP_FUNCTION()

Completed in 19 milliseconds