We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c6aa2 commit 281d82fCopy full SHA for 281d82f
src/php/types/zval.rs
@@ -386,10 +386,9 @@ try_from_zval!(usize, long);
386
try_from_zval!(isize, long);
387
388
try_from_zval!(f64, double);
389
-
390
try_from_zval!(bool, bool);
391
392
try_from_zval!(String, string);
+try_from_zval!(ZendHashTable, array);
393
394
/// Implements the trait `Into<T>` on Zval for a given type.
395
#[macro_use]
0 commit comments