Home
last modified time | relevance | path

Searched refs:add_assoc_zval_ex (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/spl/
H A Dspl_heap.c150 add_assoc_zval_ex(result, "data", sizeof("data") - 1, &elem->data); in spl_pqueue_extract_helper()
152 add_assoc_zval_ex(result, "priority", sizeof("priority") - 1, &elem->priority); in spl_pqueue_extract_helper()
H A Dspl_observer.c305 add_assoc_zval_ex(&tmp, "obj", sizeof("obj") - 1, &element->obj); in spl_object_storage_debug_info()
306 add_assoc_zval_ex(&tmp, "inf", sizeof("inf") - 1, &element->inf); in spl_object_storage_debug_info()
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1074add_assoc_zval_ex(return_value, "notification", sizeof("notification")-1, &context->notifier->ptr); in PHP_FUNCTION()
1077 add_assoc_zval_ex(return_value, "options", sizeof("options")-1, &context->options); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_API.h400 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);
410 #define add_assoc_zval(__arg, __key, __value) add_assoc_zval_ex(__arg, __key, strlen(__key), __valu…
H A Dzend_API.c1522 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() function
/PHP-7.4/ext/session/
H A Dsession.c3252 add_assoc_zval_ex(&progress->data, "files", sizeof("files") - 1, &progress->files); in php_session_rfc1867_callback()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1170 add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value); in sxe_get_prop_hash()
/PHP-7.4/ext/curl/
H A Dinterface.c100 #define CAAZ(s, v) add_assoc_zval_ex(return_value, s, sizeof(s) -1 , (zval *) v);
/PHP-7.4/ext/imap/
H A Dphp_imap.c789 add_assoc_zval_ex(return_value, qlist->name, strlen(qlist->name), &t_map); in mail_getquota()
/PHP-7.4/ext/soap/
H A Dsoap.c3128 add_assoc_zval_ex(cookies, name, name_len, &zcookie);

Completed in 98 milliseconds