alef-backend-php 0.15.63

PHP (ext-php-rs) backend for alef
Documentation
1
        args.push(match {{ name }} { Some(s) => ext_php_rs::types::Zval::try_from(s.to_string()).unwrap_or_default(), None => ext_php_rs::types::Zval::new() });