PHP Classes

File: test/expect/links.txt

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Markdown Parser   test/expect/links.txt   Download  
File: test/expect/links.txt
Role: Auxiliary data
Content type: text/plain
Description: Links test expected output
Class: PHP Markdown Parser
Parse Markdown documents and generate HTML tags
Author: By
Last change:
Date: 9 years ago
Size: 1,136 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(19) "http://example.com/" } ["Position"]=> int(5) ["Line"]=> int(1) ["Column"]=> int(6) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(4) "this" ["Position"]=> int(6) ["Line"]=> int(1) ["Column"]=> int(7) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(1) "a" ["Position"]=> int(32) ["Line"]=> int(1) ["Column"]=> int(33) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(11) " is a link." ["Position"]=> int(32) ["Line"]=> int(1) ["Column"]=> int(33) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(1) "p" ["Position"]=> int(43) ["Line"]=> int(1) ["Column"]=> int(44) }