Searched refs:typ (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/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.')…
|
H A D | pharcommand.inc | 61 'typ' => 'alias', 66 'typ' => 'any', 72 'typ' => 'compalg', 82 'typ' => 'entry', 92 'typ' => 'select', 98 'typ' => 'regex', 103 'typ' => 'any', 108 'typ' => 'int', 113 'typ' => 'any', 130 'typ' => 'file', [all …]
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 1803 char *typ = NULL; in PHP_FUNCTION() local 1813 if (typ == NULL) { in PHP_FUNCTION() 1816 switch (*typ) { in PHP_FUNCTION() 4695 char *typ = NULL; in PHP_FUNCTION() local 4708 if (!typ || !strcasecmp("all", typ)) { in PHP_FUNCTION() 4785 } else if (!strcasecmp("http_input", typ)) { in PHP_FUNCTION() 4789 } else if (!strcasecmp("http_output", typ)) { in PHP_FUNCTION() 4797 } else if (!strcasecmp("func_overload", typ)) { in PHP_FUNCTION() 4812 } else if (!strcasecmp("mail_charset", typ)) { in PHP_FUNCTION() 4832 } else if (!strcasecmp("language", typ)) { in PHP_FUNCTION() [all …]
|
Completed in 29 milliseconds