David Wojtowicz
Results
2
issues of
David Wojtowicz
``` # works root.n1=1 root.n2=root.n1 root.a1="a" root.a2=root.a1 root.l1=[1,2,3,4] root.l2=root.l1 # fails with exception thrown root.d1={"a":"b"} root.d2=root.d1 root.t1=(1,2,3) root.t2=root.t1 ``` If you convert the LazyDot object back to a normal object...
bug
This branch is an update to this library to allow it to work with modern (circa 2019) versions of PHP, RabbitMQ, Guzzle, React, Doctrine, PHPUnit and related support libraries. (see...