Home
last modified time | relevance | path

Searched refs:zend_try_assign_typed_ref_bool (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_API.h684 ZEND_API int zend_try_assign_typed_ref_bool(zend_reference *ref, zend_bool val);
723 zend_try_assign_typed_ref_bool(ref, 0); \
745 zend_try_assign_typed_ref_bool(ref, 1); \
767 zend_try_assign_typed_ref_bool(ref, 1); \
H A Dzend_API.c3836 ZEND_API int zend_try_assign_typed_ref_bool(zend_reference *ref, zend_bool val) /* {{{ */ in zend_try_assign_typed_ref_bool() function

Completed in 37 milliseconds