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>
61 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
65 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
86 -- Reading line by line with allowable tags: <test>, <html>, <?> --
103 string(21) "<html> html </html>
108 string(43) "this line is without any html and php tags
122 string(46) "this text contains some html tags body br
140 -- Reading line by line with allowable tags: <test>, <html>, <?> --
157 string(21) "<html> html </html>
162 string(43) "this line is without any html and php tags
176 string(46) "this text contains some html tags body br
194 -- Reading line by line with allowable tags: <test>, <html>, <?> --
211 string(21) "<html> html </html>
216 string(43) "this line is without any html and php tags
230 string(46) "this text contains some html tags body br
248 -- Reading line by line with allowable tags: <test>, <html>, <?> --
265 string(21) "<html> html </html>
270 string(43) "this line is without any html and php tags
284 string(46) "this text contains some html tags body br
302 -- Reading line by line with allowable tags: <test>, <html>, <?> --
319 string(21) "<html> html </html>
324 string(43) "this line is without any html and php tags
338 string(46) "this text contains some html tags body br
356 -- Reading line by line with allowable tags: <test>, <html>, <?> --
373 string(21) "<html> html </html>
378 string(43) "this line is without any html and php tags
392 string(46) "this text contains some html tags body br
410 -- Reading line by line with allowable tags: <test>, <html>, <?> --
427 string(21) "<html> html </html>
432 string(43) "this line is without any html and php tags
446 string(46) "this text contains some html tags body br
464 -- Reading line by line with allowable tags: <test>, <html>, <?> --
481 string(21) "<html> html </html>
486 string(43) "this line is without any html and php tags
500 string(46) "this text contains some html tags body br
518 -- Reading line by line with allowable tags: <test>, <html>, <?> --
535 string(21) "<html> html </html>
540 string(43) "this line is without any html and php tags
554 string(46) "this text contains some html tags body br