command_len 482 ext/standard/exec.c int command_len; command_len 485 ext/standard/exec.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &command, &command_len) == FAILURE) { command_len 489 ext/standard/exec.c if (command_len) { command_len 490 ext/standard/exec.c if (command_len != strlen(command)) { command_len 532 ext/standard/exec.c int command_len; command_len 536 ext/standard/exec.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &command, &command_len) == FAILURE) { command_len 928 ext/standard/file.c int command_len, mode_len; command_len 933 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps", &command, &command_len, &mode, &mode_len) == FAILURE) { command_len 455 ext/standard/proc_open.c int command_len, cwd_len = 0; command_len 497 ext/standard/proc_open.c &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, command_len 522 ext/standard/proc_open.c command_len = strlen(command);