Searched refs:cmd_len (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | exec.c | 174 int cmd_len; in php_exec_ex() local 179 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z/", &cmd, &cmd_len, &ret_code) == FAILURE… in php_exec_ex() 183 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z/z/", &cmd, &cmd_len, &ret_array, &ret_co… in php_exec_ex() 187 if (!cmd_len) { in php_exec_ex() 191 if (strlen(cmd) != cmd_len) { in php_exec_ex()
|
/PHP-5.4/ext/readline/ |
H A D | readline_cli.c | 631 uint cmd_len; in readline_shell_run() local 633 cmd_len = param - &line[1] - 1; in readline_shell_run() 634 cmd = estrndup(&line[1], cmd_len); in readline_shell_run() 636 …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.4/ext/ftp/ |
H A D | php_ftp.c | 512 int cmd_len; in PHP_FUNCTION() local 514 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION() 537 int cmd_len; in PHP_FUNCTION() local 539 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION() 1328 int cmd_len; in PHP_FUNCTION() local 1330 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
|
Completed in 12 milliseconds