Lines Matching refs:html

20  reading line by line with allowable tags: <test>, <html>, <?>
26 /* string with html and php tags */
31 <html> html </html> <?php echo "php"; ?>
32 this line is without any html and php tags
34 this text contains some html tags <body> body </body> <br> br </br>
65 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
69 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
90 -- Reading line by line with allowable tags: <test>, <html>, <?> --
107 string(21) "<html> html </html>
112 string(43) "this line is without any html and php tags
126 string(46) "this text contains some html tags body br
144 -- Reading line by line with allowable tags: <test>, <html>, <?> --
161 string(21) "<html> html </html>
166 string(43) "this line is without any html and php tags
180 string(46) "this text contains some html tags body br
198 -- Reading line by line with allowable tags: <test>, <html>, <?> --
215 string(21) "<html> html </html>
220 string(43) "this line is without any html and php tags
234 string(46) "this text contains some html tags body br
252 -- Reading line by line with allowable tags: <test>, <html>, <?> --
269 string(21) "<html> html </html>
274 string(43) "this line is without any html and php tags
288 string(46) "this text contains some html tags body br
306 -- Reading line by line with allowable tags: <test>, <html>, <?> --
323 string(21) "<html> html </html>
328 string(43) "this line is without any html and php tags
342 string(46) "this text contains some html tags body br
360 -- Reading line by line with allowable tags: <test>, <html>, <?> --
377 string(21) "<html> html </html>
382 string(43) "this line is without any html and php tags
396 string(46) "this text contains some html tags body br
414 -- Reading line by line with allowable tags: <test>, <html>, <?> --
431 string(21) "<html> html </html>
436 string(43) "this line is without any html and php tags
450 string(46) "this text contains some html tags body br
468 -- Reading line by line with allowable tags: <test>, <html>, <?> --
485 string(21) "<html> html </html>
490 string(43) "this line is without any html and php tags
504 string(46) "this text contains some html tags body br
522 -- Reading line by line with allowable tags: <test>, <html>, <?> --
539 string(21) "<html> html </html>
544 string(43) "this line is without any html and php tags
558 string(46) "this text contains some html tags body br