Home
last modified time | relevance | path

Searched refs:add_property_zval_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_API.h476 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);
486 #define add_property_zval(__arg, __key, __value) add_property_zval_ex(__arg, __key, strlen(__key), …
H A Dzend_API.c1815 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex() function
/PHP-7.2/ext/soap/
H A Dphp_http.c1221 add_property_zval_ex(this_ptr, "_digest", sizeof("_digest")-1, &digest); in make_http_soap_request()

Completed in 26 milliseconds