Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_API.h635 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
649 add_property_long_ex(arg, key, strlen(key), n); in add_property_long()
H A Dzend_API.c2267 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ … in add_property_long_ex() function

Completed in 42 milliseconds