initial commit; version 22.5.12042
This commit is contained in:
14
tests/templates/child_context/ChildContext.php
Normal file
14
tests/templates/child_context/ChildContext.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$arr = array('parent' => array(
|
||||
'child' => 'child works',
|
||||
),
|
||||
|
||||
'grandparent' => array(
|
||||
'parent' => array(
|
||||
'child' => 'grandchild works',
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
echo json_encode($arr);
|
Reference in New Issue
Block a user