Advertisement
Guest User

$page when failed

a guest
Oct 11th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. object(simple_html_dom)[2]
  2. public 'root' =>
  3. object(simple_html_dom_node)[3]
  4. public 'nodetype' => int 5
  5. public 'tag' => string 'root' (length=4)
  6. public 'attr' =>
  7. array (size=0)
  8. empty
  9. public 'children' =>
  10. array (size=0)
  11. empty
  12. public 'nodes' =>
  13. array (size=0)
  14. empty
  15. public 'parent' => null
  16. public '_' =>
  17. array (size=2)
  18. 0 => int -1
  19. 1 => int 1
  20. private 'dom' =>
  21. &object(simple_html_dom)[2]
  22. public 'nodes' =>
  23. array (size=1)
  24. 0 =>
  25. object(simple_html_dom_node)[3]
  26. public 'nodetype' => int 5
  27. public 'tag' => string 'root' (length=4)
  28. public 'attr' =>
  29. array (size=0)
  30. ...
  31. public 'children' =>
  32. array (size=0)
  33. ...
  34. public 'nodes' =>
  35. array (size=0)
  36. ...
  37. public 'parent' => null
  38. public '_' =>
  39. array (size=2)
  40. ...
  41. private 'dom' =>
  42. &object(simple_html_dom)[2]
  43. public 'callback' => null
  44. public 'lowercase' => boolean true
  45. protected 'pos' => int 0
  46. protected 'doc' => boolean false
  47. protected 'char' => null
  48. protected 'size' => int 0
  49. protected 'cursor' => int 1
  50. protected 'parent' =>
  51. object(simple_html_dom_node)[3]
  52. public 'nodetype' => int 5
  53. public 'tag' => string 'root' (length=4)
  54. public 'attr' =>
  55. array (size=0)
  56. empty
  57. public 'children' =>
  58. array (size=0)
  59. empty
  60. public 'nodes' =>
  61. array (size=0)
  62. empty
  63. public 'parent' => null
  64. public '_' =>
  65. array (size=2)
  66. 0 => int -1
  67. 1 => int 1
  68. private 'dom' =>
  69. &object(simple_html_dom)[2]
  70. protected 'noise' =>
  71. array (size=0)
  72. empty
  73. protected 'token_blank' => string '
  74.  
  75. ' (length=4)
  76. protected 'token_equal' => string ' =/>' (length=4)
  77. protected 'token_slash' => string ' />
  78.  
  79. ' (length=6)
  80. protected 'token_attr' => string ' >' (length=2)
  81. protected 'self_closing_tags' =>
  82. array (size=9)
  83. 'img' => int 1
  84. 'br' => int 1
  85. 'input' => int 1
  86. 'meta' => int 1
  87. 'link' => int 1
  88. 'hr' => int 1
  89. 'base' => int 1
  90. 'embed' => int 1
  91. 'spacer' => int 1
  92. protected 'block_tags' =>
  93. array (size=6)
  94. 'root' => int 1
  95. 'body' => int 1
  96. 'form' => int 1
  97. 'div' => int 1
  98. 'span' => int 1
  99. 'table' => int 1
  100. protected 'optional_closing_tags' =>
  101. array (size=9)
  102. 'tr' =>
  103. array (size=3)
  104. 'tr' => int 1
  105. 'td' => int 1
  106. 'th' => int 1
  107. 'th' =>
  108. array (size=1)
  109. 'th' => int 1
  110. 'td' =>
  111. array (size=1)
  112. 'td' => int 1
  113. 'li' =>
  114. array (size=1)
  115. 'li' => int 1
  116. 'dt' =>
  117. array (size=2)
  118. 'dt' => int 1
  119. 'dd' => int 1
  120. 'dd' =>
  121. array (size=2)
  122. 'dd' => int 1
  123. 'dt' => int 1
  124. 'dl' =>
  125. array (size=2)
  126. 'dd' => int 1
  127. 'dt' => int 1
  128. 'p' =>
  129. array (size=1)
  130. 'p' => int 1
  131. 'nobr' =>
  132. array (size=1)
  133. 'nobr' => int 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement