repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git]
/
tests
/
assert_templates
/
object.php
blob
b8005fcbde01b423d9cd3b26632fef178ccbc725
1
<
?php
2
3
$obj
=
new
Stdclass
;
4
$obj
->
name
=
'foo'
;
5
$obj
->
obj
[
'name'
] =
'bar'
;
6
$arr
[
'obj'
] =
$obj
;
7
$data
=
compact
(
'obj'
,
'arr'
);