Home
last modified time | relevance | path

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

/PHP-5.5/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.c454 int command_len, cwd_len = 0; in PHP_FUNCTION() local
496 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
521 command_len = strlen(command); in PHP_FUNCTION()
H A Dfile.c920 int command_len, mode_len; in PHP_FUNCTION() local
925 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps", &command, &command_len, &mode, &mode_le… in PHP_FUNCTION()

Completed in 16 milliseconds