Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/tokenizer/tests/
H A Dtoken_get_all_basic.phpt14 // 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 Dtoken_get_all_variation14.phpt19 // 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 Dtoken_get_all_variation18.phpt14 * 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.1/ext/standard/tests/file/
H A Dfgetss_variation3-win32.phpt13 Description: Gets line from file pointer and strip HTML tags
20 reading line by line with allowable tags: <test>, <html>, <?>
26 /* string with html and php tags */
32 this line is without any html and php tags
112 string(43) "this line is without any html and php tags
166 string(43) "this line is without any html and php tags
220 string(43) "this line is without any html and php tags
274 string(43) "this line is without any html and php tags
328 string(43) "this line is without any html and php tags
382 string(43) "this line is without any html and php tags
[all …]
H A Dfgetss_variation3.phpt13 Description: Gets line from file pointer and strip HTML tags
20 reading line by line with allowable tags: <test>, <html>, <?>
26 /* string with html and php tags */
32 this line is without any html and php tags
108 string(43) "this line is without any html and php tags
162 string(43) "this line is without any html and php tags
216 string(43) "this line is without any html and php tags
270 string(43) "this line is without any html and php tags
324 string(43) "this line is without any html and php tags
378 string(43) "this line is without any html and php tags
[all …]
H A Dfgetss_variation2.phpt7 Description: Gets line from file pointer and strip HTML tags
17 /* string with html and php tags */
23 this line is without any html and php tags
38 /* create an empty file and write the strings with tags */
102 string(43) "this line is without any html and php tags
122 string(46) "this text contains some html tags body br
163 string(43) "this line is without any html and php tags
224 string(43) "this line is without any html and php tags
285 string(43) "this line is without any html and php tags
346 string(43) "this line is without any html and php tags
[all …]
H A Dfgetss_basic1.phpt7 Description: Gets line from file pointer and strip HTML tags
17 /* string with html and php tags */
34 /* create an empty file and write the strings with tags */
45 /* read entire file and strip tags */
47 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file
52 /* read entire file and strip tags tags */
H A Dfgetss_variation4.phpt12 Description: Gets line from file pointer and strip HTML tags
20 /* string with html and php tags */
26 this line is without any html and php tags
29 this text contains some html tags <body> body </body> <br> br </br>
41 /* create an empty file and write the strings with tags */
63 // now file is at the end try reading with length and allowable tags,expecting false
H A Dfgetss_basic2-win32-mb.phpt13 Description: Gets line from file pointer and strip HTML tags
25 /* 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 Dfgetss_basic2-win32.phpt13 Description: Gets line from file pointer and strip HTML tags
25 /* 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 Dfgetss_basic2.phpt13 Description: Gets line from file pointer and strip HTML tags
25 /* string with html and php tags */
41 /* create an empty file and write the strings with tags */
55 /* read entire file and strip tags */
57 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file
62 /* read entire file and strip tags tags */
H A Dfgetss_variation1-win32.phpt13 Description: Gets line from file pointer and strip HTML tags
27 /* string with html and php tags */
33 this line is without any html and php tags
35 this text contains some html tags <body> body </body> <br> br </br>
51 /* create an empty file and write the strings with tags */
65 /* read entire file and strip tags */
H A Dfgetss_variation1.phpt13 Description: Gets line from file pointer and strip HTML tags
27 /* string with html and php tags */
33 this line is without any html and php tags
35 this text contains some html tags <body> body </body> <br> br </br>
47 /* create an empty file and write the strings with tags */
61 /* read entire file and strip tags */
H A Dfgetss_variation5.phpt13 Description: Gets line from file pointer and strip HTML tags
25 /* string with html and php tags */
31 this line is without any html and php tags
33 this text contains some html tags <body> body </body> <br> br </br>
45 /* 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 Dfgetss_variation5-win32.phpt13 Description: Gets line from file pointer and strip HTML tags
25 /* string with html and php tags */
31 this line is without any html and php tags
33 this text contains some html tags <body> body </body> <br> br </br>
48 /* create an empty file and write the strings with tags */
68 // now file is at the end try reading with length and allowable tags,expecting false
/PHP-7.1/ext/session/tests/
H A D021.phpt2 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 Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/PHP-7.1/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt8 * 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 Dbug50847.phpt2 Bug #50847 (strip_tags() removes all tags greater than 1023 bytes long)
/PHP-7.1/ext/tidy/tests/
H A D024.phpt2 libtidy handling of 'new-blocklevel-tags'
22 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
/PHP-7.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
/PHP-7.1/Zend/tests/
H A Dbug55445.phpt2 Bug #55445 (Lexer error with short open tags)
/PHP-7.1/ext/xml/tests/
H A Dbug32001b.phpt17 private $tags;
25 $this->tags = array();
30 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs);
82 var_dump($this->tags);
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug44394.phpt5 url_rewriter.tags="a=href,area=href,frame=src,form="
/PHP-7.1/ext/zlib/tests/
H A Dgzgetss.phpt2 gzgetss — Get line from gz-file pointer and strip HTML tags - function

Completed in 41 milliseconds

123