Advertisement
fruffl

Controller (Test)

Oct 13th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 52.38 KB | None | 0 0
  1. <?PHP
  2.     /**
  3.      * ILLI
  4.      *
  5.      * @category   ILLI_Core_Web_Controller
  6.      * @package    ILLI
  7.      * @link       http://illi.be
  8.      * @license    http://l.illi.be
  9.      * @copyright  ILLI Conference
  10.      */
  11.     NAMESPACE ILLI\Core\Web\Controller;
  12.     USE ILLI\Core\Virtual\Member\iField         AS iField;
  13.     USE ILLI\Core\Virtual\Member\tField         AS tField;
  14.     USE ILLI\Core\Web\Data\Context          AS Context;
  15.     USE ILLI\Core\Web\Data\Response         AS Response;
  16.  
  17.     /**
  18.      * ILLI Web Controller
  19.      *
  20.      * @category   ILLI_Core_Web_Controller
  21.      * @package    ILLI
  22.      * @subpackage Core\Web\Controller
  23.      * @namespace  ILLI\Core\Web\Controller
  24.      * @link       http://illi.be
  25.      * @license    http://l.illi.be
  26.      * @copyright  ILLI Conference
  27.      * @since      2.0.1
  28.      * @version    3.0.1
  29.      */
  30.     CLASS Controller
  31.     {
  32.         USE tField
  33.         {
  34.             tField_template__get as PUBLIC __get;
  35.             tField_template__set as PUBLIC __set;
  36.         }
  37.        
  38.         public function __construct(array $agents = [])
  39.         {
  40.             $this->tField_define
  41.             (
  42.                 'Context', 'ILLI\Core\Web\Data\Context',
  43.                 [
  44.                     iField::PROP_INIT       => new Context,
  45.                     iField::PROP_PRIVATE_SET    => FALSE,
  46.                     iField::PROP_PRIVATE_GET    => FALSE
  47.                 ],
  48.                 iField::DEBUG_CONTAINS
  49.             )
  50.             ->tField_define
  51.             (
  52.                 'Response', 'ILLI\Core\Web\Data\Response',
  53.                 [
  54.                     iField::PROP_INIT       => new Response,
  55.                     iField::PROP_PRIVATE_SET    => FALSE,
  56.                     iField::PROP_PRIVATE_GET    => FALSE
  57.                 ],
  58.                 iField::DEBUG_CONTAINS
  59.             );
  60.         }
  61.     }
  62. ?>
  63.  
  64.  
  65. object(ILLI\Core\Web\Controller\Controller)#14 (4) {
  66.   ["__tField":protected]=>
  67.   array(2) {
  68.     ["Context"]=>
  69.     array(1) {
  70.       ["contains"]=>
  71.       &object(ILLI\Core\Web\Data\Context)#18 (4) {
  72.         ["__tField":protected]=>
  73.         array(19) {
  74.           ["Uri"]=>
  75.           array(1) {
  76.             ["contains"]=>
  77.             &object(ILLI\Core\Web\Data\Globals\RequestUri)#23 (4) {
  78.               ["__tField":protected]=>
  79.               array(4) {
  80.                 ["originalString"]=>
  81.                 array(1) {
  82.                   ["contains"]=>
  83.                   &string(43) "/dev/?bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  84.                 }
  85.                 ["Query"]=>
  86.                 array(1) {
  87.                   ["contains"]=>
  88.                   &object(ILLI\Core\Uri\Query)#27 (4) {
  89.                     ["__tField":protected]=>
  90.                     array(3) {
  91.                       ["query"]=>
  92.                       array(1) {
  93.                         ["contains"]=>
  94.                         &array(3) {
  95.                           ["ba_r"]=>
  96.                           array(1) {
  97.                             ["bar"]=>
  98.                             string(4) "1f f"
  99.                           }
  100.                           ["bar"]=>
  101.                           array(1) {
  102.                             ["loose"]=>
  103.                             string(3) "baz"
  104.                           }
  105.                           ["bla"]=>
  106.                           string(1) "1"
  107.                         }
  108.                       }
  109.                       ["string"]=>
  110.                       array(1) {
  111.                         ["contains"]=>
  112.                         &string(43) "ba_r%5Bbar%5D=1f+f&bar%5Bloose%5D=baz&bla=1"
  113.                       }
  114.                       ["escaped"]=>
  115.                       array(1) {
  116.                         ["contains"]=>
  117.                         &string(45) "ba_r%5Bbar%5D=1f%20f&bar%5Bloose%5D=baz&bla=1"
  118.                       }
  119.                     }
  120.                     ["__tField_LockRegistration":"ILLI\Core\Uri\Query":private]=>
  121.                     bool(false)
  122.                     ["__tField_LockAllFields":"ILLI\Core\Uri\Query":private]=>
  123.                     bool(false)
  124.                     ["__tField_Hash":"ILLI\Core\Uri\Query":private]=>
  125.                     string(32) "00000000248ba7e4000000001d52e556"
  126.                   }
  127.                 }
  128.                 ["Authority"]=>
  129.                 array(1) {
  130.                   ["contains"]=>
  131.                   &object(ILLI\Core\Uri\Authority)#40 (4) {
  132.                     ["__tField":protected]=>
  133.                     array(3) {
  134.                       ["username"]=>
  135.                       array(1) {
  136.                         ["contains"]=>
  137.                         &string(0) ""
  138.                       }
  139.                       ["password"]=>
  140.                       array(1) {
  141.                         ["contains"]=>
  142.                         &string(0) ""
  143.                       }
  144.                       ["passport"]=>
  145.                       array(1) {
  146.                         ["contains"]=>
  147.                         &string(1) "1"
  148.                       }
  149.                     }
  150.                     ["__tField_LockRegistration":"ILLI\Core\Uri\Authority":private]=>
  151.                     bool(false)
  152.                     ["__tField_LockAllFields":"ILLI\Core\Uri\Authority":private]=>
  153.                     bool(false)
  154.                     ["__tField_Hash":"ILLI\Core\Uri\Authority":private]=>
  155.                     string(32) "00000000248ba7d7000000001d52e556"
  156.                   }
  157.                 }
  158.                 ["Path"]=>
  159.                 array(1) {
  160.                   ["contains"]=>
  161.                   &object(ILLI\Core\Uri\Path)#54 (4) {
  162.                     ["__tField":protected]=>
  163.                     array(4) {
  164.                       ["absolutePath"]=>
  165.                       array(1) {
  166.                         ["contains"]=>
  167.                         &string(5) "/dev/"
  168.                       }
  169.                       ["dirName"]=>
  170.                       array(1) {
  171.                         ["contains"]=>
  172.                         &string(1) "/"
  173.                       }
  174.                       ["baseName"]=>
  175.                       array(1) {
  176.                         ["contains"]=>
  177.                         &string(3) "dev"
  178.                       }
  179.                       ["extension"]=>
  180.                       array(1) {
  181.                         ["contains"]=>
  182.                         &string(0) ""
  183.                       }
  184.                     }
  185.                     ["__tField_LockRegistration":"ILLI\Core\Uri\Path":private]=>
  186.                     bool(false)
  187.                     ["__tField_LockAllFields":"ILLI\Core\Uri\Path":private]=>
  188.                     bool(false)
  189.                     ["__tField_Hash":"ILLI\Core\Uri\Path":private]=>
  190.                     string(32) "00000000248ba7c9000000001d52e556"
  191.                   }
  192.                 }
  193.               }
  194.               ["__tField_LockRegistration":"ILLI\Core\Uri\Uri":private]=>
  195.               bool(false)
  196.               ["__tField_LockAllFields":"ILLI\Core\Uri\Uri":private]=>
  197.               bool(false)
  198.               ["__tField_Hash":"ILLI\Core\Uri\Uri":private]=>
  199.               string(32) "00000000248ba7e8000000001d52e556"
  200.             }
  201.           }
  202.           ["UserAgent"]=>
  203.           array(1) {
  204.             ["contains"]=>
  205.             &object(ILLI\Core\Web\Data\Globals\UserAgent)#82 (7) {
  206.               ["__flag":protected]=>
  207.               int(58)
  208.               ["__data":protected]=>
  209.               array(5) {
  210.                 ["userAgent"]=>
  211.                 string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  212.                 ["mobileIdent"]=>
  213.                 string(0) ""
  214.                 ["isMobile"]=>
  215.                 bool(false)
  216.                 ["crawlerIdent"]=>
  217.                 string(0) ""
  218.                 ["isCrawler"]=>
  219.                 bool(false)
  220.               }
  221.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  222.               int(58)
  223.               ["__tField":protected]=>
  224.               array(5) {
  225.                 ["userAgent"]=>
  226.                 array(2) {
  227.                   ["contains"]=>
  228.                   &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  229.                   ["init"]=>
  230.                   &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  231.                 }
  232.                 ["mobileIdent"]=>
  233.                 array(2) {
  234.                   ["contains"]=>
  235.                   &string(0) ""
  236.                   ["init"]=>
  237.                   &string(0) ""
  238.                 }
  239.                 ["isMobile"]=>
  240.                 array(2) {
  241.                   ["contains"]=>
  242.                   &bool(false)
  243.                   ["init"]=>
  244.                   &bool(false)
  245.                 }
  246.                 ["crawlerIdent"]=>
  247.                 array(2) {
  248.                   ["contains"]=>
  249.                   &string(0) ""
  250.                   ["init"]=>
  251.                   &string(0) ""
  252.                 }
  253.                 ["isCrawler"]=>
  254.                 array(2) {
  255.                   ["contains"]=>
  256.                   &bool(false)
  257.                   ["init"]=>
  258.                   &bool(false)
  259.                 }
  260.               }
  261.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  262.               bool(false)
  263.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  264.               bool(false)
  265.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  266.               string(32) "00000000248ba7ad000000001d52e556"
  267.             }
  268.           }
  269.           ["Accept"]=>
  270.           array(1) {
  271.             ["contains"]=>
  272.             &object(ILLI\Core\Web\Data\Globals\Accept)#96 (7) {
  273.               ["__flag":protected]=>
  274.               int(58)
  275.               ["__data":protected]=>
  276.               array(3) {
  277.                 ["encoding"]=>
  278.                 array(2) {
  279.                   ["deflate"]=>
  280.                   float(1)
  281.                   ["gzip"]=>
  282.                   float(1)
  283.                 }
  284.                 ["language"]=>
  285.                 array(4) {
  286.                   ["de-de"]=>
  287.                   float(1)
  288.                   ["de"]=>
  289.                   float(0.8)
  290.                   ["en-us"]=>
  291.                   float(0.5)
  292.                   ["en"]=>
  293.                   float(0.3)
  294.                 }
  295.                 ["type"]=>
  296.                 array(4) {
  297.                   ["text/html"]=>
  298.                   float(1)
  299.                   ["application/xhtml+xml"]=>
  300.                   float(1)
  301.                   ["application/xml"]=>
  302.                   float(0.9)
  303.                   ["*/*"]=>
  304.                   float(0.8)
  305.                 }
  306.               }
  307.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  308.               int(58)
  309.               ["__tField":protected]=>
  310.               array(3) {
  311.                 ["encoding"]=>
  312.                 array(2) {
  313.                   ["contains"]=>
  314.                   &array(2) {
  315.                     ["deflate"]=>
  316.                     float(1)
  317.                     ["gzip"]=>
  318.                     float(1)
  319.                   }
  320.                   ["init"]=>
  321.                   &array(2) {
  322.                     ["deflate"]=>
  323.                     float(1)
  324.                     ["gzip"]=>
  325.                     float(1)
  326.                   }
  327.                 }
  328.                 ["language"]=>
  329.                 array(2) {
  330.                   ["contains"]=>
  331.                   &array(4) {
  332.                     ["de-de"]=>
  333.                     float(1)
  334.                     ["de"]=>
  335.                     float(0.8)
  336.                     ["en-us"]=>
  337.                     float(0.5)
  338.                     ["en"]=>
  339.                     float(0.3)
  340.                   }
  341.                   ["init"]=>
  342.                   &array(4) {
  343.                     ["de-de"]=>
  344.                     float(1)
  345.                     ["de"]=>
  346.                     float(0.8)
  347.                     ["en-us"]=>
  348.                     float(0.5)
  349.                     ["en"]=>
  350.                     float(0.3)
  351.                   }
  352.                 }
  353.                 ["type"]=>
  354.                 array(2) {
  355.                   ["contains"]=>
  356.                   &array(4) {
  357.                     ["text/html"]=>
  358.                     float(1)
  359.                     ["application/xhtml+xml"]=>
  360.                     float(1)
  361.                     ["application/xml"]=>
  362.                     float(0.9)
  363.                     ["*/*"]=>
  364.                     float(0.8)
  365.                   }
  366.                   ["init"]=>
  367.                   &array(4) {
  368.                     ["text/html"]=>
  369.                     float(1)
  370.                     ["application/xhtml+xml"]=>
  371.                     float(1)
  372.                     ["application/xml"]=>
  373.                     float(0.9)
  374.                     ["*/*"]=>
  375.                     float(0.8)
  376.                   }
  377.                 }
  378.               }
  379.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  380.               bool(false)
  381.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  382.               bool(false)
  383.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  384.               string(32) "00000000248ba79f000000001d52e556"
  385.             }
  386.           }
  387.           ["Get"]=>
  388.           array(1) {
  389.             ["contains"]=>
  390.             &object(ILLI\Core\Web\Data\Globals\Get)#106 (7) {
  391.               ["__flag":protected]=>
  392.               int(58)
  393.               ["__data":protected]=>
  394.               array(3) {
  395.                 ["bar"]=>
  396.                 &array(1) {
  397.                   ["loose"]=>
  398.                   string(3) "baz"
  399.                 }
  400.                 ["ba_r"]=>
  401.                 &array(1) {
  402.                   ["bar"]=>
  403.                   string(4) "1f f"
  404.                 }
  405.                 ["bla"]=>
  406.                 &string(1) "1"
  407.               }
  408.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  409.               int(58)
  410.               ["__tField":protected]=>
  411.               array(3) {
  412.                 ["bar"]=>
  413.                 array(2) {
  414.                   ["contains"]=>
  415.                   &array(1) {
  416.                     ["loose"]=>
  417.                     string(3) "baz"
  418.                   }
  419.                   ["init"]=>
  420.                   &array(1) {
  421.                     ["loose"]=>
  422.                     string(3) "baz"
  423.                   }
  424.                 }
  425.                 ["baR"]=>
  426.                 array(2) {
  427.                   ["contains"]=>
  428.                   &array(1) {
  429.                     ["bar"]=>
  430.                     string(4) "1f f"
  431.                   }
  432.                   ["init"]=>
  433.                   &array(1) {
  434.                     ["bar"]=>
  435.                     string(4) "1f f"
  436.                   }
  437.                 }
  438.                 ["bla"]=>
  439.                 array(2) {
  440.                   ["contains"]=>
  441.                   &string(1) "1"
  442.                   ["init"]=>
  443.                   &string(1) "1"
  444.                 }
  445.               }
  446.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  447.               bool(false)
  448.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  449.               bool(false)
  450.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  451.               string(32) "00000000248ba795000000001d52e556"
  452.             }
  453.           }
  454.           ["Post"]=>
  455.           array(1) {
  456.             ["contains"]=>
  457.             &object(ILLI\Core\Web\Data\Globals\Post)#116 (7) {
  458.               ["__flag":protected]=>
  459.               int(58)
  460.               ["__data":protected]=>
  461.               array(0) {
  462.               }
  463.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  464.               int(58)
  465.               ["__tField":protected]=>
  466.               array(0) {
  467.               }
  468.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  469.               bool(false)
  470.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  471.               bool(false)
  472.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  473.               NULL
  474.             }
  475.           }
  476.           ["Server"]=>
  477.           array(1) {
  478.             ["contains"]=>
  479.             &object(ILLI\Core\Web\Data\Globals\Server)#121 (7) {
  480.               ["__flag":protected]=>
  481.               int(50)
  482.               ["__data":protected]=>
  483.               array(37) {
  484.                 ["PHPRC"]=>
  485.                 &string(19) "/var/www/conf/root"
  486.                 ["PHP_DOCUMENT_ROOT"]=>
  487.                 &string(30) "/var/www/clients/root"
  488.                 ["PATH"]=>
  489.                 &string(28) "/usr/local/bin:/usr/bin:/bin"
  490.                 ["PWD"]=>
  491.                 &string(31) "/var/www/php-fcgi-scripts/root"
  492.                 ["SHLVL"]=>
  493.                 &string(1) "0"
  494.                 ["PHP_FCGI_MAX_REQUESTS"]=>
  495.                 &string(4) "5000"
  496.                 ["SCRIPT_NAME"]=>
  497.                 &string(14) "/dev/index.php"
  498.                 ["REQUEST_URI"]=>
  499.                 &string(43) "/dev/?bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  500.                 ["QUERY_STRING"]=>
  501.                 &string(37) "bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  502.                 ["REQUEST_METHOD"]=>
  503.                 &string(3) "GET"
  504.                 ["SERVER_PROTOCOL"]=>
  505.                 &string(8) "HTTP/1.1"
  506.                 ["GATEWAY_INTERFACE"]=>
  507.                 &string(7) "CGI/1.1"
  508.                 ["REMOTE_PORT"]=>
  509.                 &string(5) "53138"
  510.                 ["SCRIPT_FILENAME"]=>
  511.                 &string(44) "/var/www/illi/web/dev/index.php"
  512.                 ["SERVER_ADMIN"]=>
  513.                 &string(27) "webmaster@illi"
  514.                 ["DOCUMENT_ROOT"]=>
  515.                 &string(30) "/var/www/illi/web"
  516.                 ["REMOTE_ADDR"]=>
  517.                 &string(13) "123.123.231.23"
  518.                 ["SERVER_PORT"]=>
  519.                 &string(2) "80"
  520.                 ["SERVER_ADDR"]=>
  521.                 &string(14) "123.123.123.123"
  522.                 ["SERVER_NAME"]=>
  523.                 &string(17) "illi"
  524.                 ["SERVER_SOFTWARE"]=>
  525.                 &string(6) "Apache"
  526.                 ["SERVER_SIGNATURE"]=>
  527.                 &string(0) ""
  528.                 ["HTTP_CACHE_CONTROL"]=>
  529.                 &string(9) "max-age=0"
  530.                 ["HTTP_CONNECTION"]=>
  531.                 &string(5) "close"
  532.                 ["HTTP_DNT"]=>
  533.                 &string(1) "1"
  534.                 ["HTTP_ACCEPT_ENCODING"]=>
  535.                 &string(13) "gzip, deflate"
  536.                 ["HTTP_ACCEPT_LANGUAGE"]=>
  537.                 &string(35) "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3"
  538.                 ["HTTP_ACCEPT"]=>
  539.                 &string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  540.                 ["HTTP_USER_AGENT"]=>
  541.                 &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  542.                 ["HTTP_HOST"]=>
  543.                 &string(17) "illi"
  544.                 ["SCRIPT_URI"]=>
  545.                 &string(29) "http://localhost/dev/"
  546.                 ["SCRIPT_URL"]=>
  547.                 &string(5) "/dev/"
  548.                 ["UNIQUE_ID"]=>
  549.                 &string(24) "UHj9Q7Af9pwAACtmuDkAAAAA"
  550.                 ["FCGI_ROLE"]=>
  551.                 &string(9) "RESPONDER"
  552.                 ["PHP_SELF"]=>
  553.                 &string(14) "/dev/index.php"
  554.                 ["REQUEST_TIME_FLOAT"]=>
  555.                 &float(1350106435.1475)
  556.                 ["REQUEST_TIME"]=>
  557.                 &string(17) "illi"
  558.               }
  559.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  560.               int(50)
  561.               ["__tField":protected]=>
  562.               array(37) {
  563.                 ["phprc"]=>
  564.                 array(2) {
  565.                   ["contains"]=>
  566.                   &string(19) "/var/www/conf/root"
  567.                   ["init"]=>
  568.                   &string(19) "/var/www/conf/root"
  569.                 }
  570.                 ["phpDocumentRoot"]=>
  571.                 array(2) {
  572.                   ["contains"]=>
  573.                   &string(30) "/var/www/clients/root"
  574.                   ["init"]=>
  575.                   &string(30) "/var/www/clients/root"
  576.                 }
  577.                 ["path"]=>
  578.                 array(2) {
  579.                   ["contains"]=>
  580.                   &string(28) "/usr/local/bin:/usr/bin:/bin"
  581.                   ["init"]=>
  582.                   &string(28) "/usr/local/bin:/usr/bin:/bin"
  583.                 }
  584.                 ["pwd"]=>
  585.                 array(2) {
  586.                   ["contains"]=>
  587.                   &string(31) "/var/www/php-fcgi-scripts/root"
  588.                   ["init"]=>
  589.                   &string(31) "/var/www/php-fcgi-scripts/root"
  590.                 }
  591.                 ["shlvl"]=>
  592.                 array(2) {
  593.                   ["contains"]=>
  594.                   &string(1) "0"
  595.                   ["init"]=>
  596.                   &string(1) "0"
  597.                 }
  598.                 ["phpFcgiMaxRequests"]=>
  599.                 array(2) {
  600.                   ["contains"]=>
  601.                   &string(4) "5000"
  602.                   ["init"]=>
  603.                   &string(4) "5000"
  604.                 }
  605.                 ["scriptName"]=>
  606.                 array(2) {
  607.                   ["contains"]=>
  608.                   &string(14) "/dev/index.php"
  609.                   ["init"]=>
  610.                   &string(14) "/dev/index.php"
  611.                 }
  612.                 ["requestUri"]=>
  613.                 array(2) {
  614.                   ["contains"]=>
  615.                   &string(43) "/dev/?bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  616.                   ["init"]=>
  617.                   &string(43) "/dev/?bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  618.                 }
  619.                 ["queryString"]=>
  620.                 array(2) {
  621.                   ["contains"]=>
  622.                   &string(37) "bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  623.                   ["init"]=>
  624.                   &string(37) "bar[loose]=baz&ba+r[bar]=1f%20f&bla=1"
  625.                 }
  626.                 ["requestMethod"]=>
  627.                 array(2) {
  628.                   ["contains"]=>
  629.                   &string(3) "GET"
  630.                   ["init"]=>
  631.                   &string(3) "GET"
  632.                 }
  633.                 ["serverProtocol"]=>
  634.                 array(2) {
  635.                   ["contains"]=>
  636.                   &string(8) "HTTP/1.1"
  637.                   ["init"]=>
  638.                   &string(8) "HTTP/1.1"
  639.                 }
  640.                 ["gatewayInterface"]=>
  641.                 array(2) {
  642.                   ["contains"]=>
  643.                   &string(7) "CGI/1.1"
  644.                   ["init"]=>
  645.                   &string(7) "CGI/1.1"
  646.                 }
  647.                 ["remotePort"]=>
  648.                 array(2) {
  649.                   ["contains"]=>
  650.                   &string(5) "53138"
  651.                   ["init"]=>
  652.                   &string(5) "53138"
  653.                 }
  654.                 ["scriptFilename"]=>
  655.                 array(2) {
  656.                   ["contains"]=>
  657.                   &string(44) "/var/www/illi/web/dev/index.php"
  658.                   ["init"]=>
  659.                   &string(44) "/var/www/illi/web/dev/index.php"
  660.                 }
  661.                 ["serverAdmin"]=>
  662.                 array(2) {
  663.                   ["contains"]=>
  664.                   &string(27) "webmaster@illi"
  665.                   ["init"]=>
  666.                   &string(27) "webmaster@illi"
  667.                 }
  668.                 ["documentRoot"]=>
  669.                 array(2) {
  670.                   ["contains"]=>
  671.                   &string(30) "/var/www/illi/web"
  672.                   ["init"]=>
  673.                   &string(30) "/var/www/illi/web"
  674.                 }
  675.                 ["remoteAddr"]=>
  676.                 array(2) {
  677.                   ["contains"]=>
  678.                   &string(13) "123.123.231.23"
  679.                   ["init"]=>
  680.                   &string(13) "123.123.231.23"
  681.                 }
  682.                 ["serverPort"]=>
  683.                 array(2) {
  684.                   ["contains"]=>
  685.                   &string(2) "80"
  686.                   ["init"]=>
  687.                   &string(2) "80"
  688.                 }
  689.                 ["serverAddr"]=>
  690.                 array(2) {
  691.                   ["contains"]=>
  692.                   &string(14) "123.123.123.123"
  693.                   ["init"]=>
  694.                   &string(14) "123.123.123.123"
  695.                 }
  696.                 ["serverName"]=>
  697.                 array(2) {
  698.                   ["contains"]=>
  699.                   &string(17) "illi"
  700.                   ["init"]=>
  701.                   &string(17) "illi"
  702.                 }
  703.                 ["serverSoftware"]=>
  704.                 array(2) {
  705.                   ["contains"]=>
  706.                   &string(6) "Apache"
  707.                   ["init"]=>
  708.                   &string(6) "Apache"
  709.                 }
  710.                 ["serverSignature"]=>
  711.                 array(2) {
  712.                   ["contains"]=>
  713.                   &string(0) ""
  714.                   ["init"]=>
  715.                   &string(0) ""
  716.                 }
  717.                 ["httpCacheControl"]=>
  718.                 array(2) {
  719.                   ["contains"]=>
  720.                   &string(9) "max-age=0"
  721.                   ["init"]=>
  722.                   &string(9) "max-age=0"
  723.                 }
  724.                 ["httpConnection"]=>
  725.                 array(2) {
  726.                   ["contains"]=>
  727.                   &string(5) "close"
  728.                   ["init"]=>
  729.                   &string(5) "close"
  730.                 }
  731.                 ["httpDnt"]=>
  732.                 array(2) {
  733.                   ["contains"]=>
  734.                   &string(1) "1"
  735.                   ["init"]=>
  736.                   &string(1) "1"
  737.                 }
  738.                 ["httpAcceptEncoding"]=>
  739.                 array(2) {
  740.                   ["contains"]=>
  741.                   &string(13) "gzip, deflate"
  742.                   ["init"]=>
  743.                   &string(13) "gzip, deflate"
  744.                 }
  745.                 ["httpAcceptLanguage"]=>
  746.                 array(2) {
  747.                   ["contains"]=>
  748.                   &string(35) "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3"
  749.                   ["init"]=>
  750.                   &string(35) "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3"
  751.                 }
  752.                 ["httpAccept"]=>
  753.                 array(2) {
  754.                   ["contains"]=>
  755.                   &string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  756.                   ["init"]=>
  757.                   &string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  758.                 }
  759.                 ["httpUserAgent"]=>
  760.                 array(2) {
  761.                   ["contains"]=>
  762.                   &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  763.                   ["init"]=>
  764.                   &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  765.                 }
  766.                 ["httpHost"]=>
  767.                 array(2) {
  768.                   ["contains"]=>
  769.                   &string(17) "illi"
  770.                   ["init"]=>
  771.                   &string(17) "illi"
  772.                 }
  773.                 ["scriptUri"]=>
  774.                 array(2) {
  775.                   ["contains"]=>
  776.                   &string(29) "http://localhost/dev/"
  777.                   ["init"]=>
  778.                   &string(29) "http://localhost/dev/"
  779.                 }
  780.                 ["scriptUrl"]=>
  781.                 array(2) {
  782.                   ["contains"]=>
  783.                   &string(5) "/dev/"
  784.                   ["init"]=>
  785.                   &string(5) "/dev/"
  786.                 }
  787.                 ["uniqueId"]=>
  788.                 array(2) {
  789.                   ["contains"]=>
  790.                   &string(24) "UHj9Q7Af9pwAACtmuDkAAAAA"
  791.                   ["init"]=>
  792.                   &string(24) "UHj9Q7Af9pwAACtmuDkAAAAA"
  793.                 }
  794.                 ["fcgiRole"]=>
  795.                 array(2) {
  796.                   ["contains"]=>
  797.                   &string(9) "RESPONDER"
  798.                   ["init"]=>
  799.                   &string(9) "RESPONDER"
  800.                 }
  801.                 ["phpSelf"]=>
  802.                 array(2) {
  803.                   ["contains"]=>
  804.                   &string(14) "/dev/index.php"
  805.                   ["init"]=>
  806.                   &string(14) "/dev/index.php"
  807.                 }
  808.                 ["requestTimeFloat"]=>
  809.                 array(2) {
  810.                   ["contains"]=>
  811.                   &float(1350106435.1475)
  812.                   ["init"]=>
  813.                   &float(1350106435.1475)
  814.                 }
  815.                 ["requestTime"]=>
  816.                 array(2) {
  817.                   ["contains"]=>
  818.                   &string(17) "illi"
  819.                   ["init"]=>
  820.                   &string(17) "illi"
  821.                 }
  822.               }
  823.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  824.               bool(false)
  825.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  826.               bool(false)
  827.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  828.               string(32) "00000000248ba786000000001d52e556"
  829.             }
  830.           }
  831.           ["Cookie"]=>
  832.           array(1) {
  833.             ["contains"]=>
  834.             &object(ILLI\Core\Web\Data\Globals\Cookie)#198 (7) {
  835.               ["__flag":protected]=>
  836.               int(58)
  837.               ["__data":protected]=>
  838.               array(0) {
  839.               }
  840.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  841.               int(58)
  842.               ["__tField":protected]=>
  843.               array(0) {
  844.               }
  845.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  846.               bool(false)
  847.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  848.               bool(false)
  849.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  850.               NULL
  851.             }
  852.           }
  853.           ["Env"]=>
  854.           array(1) {
  855.             ["contains"]=>
  856.             &object(ILLI\Core\Web\Data\Globals\Env)#203 (7) {
  857.               ["__flag":protected]=>
  858.               int(58)
  859.               ["__data":protected]=>
  860.               array(0) {
  861.               }
  862.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  863.               int(58)
  864.               ["__tField":protected]=>
  865.               array(0) {
  866.               }
  867.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  868.               bool(false)
  869.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  870.               bool(false)
  871.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  872.               NULL
  873.             }
  874.           }
  875.           ["Files"]=>
  876.           array(1) {
  877.             ["contains"]=>
  878.             &object(ILLI\Core\Web\Data\Globals\Files)#207 (7) {
  879.               ["__flag":protected]=>
  880.               int(0)
  881.               ["__data":protected]=>
  882.               array(0) {
  883.               }
  884.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  885.               int(0)
  886.               ["__tField":protected]=>
  887.               array(0) {
  888.               }
  889.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  890.               bool(false)
  891.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  892.               bool(false)
  893.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  894.               NULL
  895.             }
  896.           }
  897.           ["Header"]=>
  898.           array(1) {
  899.             ["contains"]=>
  900.             &object(ILLI\Core\Web\Data\Globals\Header)#211 (7) {
  901.               ["__flag":protected]=>
  902.               int(58)
  903.               ["__data":protected]=>
  904.               array(8) {
  905.                 ["cache-control"]=>
  906.                 &string(9) "max-age=0"
  907.                 ["connection"]=>
  908.                 &string(5) "close"
  909.                 ["dnt"]=>
  910.                 &string(1) "1"
  911.                 ["accept-encoding"]=>
  912.                 &string(13) "gzip, deflate"
  913.                 ["accept-language"]=>
  914.                 &string(35) "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3"
  915.                 ["accept"]=>
  916.                 &string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  917.                 ["user-agent"]=>
  918.                 &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  919.                 ["host"]=>
  920.                 &string(17) "illi"
  921.               }
  922.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  923.               int(58)
  924.               ["__tField":protected]=>
  925.               array(8) {
  926.                 ["cacheControl"]=>
  927.                 array(2) {
  928.                   ["contains"]=>
  929.                   &string(9) "max-age=0"
  930.                   ["init"]=>
  931.                   &string(9) "max-age=0"
  932.                 }
  933.                 ["connection"]=>
  934.                 array(2) {
  935.                   ["contains"]=>
  936.                   &string(5) "close"
  937.                   ["init"]=>
  938.                   &string(5) "close"
  939.                 }
  940.                 ["dnt"]=>
  941.                 array(2) {
  942.                   ["contains"]=>
  943.                   &string(1) "1"
  944.                   ["init"]=>
  945.                   &string(1) "1"
  946.                 }
  947.                 ["acceptEncoding"]=>
  948.                 array(2) {
  949.                   ["contains"]=>
  950.                   &string(13) "gzip, deflate"
  951.                   ["init"]=>
  952.                   &string(13) "gzip, deflate"
  953.                 }
  954.                 ["acceptLanguage"]=>
  955.                 array(2) {
  956.                   ["contains"]=>
  957.                   &string(35) "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3"
  958.                   ["init"]=>
  959.                   &string(35) "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3"
  960.                 }
  961.                 ["accept"]=>
  962.                 array(2) {
  963.                   ["contains"]=>
  964.                   &string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  965.                   ["init"]=>
  966.                   &string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  967.                 }
  968.                 ["userAgent"]=>
  969.                 array(2) {
  970.                   ["contains"]=>
  971.                   &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  972.                   ["init"]=>
  973.                   &string(74) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
  974.                 }
  975.                 ["host"]=>
  976.                 array(2) {
  977.                   ["contains"]=>
  978.                   &string(17) "illi"
  979.                   ["init"]=>
  980.                   &string(17) "illi"
  981.                 }
  982.               }
  983.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  984.               bool(false)
  985.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  986.               bool(false)
  987.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  988.               string(32) "00000000248ba72c000000001d52e556"
  989.             }
  990.           }
  991.           ["PhpInput"]=>
  992.           array(1) {
  993.             ["contains"]=>
  994.             &object(ILLI\Core\Web\Data\Stream\PhpInput)#234 (4) {
  995.               ["__tField":protected]=>
  996.               array(2) {
  997.                 ["json"]=>
  998.                 array(1) {
  999.                   ["contains"]=>
  1000.                   &string(13) "{"bla":"baz"}"
  1001.                 }
  1002.                 ["Json"]=>
  1003.                 array(1) {
  1004.                   ["contains"]=>
  1005.                   &object(ILLI\Core\Data\FieldCollection)#237 (7) {
  1006.                     ["__flag":protected]=>
  1007.                     int(26)
  1008.                     ["__data":protected]=>
  1009.                     array(1) {
  1010.                       ["bla"]=>
  1011.                       string(3) "baz"
  1012.                     }
  1013.                     ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  1014.                     int(26)
  1015.                     ["__tField":protected]=>
  1016.                     array(1) {
  1017.                       ["bla"]=>
  1018.                       array(2) {
  1019.                         ["contains"]=>
  1020.                         &string(3) "baz"
  1021.                         ["init"]=>
  1022.                         &string(3) "baz"
  1023.                       }
  1024.                     }
  1025.                     ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  1026.                     bool(false)
  1027.                     ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  1028.                     bool(false)
  1029.                     ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  1030.                     string(32) "00000000248ba712000000001d52e556"
  1031.                   }
  1032.                 }
  1033.               }
  1034.               ["__tField_LockRegistration":"ILLI\Core\Data\Json":private]=>
  1035.               bool(false)
  1036.               ["__tField_LockAllFields":"ILLI\Core\Data\Json":private]=>
  1037.               bool(false)
  1038.               ["__tField_Hash":"ILLI\Core\Data\Json":private]=>
  1039.               string(32) "00000000248ba715000000001d52e556"
  1040.             }
  1041.           }
  1042.           ["isPost"]=>
  1043.           array(1) {
  1044.             ["contains"]=>
  1045.             &bool(false)
  1046.           }
  1047.           ["isGet"]=>
  1048.           array(1) {
  1049.             ["contains"]=>
  1050.             &bool(true)
  1051.           }
  1052.           ["isDelete"]=>
  1053.           array(1) {
  1054.             ["contains"]=>
  1055.             &bool(false)
  1056.           }
  1057.           ["isPut"]=>
  1058.           array(1) {
  1059.             ["contains"]=>
  1060.             &bool(false)
  1061.           }
  1062.           ["isHead"]=>
  1063.           array(1) {
  1064.             ["contains"]=>
  1065.             &bool(false)
  1066.           }
  1067.           ["isOptions"]=>
  1068.           array(1) {
  1069.             ["contains"]=>
  1070.             &bool(false)
  1071.           }
  1072.           ["isXhr"]=>
  1073.           array(1) {
  1074.             ["contains"]=>
  1075.             &bool(false)
  1076.           }
  1077.           ["isSecure"]=>
  1078.           array(1) {
  1079.             ["contains"]=>
  1080.             &bool(false)
  1081.           }
  1082.         }
  1083.         ["__tField_LockRegistration":"ILLI\Core\Web\Data\Context":private]=>
  1084.         bool(false)
  1085.         ["__tField_LockAllFields":"ILLI\Core\Web\Data\Context":private]=>
  1086.         bool(false)
  1087.         ["__tField_Hash":"ILLI\Core\Web\Data\Context":private]=>
  1088.         string(32) "00000000248ba7ed000000001d52e556"
  1089.       }
  1090.     }
  1091.     ["Response"]=>
  1092.     array(1) {
  1093.       ["contains"]=>
  1094.       &object(ILLI\Core\Web\Data\Response)#263 (4) {
  1095.         ["__tField":protected]=>
  1096.         array(7) {
  1097.           ["Headers"]=>
  1098.           array(1) {
  1099.             ["contains"]=>
  1100.             &object(ILLI\Core\Web\Data\Response\Headers)#266 (7) {
  1101.               ["__flag":protected]=>
  1102.               int(34)
  1103.               ["__data":protected]=>
  1104.               array(5) {
  1105.                 ["Content-Type"]=>
  1106.                 string(9) "text/html"
  1107.                 ["Pragma"]=>
  1108.                 string(8) "no-cache"
  1109.                 ["Expires"]=>
  1110.                 string(1) "1"
  1111.                 ["Cache-Control"]=>
  1112.                 array(2) {
  1113.                   [0]=>
  1114.                   string(35) "no-store, no-cache, must-revalidate"
  1115.                   [1]=>
  1116.                   string(25) "post-check=0, pre-check=0"
  1117.                 }
  1118.                 ["Location"]=>
  1119.                 string(16) "http://localhost"
  1120.               }
  1121.               ["__tCollectionField_flag":"ILLI\Core\Data\FieldCollection":private]=>
  1122.               int(34)
  1123.               ["__tField":protected]=>
  1124.               array(0) {
  1125.               }
  1126.               ["__tField_LockRegistration":"ILLI\Core\Data\FieldCollection":private]=>
  1127.               bool(false)
  1128.               ["__tField_LockAllFields":"ILLI\Core\Data\FieldCollection":private]=>
  1129.               bool(false)
  1130.               ["__tField_Hash":"ILLI\Core\Data\FieldCollection":private]=>
  1131.               string(32) "00000000248ba6f5000000001d52e556"
  1132.             }
  1133.           }
  1134.           ["httpVersion"]=>
  1135.           array(1) {
  1136.             ["contains"]=>
  1137.             &float(1.1)
  1138.           }
  1139.           ["contentType"]=>
  1140.           array(1) {
  1141.             ["contains"]=>
  1142.             &string(9) "text/html"
  1143.           }
  1144.           ["isCacheEnabled"]=>
  1145.           array(1) {
  1146.             ["contains"]=>
  1147.             &bool(false)
  1148.           }
  1149.           ["isRedirect"]=>
  1150.           array(1) {
  1151.             ["contains"]=>
  1152.             &bool(true)
  1153.           }
  1154.           ["Redirect"]=>
  1155.           array(1) {
  1156.             ["contains"]=>
  1157.             &object(ILLI\Core\Web\Data\Response\RedirectAfterPost)#289 (4) {
  1158.               ["__tField":protected]=>
  1159.               array(3) {
  1160.                 ["Uri"]=>
  1161.                 array(1) {
  1162.                   ["contains"]=>
  1163.                   &object(ILLI\Core\Uri\Uri)#290 (4) {
  1164.                     ["__tField":protected]=>
  1165.                     array(4) {
  1166.                       ["originalString"]=>
  1167.                       array(1) {
  1168.                         ["contains"]=>
  1169.                         &string(16) "http://localhost"
  1170.                       }
  1171.                       ["Query"]=>
  1172.                       array(1) {
  1173.                         ["contains"]=>
  1174.                         &object(ILLI\Core\Uri\Query)#293 (4) {
  1175.                           ["__tField":protected]=>
  1176.                           array(3) {
  1177.                             ["query"]=>
  1178.                             array(1) {
  1179.                               ["contains"]=>
  1180.                               &array(0) {
  1181.                               }
  1182.                             }
  1183.                             ["string"]=>
  1184.                             array(1) {
  1185.                               ["contains"]=>
  1186.                               &string(0) ""
  1187.                             }
  1188.                             ["escaped"]=>
  1189.                             array(1) {
  1190.                               ["contains"]=>
  1191.                               &string(0) ""
  1192.                             }
  1193.                           }
  1194.                           ["__tField_LockRegistration":"ILLI\Core\Uri\Query":private]=>
  1195.                           bool(false)
  1196.                           ["__tField_LockAllFields":"ILLI\Core\Uri\Query":private]=>
  1197.                           bool(false)
  1198.                           ["__tField_Hash":"ILLI\Core\Uri\Query":private]=>
  1199.                           string(32) "00000000248ba6da000000001d52e556"
  1200.                         }
  1201.                       }
  1202.                       ["Authority"]=>
  1203.                       array(1) {
  1204.                         ["contains"]=>
  1205.                         &object(ILLI\Core\Uri\Authority)#305 (4) {
  1206.                           ["__tField":protected]=>
  1207.                           array(3) {
  1208.                             ["username"]=>
  1209.                             array(1) {
  1210.                               ["contains"]=>
  1211.                               &string(0) ""
  1212.                             }
  1213.                             ["password"]=>
  1214.                             array(1) {
  1215.                               ["contains"]=>
  1216.                               &string(0) ""
  1217.                             }
  1218.                             ["passport"]=>
  1219.                             array(1) {
  1220.                               ["contains"]=>
  1221.                               &string(1) "1"
  1222.                             }
  1223.                           }
  1224.                           ["__tField_LockRegistration":"ILLI\Core\Uri\Authority":private]=>
  1225.                           bool(false)
  1226.                           ["__tField_LockAllFields":"ILLI\Core\Uri\Authority":private]=>
  1227.                           bool(false)
  1228.                           ["__tField_Hash":"ILLI\Core\Uri\Authority":private]=>
  1229.                           string(32) "00000000248ba6ce000000001d52e556"
  1230.                         }
  1231.                       }
  1232.                       ["Path"]=>
  1233.                       array(1) {
  1234.                         ["contains"]=>
  1235.                         &object(ILLI\Core\Uri\Path)#318 (4) {
  1236.                           ["__tField":protected]=>
  1237.                           array(4) {
  1238.                             ["absolutePath"]=>
  1239.                             array(1) {
  1240.                               ["contains"]=>
  1241.                               &string(0) ""
  1242.                             }
  1243.                             ["dirName"]=>
  1244.                             array(1) {
  1245.                               ["contains"]=>
  1246.                               &string(0) ""
  1247.                             }
  1248.                             ["baseName"]=>
  1249.                             array(1) {
  1250.                               ["contains"]=>
  1251.                               &string(0) ""
  1252.                             }
  1253.                             ["extension"]=>
  1254.                             array(1) {
  1255.                               ["contains"]=>
  1256.                               &string(0) ""
  1257.                             }
  1258.                           }
  1259.                           ["__tField_LockRegistration":"ILLI\Core\Uri\Path":private]=>
  1260.                           bool(false)
  1261.                           ["__tField_LockAllFields":"ILLI\Core\Uri\Path":private]=>
  1262.                           bool(false)
  1263.                           ["__tField_Hash":"ILLI\Core\Uri\Path":private]=>
  1264.                           string(32) "00000000248ba6c1000000001d52e556"
  1265.                         }
  1266.                       }
  1267.                     }
  1268.                     ["__tField_LockRegistration":"ILLI\Core\Uri\Uri":private]=>
  1269.                     bool(false)
  1270.                     ["__tField_LockAllFields":"ILLI\Core\Uri\Uri":private]=>
  1271.                     bool(false)
  1272.                     ["__tField_Hash":"ILLI\Core\Uri\Uri":private]=>
  1273.                     string(32) "00000000248ba6dd000000001d52e556"
  1274.                   }
  1275.                 }
  1276.                 ["statusCode"]=>
  1277.                 array(1) {
  1278.                   ["contains"]=>
  1279.                   &int(303)
  1280.                 }
  1281.                 ["statusText"]=>
  1282.                 array(1) {
  1283.                   ["contains"]=>
  1284.                   &string(9) "See Other"
  1285.                 }
  1286.               }
  1287.               ["__tField_LockRegistration":"ILLI\Core\Web\Data\Response\Redirect":private]=>
  1288.               bool(false)
  1289.               ["__tField_LockAllFields":"ILLI\Core\Web\Data\Response\Redirect":private]=>
  1290.               bool(false)
  1291.               ["__tField_Hash":"ILLI\Core\Web\Data\Response\Redirect":private]=>
  1292.               string(32) "00000000248ba6de000000001d52e556"
  1293.             }
  1294.           }
  1295.           ["RedirectAfterPost"]=>
  1296.           array(1) {
  1297.             ["contains"]=>
  1298.             &object(ILLI\Core\Web\Data\Response\RedirectAfterPost)#289 (4) {
  1299.               ["__tField":protected]=>
  1300.               array(3) {
  1301.                 ["Uri"]=>
  1302.                 array(1) {
  1303.                   ["contains"]=>
  1304.                   &object(ILLI\Core\Uri\Uri)#290 (4) {
  1305.                     ["__tField":protected]=>
  1306.                     array(4) {
  1307.                       ["originalString"]=>
  1308.                       array(1) {
  1309.                         ["contains"]=>
  1310.                         &string(16) "http://localhost"
  1311.                       }
  1312.                       ["Query"]=>
  1313.                       array(1) {
  1314.                         ["contains"]=>
  1315.                         &object(ILLI\Core\Uri\Query)#293 (4) {
  1316.                           ["__tField":protected]=>
  1317.                           array(3) {
  1318.                             ["query"]=>
  1319.                             array(1) {
  1320.                               ["contains"]=>
  1321.                               &array(0) {
  1322.                               }
  1323.                             }
  1324.                             ["string"]=>
  1325.                             array(1) {
  1326.                               ["contains"]=>
  1327.                               &string(0) ""
  1328.                             }
  1329.                             ["escaped"]=>
  1330.                             array(1) {
  1331.                               ["contains"]=>
  1332.                               &string(0) ""
  1333.                             }
  1334.                           }
  1335.                           ["__tField_LockRegistration":"ILLI\Core\Uri\Query":private]=>
  1336.                           bool(false)
  1337.                           ["__tField_LockAllFields":"ILLI\Core\Uri\Query":private]=>
  1338.                           bool(false)
  1339.                           ["__tField_Hash":"ILLI\Core\Uri\Query":private]=>
  1340.                           string(32) "00000000248ba6da000000001d52e556"
  1341.                         }
  1342.                       }
  1343.                       ["Authority"]=>
  1344.                       array(1) {
  1345.                         ["contains"]=>
  1346.                         &object(ILLI\Core\Uri\Authority)#305 (4) {
  1347.                           ["__tField":protected]=>
  1348.                           array(3) {
  1349.                             ["username"]=>
  1350.                             array(1) {
  1351.                               ["contains"]=>
  1352.                               &string(0) ""
  1353.                             }
  1354.                             ["password"]=>
  1355.                             array(1) {
  1356.                               ["contains"]=>
  1357.                               &string(0) ""
  1358.                             }
  1359.                             ["passport"]=>
  1360.                             array(1) {
  1361.                               ["contains"]=>
  1362.                               &string(1) "1"
  1363.                             }
  1364.                           }
  1365.                           ["__tField_LockRegistration":"ILLI\Core\Uri\Authority":private]=>
  1366.                           bool(false)
  1367.                           ["__tField_LockAllFields":"ILLI\Core\Uri\Authority":private]=>
  1368.                           bool(false)
  1369.                           ["__tField_Hash":"ILLI\Core\Uri\Authority":private]=>
  1370.                           string(32) "00000000248ba6ce000000001d52e556"
  1371.                         }
  1372.                       }
  1373.                       ["Path"]=>
  1374.                       array(1) {
  1375.                         ["contains"]=>
  1376.                         &object(ILLI\Core\Uri\Path)#318 (4) {
  1377.                           ["__tField":protected]=>
  1378.                           array(4) {
  1379.                             ["absolutePath"]=>
  1380.                             array(1) {
  1381.                               ["contains"]=>
  1382.                               &string(0) ""
  1383.                             }
  1384.                             ["dirName"]=>
  1385.                             array(1) {
  1386.                               ["contains"]=>
  1387.                               &string(0) ""
  1388.                             }
  1389.                             ["baseName"]=>
  1390.                             array(1) {
  1391.                               ["contains"]=>
  1392.                               &string(0) ""
  1393.                             }
  1394.                             ["extension"]=>
  1395.                             array(1) {
  1396.                               ["contains"]=>
  1397.                               &string(0) ""
  1398.                             }
  1399.                           }
  1400.                           ["__tField_LockRegistration":"ILLI\Core\Uri\Path":private]=>
  1401.                           bool(false)
  1402.                           ["__tField_LockAllFields":"ILLI\Core\Uri\Path":private]=>
  1403.                           bool(false)
  1404.                           ["__tField_Hash":"ILLI\Core\Uri\Path":private]=>
  1405.                           string(32) "00000000248ba6c1000000001d52e556"
  1406.                         }
  1407.                       }
  1408.                     }
  1409.                     ["__tField_LockRegistration":"ILLI\Core\Uri\Uri":private]=>
  1410.                     bool(false)
  1411.                     ["__tField_LockAllFields":"ILLI\Core\Uri\Uri":private]=>
  1412.                     bool(false)
  1413.                     ["__tField_Hash":"ILLI\Core\Uri\Uri":private]=>
  1414.                     string(32) "00000000248ba6dd000000001d52e556"
  1415.                   }
  1416.                 }
  1417.                 ["statusCode"]=>
  1418.                 array(1) {
  1419.                   ["contains"]=>
  1420.                   &int(303)
  1421.                 }
  1422.                 ["statusText"]=>
  1423.                 array(1) {
  1424.                   ["contains"]=>
  1425.                   &string(9) "See Other"
  1426.                 }
  1427.               }
  1428.               ["__tField_LockRegistration":"ILLI\Core\Web\Data\Response\Redirect":private]=>
  1429.               bool(false)
  1430.               ["__tField_LockAllFields":"ILLI\Core\Web\Data\Response\Redirect":private]=>
  1431.               bool(false)
  1432.               ["__tField_Hash":"ILLI\Core\Web\Data\Response\Redirect":private]=>
  1433.               string(32) "00000000248ba6de000000001d52e556"
  1434.             }
  1435.           }
  1436.         }
  1437.         ["__tField_LockRegistration":"ILLI\Core\Web\Data\Response":private]=>
  1438.         bool(false)
  1439.         ["__tField_LockAllFields":"ILLI\Core\Web\Data\Response":private]=>
  1440.         bool(false)
  1441.         ["__tField_Hash":"ILLI\Core\Web\Data\Response":private]=>
  1442.         string(32) "00000000248ba6f8000000001d52e556"
  1443.       }
  1444.     }
  1445.   }
  1446.   ["__tField_LockRegistration":"ILLI\Core\Web\Controller\Controller":private]=>
  1447.   bool(false)
  1448.   ["__tField_LockAllFields":"ILLI\Core\Web\Controller\Controller":private]=>
  1449.   bool(false)
  1450.   ["__tField_Hash":"ILLI\Core\Web\Controller\Controller":private]=>
  1451.   string(32) "00000000248ba7f1000000001d52e556"
  1452. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement