PHP Classes

File: test/expect/image_links.txt

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Markdown Parser   test/expect/image_links.txt   Download  
File: test/expect/image_links.txt
Role: Auxiliary data
Content type: text/plain
Description: Links with image test expected output
Class: PHP Markdown Parser
Parse Markdown documents and generate HTML tags
Author: By
Last change:
Date: 9 years ago
Size: 1,318 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(1) "a" ["Attributes"]=> array(1) { ["href"]=> string(26) "http://www.phpclasses.org/" } ["Position"]=> int(5) ["Line"]=> int(1) ["Column"]=> int(6) } 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(6) ["Line"]=> int(1) ["Column"]=> int(7) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(1) "a" ["Position"]=> int(105) ["Line"]=> int(1) ["Column"]=> int(106) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(18) " is an image link." ["Position"]=> int(105) ["Line"]=> int(1) ["Column"]=> int(106) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(1) "p" ["Position"]=> int(123) ["Line"]=> int(1) ["Column"]=> int(124) }