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>
63 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
67 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
88 -- Reading line by line with allowable tags: <test>, <html>, <?> --
105 string(21) "<html> html </html>
110 string(43) "this line is without any html and php tags
124 string(46) "this text contains some html tags body br
142 -- Reading line by line with allowable tags: <test>, <html>, <?> --
159 string(21) "<html> html </html>
164 string(43) "this line is without any html and php tags
178 string(46) "this text contains some html tags body br
196 -- Reading line by line with allowable tags: <test>, <html>, <?> --
213 string(21) "<html> html </html>
218 string(43) "this line is without any html and php tags
232 string(46) "this text contains some html tags body br
250 -- Reading line by line with allowable tags: <test>, <html>, <?> --
267 string(21) "<html> html </html>
272 string(43) "this line is without any html and php tags
286 string(46) "this text contains some html tags body br
304 -- Reading line by line with allowable tags: <test>, <html>, <?> --
321 string(21) "<html> html </html>
326 string(43) "this line is without any html and php tags
340 string(46) "this text contains some html tags body br
358 -- Reading line by line with allowable tags: <test>, <html>, <?> --
375 string(21) "<html> html </html>
380 string(43) "this line is without any html and php tags
394 string(46) "this text contains some html tags body br
412 -- Reading line by line with allowable tags: <test>, <html>, <?> --
429 string(21) "<html> html </html>
434 string(43) "this line is without any html and php tags
448 string(46) "this text contains some html tags body br
466 -- Reading line by line with allowable tags: <test>, <html>, <?> --
483 string(21) "<html> html </html>
488 string(43) "this line is without any html and php tags
502 string(46) "this text contains some html tags body br
520 -- Reading line by line with allowable tags: <test>, <html>, <?> --
537 string(21) "<html> html </html>
542 string(43) "this line is without any html and php tags
556 string(46) "this text contains some html tags body br