Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.h444 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b);
454 #define add_property_bool(__arg, __key, __b) add_property_bool_ex(__arg, __key, strlen(__key), __b)
H A Dzend_API.c1731 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex() function

Completed in 33 milliseconds