Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.h632 ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t key_len, double d);
654 add_property_double_ex(arg, key, strlen(key), d); in add_property_double()
H A Dzend_API.c2186 ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex() function

Completed in 40 milliseconds