PHP Classes

File: test/expect/images.txt

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Markdown Parser   test/expect/images.txt   Download  
File: test/expect/images.txt
Role: Auxiliary data
Content type: text/plain
Description: Images test expected output
Class: PHP Markdown Parser
Parse Markdown documents and generate HTML tags
Author: By
Last change:
Date: 9 years ago
Size: 917 bytes
 

Contents

Class file image Download
array(5) { ["Type"]=> string(3) "TAG" ["Name"]=> string(1) "p" ["Position"]=> int(0) ["Line"]=> int(1) ["Column"]=> int(1) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(5) "Well " ["Position"]=> int(0) ["Line"]=> int(1) ["Column"]=> int(1) } array(6) { ["Type"]=> string(3) "TAG" ["Name"]=> string(3) "img" ["Attributes"]=> array(2) { ["alt"]=> string(4) "this" ["src"]=> string(61) "http://files.phpclasses.org/graphics/phpclasses/elephpant.png" } ["Position"]=> int(5) ["Line"]=> int(1) ["Column"]=> int(6) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(13) " is an image." ["Position"]=> int(75) ["Line"]=> int(1) ["Column"]=> int(76) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(1) "p" ["Position"]=> int(88) ["Line"]=> int(1) ["Column"]=> int(89) }