componere icon indicating copy to clipboard operation
componere copied to clipboard

Complex Type Composition and Manipulation

Results 6 componere issues
Sort by recently updated
recently updated
newest added

Tried to install Componere from sources with the latest PHP version, but it looks like not compatible. ``` ➜ componere git:(develop) ✗ make /bin/bash /home/vagrant/componere/libtool --mode=compile cc -I. -I/home/vagrant/componere -I/home/vagrant/componere/include...

Sorry, 3.1.2 still not compatible with PHP 7.4, when extending a final class with a trait. Works with Componere under 7.3, and (if class is not final) also works with...

~~~ $DefClass = new \Componere\Definition( 'Teacher'); $DefClass->addProperty('name',new Componere\Value('tom')); $DefClass->addProperty('age',new Componere\Value(20)); $DefClass->addProperty('like',new Componere\Value(['play','sleep'])); $DefClass->register(); $people=new Teacher(); echo $people->name; echo $people->age; var_dump($people); ~~~ //Fatal error: Uncaught InvalidArgumentException: values of type array cannot...

This is more a note, rather then a bug report. -> We have a class instance (lets call it Patcher class) holding reference to all definitions (patched classes definitions) ->...

This needs a manual entry.

help wanted
good first issue

This needs a manual entry

help wanted
good first issue