Lines Matching refs:html

22  reading line by line with allowable tags: <test>, <html>, <?>
28 /* string with html and php tags */
33 <html> html </html> <?php echo "php"; ?>
34 this line is without any html and php tags
36 this text contains some html tags <body> body </body> <br> br </br>
67 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
71 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
92 -- Reading line by line with allowable tags: <test>, <html>, <?> --
109 string(21) "<html> html </html>
114 string(43) "this line is without any html and php tags
128 string(46) "this text contains some html tags body br
146 -- Reading line by line with allowable tags: <test>, <html>, <?> --
163 string(21) "<html> html </html>
168 string(43) "this line is without any html and php tags
182 string(46) "this text contains some html tags body br
200 -- Reading line by line with allowable tags: <test>, <html>, <?> --
217 string(21) "<html> html </html>
222 string(43) "this line is without any html and php tags
236 string(46) "this text contains some html tags body br
254 -- Reading line by line with allowable tags: <test>, <html>, <?> --
271 string(21) "<html> html </html>
276 string(43) "this line is without any html and php tags
290 string(46) "this text contains some html tags body br
308 -- Reading line by line with allowable tags: <test>, <html>, <?> --
325 string(21) "<html> html </html>
330 string(43) "this line is without any html and php tags
344 string(46) "this text contains some html tags body br
362 -- Reading line by line with allowable tags: <test>, <html>, <?> --
379 string(21) "<html> html </html>
384 string(43) "this line is without any html and php tags
398 string(46) "this text contains some html tags body br
416 -- Reading line by line with allowable tags: <test>, <html>, <?> --
433 string(21) "<html> html </html>
438 string(43) "this line is without any html and php tags
452 string(46) "this text contains some html tags body br
470 -- Reading line by line with allowable tags: <test>, <html>, <?> --
487 string(21) "<html> html </html>
492 string(43) "this line is without any html and php tags
506 string(46) "this text contains some html tags body br
524 -- Reading line by line with allowable tags: <test>, <html>, <?> --
541 string(21) "<html> html </html>
546 string(43) "this line is without any html and php tags
560 string(46) "this text contains some html tags body br