Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 11th, 2012  |  syntax: Perl 6  |  size: 2.05 KB  |  hits: 55  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Array
  2. (
  3.     [nome] => Paulo Reis
  4.     [nascimento] => 23/06/1986
  5.     [cpf] => 02395259578
  6.     [rg] =>
  7.     [naturalidade] => TEIXEIRA DE FREITAS, BA
  8.     [sexo] => MASCULINO
  9.     [mae] =>
  10.     [pai] =>
  11.     [facebook] =>
  12.     [twitter] =>
  13.     [endereco] => Array
  14.         (
  15.             [0] => Array
  16.                 (
  17.                     [cep] =>
  18.                     [logradouro] =>
  19.                     [numero] =>
  20.                     [complemento] =>
  21.                     [bairro] =>
  22.                     [cidade] => TEIXEIRA DE FREIAS, BA
  23.                     [cidade_cidade_codigo] => 1078
  24.                     [id] =>
  25.                 )
  26.  
  27.         )
  28.  
  29.     [profissional] => Array
  30.         (
  31.             [0] => Array
  32.                 (
  33.                     [profissao] =>
  34.                     [empresa] =>
  35.                     [endereco] => Array
  36.                         (
  37.                             [0] => Array
  38.                                 (
  39.                                     [cep] =>
  40.                                     [logradouro] =>
  41.                                     [numero] =>
  42.                                     [complemento] =>
  43.                                     [bairro] =>
  44.                                     [cidade] => TEIXEIRA DE FREIAS, BA
  45.                                     [cidade_cidade_codigo] => 1078
  46.                                     [id] =>
  47.                                 )
  48.  
  49.                         )
  50.  
  51.                 )
  52.  
  53.         )
  54.  
  55.     [conjuge] => Array
  56.         (
  57.             [nome] => Debora Cristina Borges Timiro
  58.             [nascimento] =>
  59.             [casamento] =>
  60.             [cpf] =>
  61.             [rg] =>
  62.             [sexo] => FEMININO
  63.     [filho] => Array
  64.         (
  65.             [0] => Array
  66.                 (
  67.                     [nome] =>
  68.                     [nascimento] =>
  69.                     [id] =>
  70.                     [sexo] => MASCULINO
  71.                 )
  72.  
  73.         )
  74.  
  75.     [id] =>
  76.     [_csrf_token] => 081d3b4be3b52d451d5e3c17c906fedb
  77.     [natural_cidade_id] => 1078
  78. )