ext-php-rs/ext-php-rs-derive/src
David f506a41b3c
Pass class object type to PHP when taking object parameter (#64)
* Pass class object type to PHP when taking object parameter

* Fix test

* Update docs.rs stub bindings
2021-09-08 22:21:21 +12:00
..
class.rs Pass class object type to PHP when taking object parameter (#64) 2021-09-08 22:21:21 +12:00
constant.rs Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00
extern_.rs Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00
function.rs Allow returning of object references (#55) 2021-08-27 14:04:22 +12:00
impl_.rs Replace struct derive macro with attribute macro (#54) 2021-08-26 01:04:33 +12:00
lib.rs Replace struct derive macro with attribute macro (#54) 2021-08-26 01:04:33 +12:00
method.rs Add ability to send Rust closures to PHP (#58) 2021-09-05 13:45:59 +12:00
module.rs Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00
startup_function.rs Add ability to send Rust closures to PHP (#58) 2021-09-05 13:45:59 +12:00