/PHP-8.0/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 9 // 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 D | token_get_all_variation14.phpt | 14 // 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 D | token_get_all_variation18.phpt | 9 * 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 D | no_inline_html_split.phpt | 2 Inline HTML should not be split at partial PHP tags
|
/PHP-8.0/ext/standard/tests/image/ |
H A D | iptcembed_002.phpt | 53 #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.0/ext/exif/tests/bug77184/ |
H A D | bug77184.phpt | 11 $tags = exif_read_data($infile); 12 echo $tags['GPSLatitude'][2], PHP_EOL; 13 echo $tags['GPSLongitude'][2], PHP_EOL;
|
/PHP-8.0/ext/exif/tests/bug75785/ |
H A D | bug75785.phpt | 8 $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.0/ext/session/tests/ |
H A D | 021.phpt | 2 rewriter handles form and fieldset tags correctly 11 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset=" 33 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form="); 42 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=fakeentry"); 51 ini_set("url_rewriter.tags", "a=href,fieldset=,area=href,frame=src,input=src");
|
H A D | bug41600.phpt | 2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
|
H A D | bug26862.phpt | 10 url_rewriter.tags="a=href,area=href,frame=src,form="
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strip_tags_basic2.phpt | 23 // on various allowed tags 25 foreach($allowed_tags_array as $tags) 28 var_dump( strip_tags($string, $tags) );
|
H A D | bug78346.phpt | 2 Bug #78346 (strip_tags no longer handling nested php tags)
|
H A D | bug50847.phpt | 2 Bug #50847 (strip_tags() removes all tags greater than 1023 bytes long)
|
/PHP-8.0/ext/tidy/tests/ |
H A D | 024.phpt | 2 libtidy handling of 'new-blocklevel-tags' 22 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
|
/PHP-8.0/ext/exif/tests/ |
H A D | exif004.phpt | 2 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 D | duplicate_copyright_tag_leak.phpt | 2 OSS-Fuzz #17474: Memory leak on duplicate Copyright tags
|
/PHP-8.0/ext/xmlwriter/tests/ |
H A D | OO_012.phpt | 10 $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 …
|
H A D | OO_013.phpt | 10 $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 …
|
/PHP-8.0/Zend/tests/ |
H A D | bug55445.phpt | 2 Bug #55445 (Lexer error with short open tags)
|
/PHP-8.0/ext/xml/tests/ |
H A D | bug32001b.phpt | 21 private $tags; 29 $this->tags = array(); 34 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs); 86 var_dump($this->tags);
|
H A D | xml007.phpt | 2 xml_parse_into_struct/umlauts in tags
|
H A D | bug70962.phpt | 26 // Check XML_OPTION_SKIP_WHITE ignores values of tags containing whitespace characters only.
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug44394.phpt | 5 url_rewriter.tags="a=href,area=href,frame=src,form="
|
H A D | bug44394_2.phpt | 9 url_rewriter.tags="a=href,area=href,frame=src,form="
|
/PHP-8.0/ext/standard/ |
H A D | url_scanner_ex.h | 60 HashTable *tags; member
|