Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 72) sorted by relevance

123

/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_basic.phpt9 // with php open/close tags
11 echo "-- source string with PHP open and close tags --\n";
14 // without php open/close tags testing for T_INLINE_HTML
16 echo "-- source string without PHP open and close tags --\n";
23 -- source string with PHP open and close tags --
82 -- source string without PHP open and close tags --
H A Dtoken_get_all_variation14.phpt14 // with valid php tags and invalid tokens
15 echo "-- with valid PHP tags & invlid tokens --\n";
30 // with invalid PHP tags and invalid tokens
31 echo "-- with invalid PHP tags and tokens --\n";
39 -- with valid PHP tags & invlid tokens --
256 -- with invalid PHP tags and tokens --
H A Dtoken_get_all_variation18.phpt9 * HTML tags are considered to be T_INLINE_HTML(311)
12 echo "*** Testing token_get_all() : 'source' string with HTML tags ***\n";
29 *** Testing token_get_all() : 'source' string with HTML tags ***
H A Dno_inline_html_split.phpt2 Inline HTML should not be split at partial PHP tags
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt53 #our iptc tags
54 $tags=array();
55 $tags["2#105"]= "Tauren";
56 $tags["2#120"]= "Tauren with Trunk";
57 $tags["2#110"]= "Copyright 2004-2016, Blizzard";
58 $tags["2#025"]= "Tauren, Chaman, Blizzard";
59 $tags["2#090"]= "Thunder Bluffs";
66 #use iptcembed to get jpeg stream content with iptc tags
69 #write new image with iptc tags
76 #check jpeg properties for new image with iptc tags
[all …]
/php-src/ext/exif/tests/bug77184/
H A Dbug77184.phpt11 $tags = exif_read_data($infile);
12 echo $tags['GPSLatitude'][2], PHP_EOL;
13 echo $tags['GPSLongitude'][2], PHP_EOL;
/php-src/ext/exif/tests/bug75785/
H A Dbug75785.phpt8 $tags = exif_read_data($mixedEndiannessFile, 'EXIF', true, false);
10 echo $tags['GPS']['GPSLatitude'][0] . PHP_EOL;
11 echo $tags['GPS']['GPSLongitude'][0] . PHP_EOL;
/php-src/ext/session/tests/
H A D021.phpt2 rewriter handles form and fieldset tags correctly
13 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset="
35 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=");
44 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=fakeentry");
53 ini_set("url_rewriter.tags", "a=href,fieldset=,area=href,frame=src,input=src");
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/php-src/ext/xml/tests/
H A Dgh12254.phpt12 var_dump(xml_parse_into_struct($parser, "<container/>", $values, $tags));
17 xml_parse_into_struct($parser, "<container/>", $values, $tags);
19 xml_parse_into_struct($parser, "<container/>", $values, $tags);
H A Dbug32001b.phpt22 private $tags;
30 $this->tags = array();
35 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs);
87 var_dump($this->tags);
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt23 // on various allowed tags
25 foreach($allowed_tags_array as $tags)
28 var_dump( strip_tags($string, $tags) );
H A Dbug78346.phpt2 Bug #78346 (strip_tags no longer handling nested php tags)
H A Dbug50847.phpt2 Bug #50847 (strip_tags() removes all tags greater than 1023 bytes long)
/php-src/ext/exif/tests/
H A Dexif004.phpt2 Check for exif_read_data, Unicode WinXP tags
19 test4.jpg is a 1*1 image that contains Exif tags written by WindowsXP
H A Dduplicate_copyright_tag_leak.phpt2 OSS-Fuzz #17474: Memory leak on duplicate Copyright tags
/php-src/ext/tidy/tests/
H A D024.phpt2 libtidy handling of 'new-blocklevel-tags'
19 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c97 tkz->tags = NULL; in lxb_html_tokenizer_init()
122 tkz_to->tags = tkz_from->tags; in lxb_html_tokenizer_inherit()
248 tkz->tags = lexbor_hash_create(); in lxb_html_tokenizer_tags_make()
249 return lexbor_hash_init(tkz->tags, table_size, sizeof(lxb_tag_data_t)); in lxb_html_tokenizer_tags_make()
255 tkz->tags = lexbor_hash_destroy(tkz->tags, true); in lxb_html_tokenizer_tags_destroy()
275 if (tkz->tags == NULL) { in lxb_html_tokenizer_begin()
H A Dtokenizer.h41 lexbor_hash_t *tags; member
170 lxb_html_tokenizer_tags_set(lxb_html_tokenizer_t *tkz, lexbor_hash_t *tags) in lxb_html_tokenizer_tags_set() argument
172 tkz->tags = tags; in lxb_html_tokenizer_tags_set()
178 return tkz->tags; in lxb_html_tokenizer_tags()
/php-src/ext/xmlwriter/tests/
H A DOO_013.phpt10 $cDataString = "<cdataElement><![CDATA[Text for inclusion within CData tags can include characters …
28 <myDocumentRoot><myElement><cdataElement><![CDATA[Text for inclusion within CData tags can include …
H A DOO_012.phpt10 $cDataString = "Text for inclusion within CData tags can include characters like <, >, &, and quote…
30 <myDocumentRoot><myElement><cdataElement><![CDATA[Text for inclusion within CData tags can include …
/php-src/ext/standard/tests/general_functions/
H A Dphpinfo-header-anchors.phpt2 phpinfo() with clickable anchor tags
H A Dbug44394.phpt5 url_rewriter.tags="a=href,area=href,frame=src,form="
/php-src/Zend/tests/
H A Dbug55445.phpt2 Bug #55445 (Lexer error with short open tags)
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c103 document->tags = owner->tags; in lxb_dom_document_init()
136 document->tags = lexbor_hash_create(); in lxb_dom_document_init()
137 status = lexbor_hash_init(document->tags, 128, sizeof(lxb_tag_data_t)); in lxb_dom_document_init()
170 lexbor_hash_destroy(document->tags, true); in lxb_dom_document_init()
184 lexbor_hash_clean(document->tags); in lxb_dom_document_clean()
215 lexbor_hash_destroy(document->tags, true); in lxb_dom_document_destroy()

Completed in 28 milliseconds

123