Home
last modified time | relevance | path

Searched refs:cmd_len (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/standard/
H A Dexec.c217 int cmd_len; in php_exec_ex() local
222 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z/", &cmd, &cmd_len, &ret_code) == FAILURE… in php_exec_ex()
226 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z/z/", &cmd, &cmd_len, &ret_array, &ret_co… in php_exec_ex()
230 if (!cmd_len) { in php_exec_ex()
234 if (strlen(cmd) != cmd_len) { in php_exec_ex()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_prompt.c199 size_t cmd_len = 0L; in phpdbg_try_file_init() local
205 cmd_len = strlen(cmd)-1; in phpdbg_try_file_init()
207 while (cmd_len > 0L && isspace(cmd[cmd_len-1])) in phpdbg_try_file_init()
208 cmd_len--; in phpdbg_try_file_init()
210 cmd[cmd_len] = '\0'; in phpdbg_try_file_init()
212 if (*cmd && cmd_len > 0L && cmd[0] != '#') { in phpdbg_try_file_init()
213 if (cmd_len == 2) { in phpdbg_try_file_init()
234 code = malloc(cmd_len + 1); in phpdbg_try_file_init()
235 } else code = realloc(code, code_len + cmd_len + 1); in phpdbg_try_file_init()
239 &code[code_len], cmd, cmd_len); in phpdbg_try_file_init()
[all …]
/PHP-5.6/ext/readline/
H A Dreadline_cli.c635 uint cmd_len; in readline_shell_run() local
637 cmd_len = param - &line[1] - 1; in readline_shell_run()
638 cmd = estrndup(&line[1], cmd_len); in readline_shell_run()
640 …zend_alter_ini_entry_ex(cmd, cmd_len + 1, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIM… in readline_shell_run()
/PHP-5.6/ext/ftp/
H A Dphp_ftp.c515 int cmd_len; in PHP_FUNCTION() local
517 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
540 int cmd_len; in PHP_FUNCTION() local
542 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
1331 int cmd_len; in PHP_FUNCTION() local
1333 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()

Completed in 30 milliseconds