Home
last modified time | relevance | path

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

12

/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/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)
H A Dbug26862.phpt12 url_rewriter.tags="a=href,area=href,frame=src,form="
/PHP-8.1/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);
H A Dxml007.phpt2 xml_parse_into_struct/umlauts in tags
/PHP-8.1/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-8.1/ext/exif/tests/
H A Dexif004.phpt2 Check for exif_read_data, Unicode WinXP tags
18 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-8.1/ext/tidy/tests/
H A D024.phpt2 libtidy handling of 'new-blocklevel-tags'
19 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
/PHP-8.1/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-8.1/Zend/tests/
H A Dbug55445.phpt2 Bug #55445 (Lexer error with short open tags)
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug44394.phpt5 url_rewriter.tags="a=href,area=href,frame=src,form="
H A Dbug44394_2.phpt9 url_rewriter.tags="a=href,area=href,frame=src,form="
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.h60 HashTable *tags; member

Completed in 43 milliseconds

12