Lines Matching refs:html
15 /*Test fgetss() with all read modes , reading line by line with allowable tags: <test>, <html>, <?>…
19 /* string with html and php tags */
24 <html> html </html> <?php echo "php"; ?>
25 this line is without any html and php tags
28 this text contains some html tags <body> body </body> <br> br </br>
56 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
61 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
82 -- Reading line by line with allowable tags: <test>, <html>, <?> --
99 string(21) "<html> html </html>
104 string(43) "this line is without any html and php tags
124 string(46) "this text contains some html tags body br
143 -- Reading line by line with allowable tags: <test>, <html>, <?> --
160 string(21) "<html> html </html>
165 string(43) "this line is without any html and php tags
185 string(46) "this text contains some html tags body br
204 -- Reading line by line with allowable tags: <test>, <html>, <?> --
221 string(21) "<html> html </html>
226 string(43) "this line is without any html and php tags
246 string(46) "this text contains some html tags body br
265 -- Reading line by line with allowable tags: <test>, <html>, <?> --
282 string(21) "<html> html </html>
287 string(43) "this line is without any html and php tags
307 string(46) "this text contains some html tags body br
326 -- Reading line by line with allowable tags: <test>, <html>, <?> --
343 string(21) "<html> html </html>
348 string(43) "this line is without any html and php tags
368 string(46) "this text contains some html tags body br
387 -- Reading line by line with allowable tags: <test>, <html>, <?> --
404 string(21) "<html> html </html>
409 string(43) "this line is without any html and php tags
429 string(46) "this text contains some html tags body br