Searched defs:typ (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c1771 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 10 milliseconds