Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 8.2.0 - 8.2.30 , 8.3.0 - 8.3.30 , 8.4.1 - 8.4.18 , 8.5.0 - 8.5.3 \Foo::__set_state(array(
'bool' => false,
'int' => 0,
'string' => '',
'arry' =>
array (
),
))
\Foo::__set_state(array(
'bool' => true,
'int' => 1,
'string' => '1',
'arry' =>
array (
),
))
\Foo::__set_state(array(
'bool' => true,
'int' => 10,
'string' => '10',
'arry' =>
array (
),
))
\Foo::__set_state(array(
'bool' => true,
'int' => 0,
'string' => 'text string',
'arry' =>
array (
),
))
\Foo::__set_state(array(
'bool' => false,
'int' => 0,
'string' => '',
'arry' =>
array (
0 => 1,
1 => 2,
2 => 3,
),
))
Output for 7.4.0 - 7.4.33 , 8.0.0 - 8.0.30 , 8.1.0 - 8.1.34 Foo::__set_state(array(
'bool' => false,
'int' => 0,
'string' => '',
'arry' =>
array (
),
))
Foo::__set_state(array(
'bool' => true,
'int' => 1,
'string' => '1',
'arry' =>
array (
),
))
Foo::__set_state(array(
'bool' => true,
'int' => 10,
'string' => '10',
'arry' =>
array (
),
))
Foo::__set_state(array(
'bool' => true,
'int' => 0,
'string' => 'text string',
'arry' =>
array (
),
))
Foo::__set_state(array(
'bool' => false,
'int' => 0,
'string' => '',
'arry' =>
array (
0 => 1,
1 => 2,
2 => 3,
),
))
Output for 7.1.0 - 7.1.33 , 7.2.0 - 7.2.33 , 7.3.0 - 7.3.33 Parse error: syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/0e6Co on line 4
Process exited with code 255 .