davidcole1340 / ext-php-rs

Bindings for the Zend API to build PHP extensions natively in Rust.
Apache License 2.0
598 stars 64 forks source link

Pub ArrayKey and update example #296

Closed joehoyle closed 11 months ago

joehoyle commented 11 months ago

Currently it's not possible to match against the array key, as it's not exported from mod.rs it seems.

danog commented 11 months ago

My bad, thanks!