Searched refs:typ (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/phar/phar/ |
| H A D | clicommand.inc | 103 $typ = $this->args[$arg]['typ']; 105 if (isset($this->typs[$typ]['typ'])) { 106 return call_user_func(array($this, $this->typs[$typ]['typ']), $argv[$i], $this->args[$arg], $arg); 143 return self::getSubFuncs($cmdclass, 'cli_arg_', array('typ')); 283 return array('' => array('typ'=>'any','val'=>NULL,'inf'=>'Optional command to retrieve help for.'));
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 1771 char *typ = NULL; local 1778 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &typ, &typ_len) == FAILURE) { 1781 if (typ == NULL) { 1784 switch (*typ) { 4314 char *typ = NULL; local 4323 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &typ, &typ_len) == FAILURE) { 4327 if (!typ || !strcasecmp("all", typ)) { 4402 } else if (!strcasecmp("internal_encoding", typ)) { 4406 } else if (!strcasecmp("http_input", typ)) { [all...] |
Completed in 24 milliseconds