Home
last modified time | relevance | path

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

1234567

/dports/www/pecl-yar/yar-2.2.0/
H A Dyar_response.c78 add_assoc_zval_ex(&response->err, ZEND_STRL("message"), msg); in php_yar_response_set_exception()
79 add_assoc_zval_ex(&response->err, ZEND_STRL("code"), code); in php_yar_response_set_exception()
80 add_assoc_zval_ex(&response->err, ZEND_STRL("file"), file); in php_yar_response_set_exception()
81 add_assoc_zval_ex(&response->err, ZEND_STRL("line"), line); in php_yar_response_set_exception()
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_env_request.c37 add_assoc_zval_ex(&entry, ZEND_STRL("file"), tmp_name); in grab_file()
39 add_assoc_zval_ex(&entry, ZEND_STRL("name"), zname); in grab_file()
41 add_assoc_zval_ex(&entry, ZEND_STRL("size"), zsize); in grab_file()
43 add_assoc_zval_ex(&entry, ZEND_STRL("type"), ztype); in grab_file()
45 add_assoc_zval_ex(&entry, ZEND_STRL("error"), zerror); in grab_file()
99 add_assoc_zval_ex(&entry, ZEND_STRL("file"), tmp); in grab_files()
H A Dphp_http_params.c466 add_assoc_zval_ex(&tmp, ZEND_STRL("value"), ptr); in merge_param()
1265 add_assoc_zval_ex(zparams, name->val, name->len, nvalue); in PHP_METHOD()
1278 add_assoc_zval_ex(&tmp, ZEND_STRL("value"), nvalue); in PHP_METHOD()
1279 add_assoc_zval_ex(zparams, name->val, name->len, &tmp); in PHP_METHOD()
1287 add_assoc_zval_ex(zparams, zs->val, zs->len, &arr); in PHP_METHOD()
H A Dphp_http_querystring.c129 add_assoc_zval_ex(dst, xkey->val, xkey->len, &subarray); in php_http_querystring_xlate()
324 add_assoc_zval_ex(qarray, key.key->val, key.key->len, entry_ptr); in php_http_querystring_update()
H A Dphp_http_header.c389 add_assoc_zval_ex(return_value, key.key->val, key.key->len, &zho); in PHP_METHOD()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/coverage/
H A Dcode_coverage.c824 add_assoc_zval_ex(retval, "branches", HASH_KEY_SIZEOF("branches"), branches);
857 add_assoc_zval_ex(retval, "paths", HASH_KEY_SIZEOF("paths"), paths);
876 add_assoc_zval_ex(retval, function->name, HASH_KEY_STRLEN(function->name), function_info);
908 add_assoc_zval_ex(file_info, "lines", HASH_KEY_SIZEOF("lines"), lines);
909 add_assoc_zval_ex(file_info, "functions", HASH_KEY_SIZEOF("functions"), functions);
911 add_assoc_zval_ex(retval, ZSTR_VAL(file->name), ZSTR_LEN(file->name), file_info);
915 add_assoc_zval_ex(retval, ZSTR_VAL(file->name), ZSTR_LEN(file->name), lines);
/dports/lang/php73/php-7.3.33/ext/intl/idn/
H A Didn.c185 add_assoc_zval_ex(idna_info, "result", sizeof("result")-1, return_value); in php_intl_idn_to_46()
190 add_assoc_zval_ex(idna_info, "result", sizeof("result")-1, &zv); in php_intl_idn_to_46()
/dports/devel/php73-intl/php-7.3.33/ext/intl/idn/
H A Didn.c185 add_assoc_zval_ex(idna_info, "result", sizeof("result")-1, return_value); in php_intl_idn_to_46()
190 add_assoc_zval_ex(idna_info, "result", sizeof("result")-1, &zv); in php_intl_idn_to_46()
/dports/www/mod_php73/php-7.3.33/ext/intl/idn/
H A Didn.c185 add_assoc_zval_ex(idna_info, "result", sizeof("result")-1, return_value); in php_intl_idn_to_46()
190 add_assoc_zval_ex(idna_info, "result", sizeof("result")-1, &zv); in php_intl_idn_to_46()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dphp7_ext_wrapper.h55 add_assoc_zval_ex(z, key, key_len, value)
157 add_assoc_zval_ex(z, key, key_len - 1, value)
/dports/databases/pecl-couchbase/couchbase-2.6.2/src/couchbase/
H A Dmutation_state.c193add_assoc_zval_ex(scan_vectors, token->bucket, strlen(token->bucket), PCBC_P(new_group)); in pcbc_mutation_state_export_for_n1ql()
195add_assoc_zval_ex(scan_vectors, token->bucket, strlen(token->bucket) + 1, PCBC_P(new_group)); in pcbc_mutation_state_export_for_n1ql()
H A Dspatial_view_query.c295add_assoc_zval_ex(PCBC_P(obj->options), ZSTR_VAL(string_key), ZSTR_LEN(string_key), entry); in PHP_METHOD()
310 add_assoc_zval_ex(obj->options, key, key_len, *entry); in PHP_METHOD()
H A Dview_query.c419add_assoc_zval_ex(PCBC_P(obj->options), ZSTR_VAL(string_key), ZSTR_LEN(string_key), entry); in PHP_METHOD()
434 add_assoc_zval_ex(obj->options, key, key_len, *entry); in PHP_METHOD()
H A Danalytics_query.c61 add_assoc_zval_ex(options, name, name_len, value); in PHP_METHOD()
H A Dsearch_query.c549add_assoc_zval_ex(PCBC_P(indexed_vectors), obj->index_name, strlen(obj->index_name) + 1, PCBC_P(sc… in PHP_METHOD()
577 add_assoc_zval_ex(PCBC_P(obj->facets), name, name_len, facet); in PHP_METHOD()
579 add_assoc_zval_ex(PCBC_P(obj->facets), name, name_len + 1, facet); in PHP_METHOD()
/dports/databases/pecl-mongodb/mongodb-1.9.1/
H A Dphongo_compat.h88 #define ADD_ASSOC_ZVAL_EX(_zv, _key, _value) add_assoc_zval_ex(_zv, ZEND_STRL(_key), _value);
/dports/databases/pecl-redis/redis-5.3.5/
H A Dlibrary.c1414 add_assoc_zval_ex(&z_ret, ZSTR_VAL(hkey), ZSTR_LEN(hkey), &z_sub); in array_zip_values_and_scores()
1547 add_assoc_zval_ex(z_ret, id, idlen, &z_message); in redis_read_stream_messages()
1608 add_assoc_zval_ex(z_streams, id, idlen, &z_messages); in redis_read_stream_messages_multi()
1691 add_assoc_zval_ex(rv, id, idlen, &z_msg); in redis_read_xclaim_response()
1779 add_assoc_zval_ex(z_ret, key, len, &zv); in redis_read_xinfo_response()
1869 add_assoc_zval_ex(zret, key, klen, &zv); in redis_read_acl_getuser_reply()
2744 add_assoc_zval_ex(&z_multi_result, ZSTR_VAL(zstr), ZSTR_LEN(zstr), &z_unpacked); in redis_mbulk_reply_assoc()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h164 add_assoc_zval_ex((zv), (key), (size_t)(len - 1), val)
333 add_assoc_zval_ex((zv), (key), (uint)(len), val)
/dports/security/pecl-gnupg/gnupg-1.5.0/phpc/
H A Dphpc.h601 add_assoc_zval_ex(_arr, _key, (_key_len) + 1, _zv)
603 add_assoc_zval_ex(_arr, _key, (_key_len) + 1, _pv)
1184 #define PHPC_ARRAY_ADD_ASSOC_ZVAL_EX add_assoc_zval_ex
1186 add_assoc_zval_ex(_arr, _key, _key_len, &_pv)
/dports/devel/pecl-jsond/jsond-1.4.0/phpc/
H A Dphpc.h583 add_assoc_zval_ex(_arr, _key, (_key_len) + 1, _zv)
585 add_assoc_zval_ex(_arr, _key, (_key_len) + 1, _pv)
1149 #define PHPC_ARRAY_ADD_ASSOC_ZVAL_EX add_assoc_zval_ex
1151 add_assoc_zval_ex(_arr, _key, _key_len, &_pv)
/dports/lang/php80/php-8.0.15/ext/spl/
H A Dspl_heap.c148 add_assoc_zval_ex(result, "data", sizeof("data") - 1, &elem->data); in spl_pqueue_extract_helper()
150 add_assoc_zval_ex(result, "priority", sizeof("priority") - 1, &elem->priority); in spl_pqueue_extract_helper()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/develop/
H A Dstack.c1075 add_assoc_zval_ex(frame, "params", HASH_KEY_SIZEOF("params"), params);
1087 add_assoc_zval_ex(params, ZSTR_VAL(fse->var[j].name), ZSTR_LEN(fse->var[j].name), vparams);
/dports/www/mod_php80/php-8.0.15/ext/spl/
H A Dspl_heap.c148 add_assoc_zval_ex(result, "data", sizeof("data") - 1, &elem->data); in spl_pqueue_extract_helper()
150 add_assoc_zval_ex(result, "priority", sizeof("priority") - 1, &elem->priority); in spl_pqueue_extract_helper()
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_heap.c644 add_assoc_zval_ex(&elem, "data", sizeof("data") - 1, data); in SPL_METHOD()
645 add_assoc_zval_ex(&elem, "priority", sizeof("priority") - 1, priority); in SPL_METHOD()
/dports/lang/php81/php-8.1.1/ext/spl/
H A Dspl_heap.c156 add_assoc_zval_ex(result, "data", sizeof("data") - 1, &elem->data); in spl_pqueue_extract_helper()
158 add_assoc_zval_ex(result, "priority", sizeof("priority") - 1, &elem->priority); in spl_pqueue_extract_helper()

1234567