Lines Matching refs:typ
1803 char *typ = NULL; in PHP_FUNCTION() local
1810 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &typ, &typ_len) == FAILURE) { in PHP_FUNCTION()
1813 if (typ == NULL) { in PHP_FUNCTION()
1816 switch (*typ) { in PHP_FUNCTION()
4695 char *typ = NULL; in PHP_FUNCTION() local
4704 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &typ, &typ_len) == FAILURE) { in PHP_FUNCTION()
4708 if (!typ || !strcasecmp("all", typ)) { in PHP_FUNCTION()
4781 } else if (!strcasecmp("internal_encoding", typ)) { in PHP_FUNCTION()
4785 } else if (!strcasecmp("http_input", typ)) { in PHP_FUNCTION()
4789 } else if (!strcasecmp("http_output", typ)) { in PHP_FUNCTION()
4793 } else if (!strcasecmp("http_output_conv_mimetypes", typ)) { in PHP_FUNCTION()
4797 } else if (!strcasecmp("func_overload", typ)) { in PHP_FUNCTION()
4799 } else if (!strcasecmp("func_overload_list", typ)) { in PHP_FUNCTION()
4812 } else if (!strcasecmp("mail_charset", typ)) { in PHP_FUNCTION()
4816 } else if (!strcasecmp("mail_header_encoding", typ)) { in PHP_FUNCTION()
4820 } else if (!strcasecmp("mail_body_encoding", typ)) { in PHP_FUNCTION()
4824 } else if (!strcasecmp("illegal_chars", typ)) { in PHP_FUNCTION()
4826 } else if (!strcasecmp("encoding_translation", typ)) { in PHP_FUNCTION()
4832 } else if (!strcasecmp("language", typ)) { in PHP_FUNCTION()
4836 } else if (!strcasecmp("detect_order", typ)) { in PHP_FUNCTION()
4847 } else if (!strcasecmp("substitute_character", typ)) { in PHP_FUNCTION()
4857 } else if (!strcasecmp("strict_detection", typ)) { in PHP_FUNCTION()