/PHP-7.3/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-7.3/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 14 // with php open/close tags 16 echo "-- source string with PHP open and close tags --\n"; 19 // without php open/close tags testing for T_INLINE_HTML 21 echo "-- source string without PHP open and close tags --\n"; 28 -- source string with PHP open and close tags -- 87 -- source string without PHP open and close tags --
|
H A D | token_get_all_variation14.phpt | 19 // with valid php tags and invalid tokens 20 echo "-- with valid PHP tags & invlid tokens --\n"; 35 // with invalid PHP tags and invalid tokens 36 echo "-- with invalid PHP tags and tokens --\n"; 44 -- with valid PHP tags & invlid tokens -- 270 -- with invalid PHP tags and tokens --
|
H A D | token_get_all_variation18.phpt | 14 * HTML tags are considered to be T_INLINE_HTML(311) 17 echo "*** Testing token_get_all() : 'source' string with HTML tags ***\n"; 34 *** Testing token_get_all() : 'source' string with HTML tags ***
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | fgetss_variation3-win32.phpt | 15 Description: Gets line from file pointer and strip HTML tags 28 /* string with html and php tags */ 34 this line is without any html and php tags 114 string(43) "this line is without any html and php tags 168 string(43) "this line is without any html and php tags 222 string(43) "this line is without any html and php tags 276 string(43) "this line is without any html and php tags 330 string(43) "this line is without any html and php tags 384 string(43) "this line is without any html and php tags 438 string(43) "this line is without any html and php tags [all …]
|
H A D | fgetss_variation3.phpt | 15 Description: Gets line from file pointer and strip HTML tags 28 /* string with html and php tags */ 34 this line is without any html and php tags 110 string(43) "this line is without any html and php tags 164 string(43) "this line is without any html and php tags 218 string(43) "this line is without any html and php tags 272 string(43) "this line is without any html and php tags 326 string(43) "this line is without any html and php tags 380 string(43) "this line is without any html and php tags 434 string(43) "this line is without any html and php tags [all …]
|
H A D | fgetss_variation2.phpt | 9 Description: Gets line from file pointer and strip HTML tags 19 /* string with html and php tags */ 25 this line is without any html and php tags 104 string(43) "this line is without any html and php tags 124 string(46) "this text contains some html tags body br 165 string(43) "this line is without any html and php tags 185 string(46) "this text contains some html tags body br 226 string(43) "this line is without any html and php tags 287 string(43) "this line is without any html and php tags 348 string(43) "this line is without any html and php tags [all …]
|
H A D | fgetss_basic1.phpt | 9 Description: Gets line from file pointer and strip HTML tags 19 /* string with html and php tags */ 36 /* create an empty file and write the strings with tags */ 47 /* read entire file and strip tags */ 49 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file 54 /* read entire file and strip tags tags */
|
H A D | fgetss_variation4.phpt | 14 Description: Gets line from file pointer and strip HTML tags 22 /* string with html and php tags */ 28 this line is without any html and php tags 31 this text contains some html tags <body> body </body> <br> br </br> 43 /* create an empty file and write the strings with tags */ 65 // now file is at the end try reading with length and allowable tags,expecting false
|
H A D | fgetss_basic2-win32-mb.phpt | 15 Description: Gets line from file pointer and strip HTML tags 27 /* string with html and php tags */ 45 /* create an empty file and write the strings with tags */ 59 /* read entire file and strip tags */ 61 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file 66 /* read entire file and strip tags tags */
|
H A D | fgetss_basic2-win32.phpt | 15 Description: Gets line from file pointer and strip HTML tags 27 /* string with html and php tags */ 45 /* create an empty file and write the strings with tags */ 59 /* read entire file and strip tags */ 61 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file 66 /* read entire file and strip tags tags */
|
H A D | fgetss_basic2.phpt | 15 Description: Gets line from file pointer and strip HTML tags 27 /* string with html and php tags */ 43 /* create an empty file and write the strings with tags */ 57 /* read entire file and strip tags */ 59 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file 64 /* read entire file and strip tags tags */
|
H A D | fgetss_variation1-win32.phpt | 15 Description: Gets line from file pointer and strip HTML tags 29 /* string with html and php tags */ 35 this line is without any html and php tags 37 this text contains some html tags <body> body </body> <br> br </br> 53 /* create an empty file and write the strings with tags */ 67 /* read entire file and strip tags */
|
H A D | fgetss_variation1.phpt | 15 Description: Gets line from file pointer and strip HTML tags 29 /* string with html and php tags */ 35 this line is without any html and php tags 37 this text contains some html tags <body> body </body> <br> br </br> 49 /* create an empty file and write the strings with tags */ 63 /* read entire file and strip tags */
|
/PHP-7.3/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-7.3/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-7.3/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)
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strip_tags_basic2.phpt | 8 * Description: Strips HTML and PHP tags from a string 30 // on various allowed tags 32 foreach($allowed_tags_array as $tags) 35 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-7.3/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-7.3/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
|
/PHP-7.3/Zend/tests/ |
H A D | bug55445.phpt | 2 Bug #55445 (Lexer error with short open tags)
|
/PHP-7.3/ext/xml/tests/ |
H A D | bug32001b.phpt | 17 private $tags; 25 $this->tags = array(); 30 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs); 82 var_dump($this->tags);
|