Advertisement
Guest User

Untitled

a guest
Aug 8th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.53 KB | None | 0 0
  1. Dumping contents of source:
  2. string(522) "<?xml version="1.0" encoding="utf-8" ?>
  3. <xsd:schema xmlns="http://symfony.com/schema"
  4.     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  5.     targetNamespace="http://symfony.com/schema"
  6.     elementFormDefault="qualified">
  7.  
  8.     <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
  9.   <xsd:import namespace="http://symfony.com/schema/dic/services" schemaLocation="file:////home/kadaan/www/Symfony/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd" />
  10.  
  11. </xsd:schema>"
  12.  
  13.  
  14. Dumping contents of dom:
  15. object(DOMDocument)#248 (34) {
  16.   ["doctype"]=>
  17.   NULL
  18.   ["implementation"]=>
  19.   string(22) "(object value omitted)"
  20.   ["documentElement"]=>
  21.   string(22) "(object value omitted)"
  22.   ["actualEncoding"]=>
  23.   NULL
  24.   ["encoding"]=>
  25.   NULL
  26.   ["xmlEncoding"]=>
  27.   NULL
  28.   ["standalone"]=>
  29.   bool(true)
  30.   ["xmlStandalone"]=>
  31.   bool(true)
  32.   ["version"]=>
  33.   string(3) "1.0"
  34.   ["xmlVersion"]=>
  35.   string(3) "1.0"
  36.   ["strictErrorChecking"]=>
  37.   bool(true)
  38.   ["documentURI"]=>
  39.   string(101) "/home/kadaan/www/Symfony/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml"
  40.   ["config"]=>
  41.   NULL
  42.   ["formatOutput"]=>
  43.   bool(false)
  44.   ["validateOnParse"]=>
  45.   bool(true)
  46.   ["resolveExternals"]=>
  47.   bool(false)
  48.   ["preserveWhiteSpace"]=>
  49.   bool(true)
  50.   ["recover"]=>
  51.   bool(false)
  52.   ["substituteEntities"]=>
  53.   bool(false)
  54.   ["nodeName"]=>
  55.   string(9) "#document"
  56.   ["nodeValue"]=>
  57.   NULL
  58.   ["nodeType"]=>
  59.   int(9)
  60.   ["parentNode"]=>
  61.   NULL
  62.   ["childNodes"]=>
  63.   string(22) "(object value omitted)"
  64.   ["firstChild"]=>
  65.   string(22) "(object value omitted)"
  66.   ["lastChild"]=>
  67.   string(22) "(object value omitted)"
  68.   ["previousSibling"]=>
  69.   NULL
  70.   ["attributes"]=>
  71.   NULL
  72.   ["ownerDocument"]=>
  73.   NULL
  74.   ["namespaceURI"]=>
  75.   NULL
  76.   ["prefix"]=>
  77.   string(0) ""
  78.   ["localName"]=>
  79.   NULL
  80.   ["baseURI"]=>
  81.   string(101) "/home/kadaan/www/Symfony/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml"
  82.   ["textContent"]=>
  83.   string(642) "
  84.  
  85.  
  86.         Symfony\Bundle\FrameworkBundle\EventListener\RouterListener
  87.         Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  88.         Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  89.         Symfony\Component\HttpKernel\EventListener\ResponseListener
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.             %request_listener.http_port%
  111.             %request_listener.https_port%
  112.  
  113.  
  114.  
  115.  
  116.  
  117.             %kernel.charset%
  118.  
  119.  
  120. "
  121. }
  122. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement