Lines Matching refs:html

13 /*Test fgetss() with all read modes , reading line by line with allowable tags: <test>, <html>, <?>…
17 /* string with html and php tags */
22 <html> html </html> <?php echo "php"; ?>
23 this line is without any html and php tags
26 this text contains some html tags <body> body </body> <br> br </br>
54 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
59 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
80 -- Reading line by line with allowable tags: <test>, <html>, <?> --
97 string(21) "<html> html </html>
102 string(43) "this line is without any html and php tags
122 string(46) "this text contains some html tags body br
141 -- Reading line by line with allowable tags: <test>, <html>, <?> --
158 string(21) "<html> html </html>
163 string(43) "this line is without any html and php tags
183 string(46) "this text contains some html tags body br
202 -- Reading line by line with allowable tags: <test>, <html>, <?> --
219 string(21) "<html> html </html>
224 string(43) "this line is without any html and php tags
244 string(46) "this text contains some html tags body br
263 -- Reading line by line with allowable tags: <test>, <html>, <?> --
280 string(21) "<html> html </html>
285 string(43) "this line is without any html and php tags
305 string(46) "this text contains some html tags body br
324 -- Reading line by line with allowable tags: <test>, <html>, <?> --
341 string(21) "<html> html </html>
346 string(43) "this line is without any html and php tags
366 string(46) "this text contains some html tags body br
385 -- Reading line by line with allowable tags: <test>, <html>, <?> --
402 string(21) "<html> html </html>
407 string(43) "this line is without any html and php tags
427 string(46) "this text contains some html tags body br