Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/phar/phar/
H A Dclicommand.inc21 protected $cmds = array();
29 $this->cmds = self::getCommands($this);
34 } elseif (!isset($this->cmds[$argv[1]]['run'])) {
40 if (isset($this->cmds[$command]['arg'])) {
305 $cmds = array($which => $this->cmds[$which]);
309 ksort($this->cmds);
310 foreach($this->cmds as $name => $funcs) {
316 foreach($this->cmds as $name => $funcs) {
320 $cmds = $this->cmds;
323 foreach($cmds as $name => $funcs) {
[all …]
/php-src/build/
H A Dltmain.sh2706 for cmd in $cmds; do
4352 for cmd in $cmds; do
4389 for cmd in $cmds; do
5605 eval cmds=\"$old_archive_cmds\"
5653 for cmd in $cmds; do
6080 cmds=$postinstall_cmds
6082 for cmd in $cmds; do
6303 for cmd in $cmds; do
6628 cmds=$postuninstall_cmds
6630 for cmd in $cmds; do
[all …]

Completed in 36 milliseconds