Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 80) sorted by relevance

1234

/PHP-5.3/ext/enchant/tests/
H A Ddict_quick_check.phpt7 $tag = 'en_US';
9 if (!enchant_broker_dict_exists($r, $tag))
10 die('skip, no dictionary for ' . $tag . ' tag');
15 $tag = 'en_US';
18 $d = enchant_broker_request_dict($r, $tag);
/PHP-5.3/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt63 [tag] => MAIN
70 [tag] => PARA
77 [tag] => NOTE
85 [tag] => PARA
92 [tag] => PARA
99 [tag] => NOTE
107 [tag] => PARA
114 [tag] => MAIN
H A Dbug50576.phpt66 [tag] => LISTOFAWARDS
80 [tag] => COUNT
89 [tag] => TOTAL
97 [tag] => COUNT
106 [tag] => COUNT
113 [tag] => LISTOFAWARDS
122 [tag] => LISTOFAWARDS
H A Dxml007.phpt13 function startHandler($parser,$tag,$attr)
15 var_dump($tag,$attr);
18 function endHandler($parser,$tag)
20 var_dump($tag);
39 ["tag"]=>
H A Dxml011.phpt39 [tag] => TEXT
47 [tag] => B
54 [tag] => TEXT
62 [tag] => TEXT
H A Dbug30266.phpt33 function startHandler($XmlParser, $tag, $attr)
39 function endHandler($XmlParser, $tag)
H A Dbug26528.phpt19 ["tag"]=>
/PHP-5.3/ext/enchant/docs/examples/
H A Dexample1.php2 $tag = 'en_US'; variable
9 if (enchant_broker_dict_exists($r,$tag)) {
10 $d = enchant_broker_request_dict($r, $tag);
12 echo "dictionary $tag provides:\n";
/PHP-5.3/ext/exif/tests/
H A Dbug54002.phpt2 Bug #54002 (crash on crafted tag)
14 Warning: exif_read_data(bug54002_1.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sb…
16 Warning: exif_read_data(bug54002_1.jpeg): Process tag(xA000=FlashPixVer): Illegal pointer offset(%s…
18 Warning: exif_read_data(bug54002_2.jpeg): Process tag(x0205=UndefinedTa): Illegal byte_count in %sb…
20 Warning: exif_read_data(bug54002_2.jpeg): Process tag(xA000=FlashPixVer): Illegal pointer offset(%s…
/PHP-5.3/tests/lang/
H A Dshort_tags.001.phpt7 echo "Used a short tag\n";
11 Used a short tag
H A Dshort_tags.002.phpt7 echo "Used a short tag\n";
12 echo "Used a short tag\n";
H A Dscript_tag.phpt2 <script> tag
/PHP-5.3/ext/xml/
H A Dxml.c860 newstr = xml_utf8_decode(tag, strlen(tag), &out_len, parser->target_encoding); in _xml_decode_tag()
909 zval *tag, *atr; in _xml_startElementHandler() local
912 MAKE_STD_ZVAL(tag); in _xml_startElementHandler()
915 array_init(tag); in _xml_startElementHandler()
921 add_assoc_string(tag,"type","open",1); in _xml_startElementHandler()
980 zval *tag; in _xml_endElementHandler() local
985 MAKE_STD_ZVAL(tag); in _xml_endElementHandler()
987 array_init(tag); in _xml_endElementHandler()
1066 zval *tag; in _xml_characterDataHandler() local
1088 MAKE_STD_ZVAL(tag); in _xml_characterDataHandler()
[all …]
/PHP-5.3/ext/xmlwriter/tests/
H A D010.phpt14 var_dump(xmlwriter_start_element($xw, "tag"));
44 string(14) "<tag attr=""/>"
/PHP-5.3/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-5.3/ext/standard/
H A Durl_scanner_ex.re211 switch (ctx->tag.len) {
213 if (!strncasecmp(ctx->tag.c, "form", sizeof("form") - 1)) {
231 if (!strncasecmp(ctx->tag.c, "fieldset", sizeof("fieldset") - 1)) {
244 * have that tag in our table. If we might modify it,
245 * we continue to scan the tag, otherwise we simply copy the complete
254 ctx->tag.len = 0;
255 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
256 for (i = 0; i < ctx->tag.len; i++)
257 ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag.c[i]);
258 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS)
[all …]
H A Durl_scanner_ex.c274 switch (ctx->tag.len) { in handle_form()
276 if (!strncasecmp(ctx->tag.c, "form", sizeof("form") - 1)) { in handle_form()
294 if (!strncasecmp(ctx->tag.c, "fieldset", sizeof("fieldset") - 1)) { in handle_form()
317 ctx->tag.len = 0; in handle_tag()
318 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); in handle_tag()
319 for (i = 0; i < ctx->tag.len; i++) in handle_tag()
320 ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag.c[i]); in handle_tag()
321 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS) in handle_tag()
988 smart_str_free(&ctx->tag); in php_url_scanner_ex_deactivate()
H A Durl_scanner_ex.h38 smart_str tag; /* read only */ member
/PHP-5.3/Zend/tests/
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-5.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt27 // with invalid open tag for testing entire source to be unkown token
28 echo "-- with invlalid PHP open tag & valid tokens --\n";
255 -- with invlalid PHP open tag & valid tokens --
/PHP-5.3/ext/libxml/tests/
H A D002.phpt66 Fatal Error 76: Opening and ending tag mismatch: titles line 4 and title
80 string(57) "Opening and ending tag mismatch: titles line 4 and title
/PHP-5.3/ext/exif/
H A Dexif.c1369 WORD tag; member
1513 int tag; member
1690 info_data->tag = tag; in exif_iif_add_value()
1827 info_data->tag = TAG_NONE; in exif_iif_add_int()
2370 long tag; in PHP_FUNCTION() local
2522 if (info_data->tag==TAG_STRIP_OFFSETS || info_data->tag==TAG_JPEG_INTERCHANGE_FORMAT) { in exif_thumbnail_build()
2724 xp_field->tag = tag; in exif_process_unicode()
2831 int tag, format, components; in exif_process_IFD_TAG() local
2945 switch(tag) { in exif_process_IFD_TAG()
2982 switch(tag) { in exif_process_IFD_TAG()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt21 "<a>This is a hyper text tag</a>",
47 string(31) "<a>This is a hyper text tag</a>"
H A Dstrip_tags_variation10.phpt22 '<a>This is a hyper text tag</a>',
48 string(31) "<a>This is a hyper text tag</a>"
/PHP-5.3/ext/enchant/
H A Denchant.c87 ZEND_ARG_INFO(0, tag)
101 ZEND_ARG_INFO(0, tag)
536 char *tag; in PHP_FUNCTION() local
540 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &broker, &tag, &taglen) == FAILURE) { in PHP_FUNCTION()
546 d = enchant_broker_request_dict(pbroker->pbroker, (const char *)tag); in PHP_FUNCTION()
657 char *tag; local
661 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &broker, &tag, &taglen) == FAILURE) {
667 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag));

Completed in 61 milliseconds

1234