Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.h43 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… argument
44 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… argument
45 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… argument
46 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… argument
52 #define phpdbg_error_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , out, tag, xmlf… argument
53 #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlf… argument
54 #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlf… argument
55 #define phpdbg_write_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , out, tag, xmlf… argument
H A Dphpdbg_out.c952 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print()
1098 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint()
1167 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...) { in phpdbg_output_err_buf()
1188 PHPDBG_API int phpdbg_print(int type, int fd, const char *tag, const char *xmlfmt, const char *strf… in phpdbg_print()
H A Dphpdbg.h297 char *tag; member
/PHP-7.1/ext/enchant/docs/examples/
H A Dexample1.php2 $tag = 'en_US'; variable
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.h42 smart_str tag; /* read only */ member
H A Dstring.c4549 int php_tag_find(char *tag, size_t len, const char *set) {
/PHP-7.1/ext/xml/
H A Dxml.c705 static zend_string *_xml_decode_tag(xml_parser *parser, const char *tag) in _xml_decode_tag()
757 zval tag, atr; in _xml_startElementHandler() local
826 zval tag; in _xml_endElementHandler() local
907 zval tag; in _xml_characterDataHandler() local
/PHP-7.1/ext/phar/
H A Dpharzip.h136 char tag[2]; member
141 char tag[2]; /* 0x756e Short tag for this extra block type ("nu") */ member
/PHP-7.1/ext/enchant/
H A Denchant.c538 char *tag; in PHP_FUNCTION() local
648 char *tag; in PHP_FUNCTION() local
/PHP-7.1/ext/exif/
H A Dexif.c1353 WORD tag; member
1497 int tag; member
1657 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value()
1802 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag()
2348 zend_long tag; in PHP_FUNCTION() local
2706 static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char … in exif_process_unicode()
2843 unsigned int tag, format, components; in exif_process_IFD_TAG() local
/PHP-7.1/ext/tidy/
H A Dtidy.c104 #define TIDY_TAG_CONST(tag) REGISTER_LONG_CONSTANT("TIDY_TAG_" #tag, TidyTag_##tag, CONST_CS | CONS… argument
/PHP-7.1/ext/openssl/
H A Dopenssl.c6270 char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init()
6383 zval *tag = NULL; in PHP_FUNCTION() local
6480 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
/PHP-7.1/ext/ldap/
H A Dldap.c3077 ber_tag_t tag; in PHP_FUNCTION() local

Completed in 110 milliseconds