ext-php-rs/example/skel
David 0dd1a3f80f
Added argument overloading (#8)
* Added argument overloading

If a double is requested but a long is available, we can cast the
long into a double. This is required if the user gives an integer
into a double field.

As well as this, if a string is requested but a long or double is
available, we can cast both of these into a string.

* Check if zval is present before setting in arg

* Added optional argument example

* Updated documentation for ZendLong

* WIP: added null checks
2021-03-10 21:09:18 +13:00
..
src Added argument overloading (#8) 2021-03-10 21:09:18 +13:00
.gitignore added module builder, example project, documentation 2021-03-09 20:47:20 +13:00
Cargo.toml added module builder, example project, documentation 2021-03-09 20:47:20 +13:00