Home
last modified time | relevance | path

Searched refs:Z_ARRVAL_PP (Results 1 – 25 of 44) sorted by path

12

/PHP-5.5/Zend/
H A Dzend_API.c538 *p = Z_ARRVAL_PP(arg); in zend_parse_arg_impl()
H A Dzend_exceptions.c548 HashTable *ht = Z_ARRVAL_PP(frame); in _build_trace_string()
594 …zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)_build_trace_args, 2… in _build_trace_string()
H A Dzend_execute.c1459 zend_hash_apply(Z_ARRVAL_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC); in zend_check_symbol()
H A Dzend_operators.h475 #define Z_ARRVAL_PP(zval_pp) Z_ARRVAL(**zval_pp) macro
H A Dzend_vm_def.h3973 HashTable *ht = Z_ARRVAL_PP(container);
H A Dzend_vm_execute.h15833 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER()
18017 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_VAR_TMP_HANDLER()
20413 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_VAR_VAR_HANDLER()
23805 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER()
25321 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_UNUSED_CONST_HANDLER()
26647 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_UNUSED_TMP_HANDLER()
27973 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_UNUSED_VAR_HANDLER()
29725 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_UNUSED_CV_HANDLER()
33141 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_CV_CONST_HANDLER()
35189 HashTable *ht = Z_ARRVAL_PP(container); in ZEND_UNSET_DIM_SPEC_CV_TMP_HANDLER()
[all …]
/PHP-5.5/ext/dom/
H A Dnode.c1824 while (zend_hash_get_current_data(Z_ARRVAL_PP(tmp), (void **)&tmpns) == SUCCESS) { in dom_canonicalization()
1830 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(tmp), in dom_canonicalization()
1835 zend_hash_move_forward(Z_ARRVAL_PP(tmp)); in dom_canonicalization()
/PHP-5.5/ext/filter/
H A Dfilter.c503 if (Z_ARRVAL_PP(value)->nApplyCount > 1) { in php_zval_filter_recursive()
507 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(value), &pos); in php_zval_filter_recursive()
508 zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &element, &pos) == SUCCESS; in php_zval_filter_recursive()
509 zend_hash_move_forward_ex(Z_ARRVAL_PP(value), &pos) in php_zval_filter_recursive()
513 Z_ARRVAL_PP(element)->nApplyCount++; in php_zval_filter_recursive()
515 Z_ARRVAL_PP(element)->nApplyCount--; in php_zval_filter_recursive()
700 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(op)); in php_filter_array_handler()
701 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(op), &pos); in php_filter_array_handler()
702 zend_hash_get_current_data_ex(Z_ARRVAL_PP(op), (void **) &arg_elm, &pos) == SUCCESS; in php_filter_array_handler()
703 zend_hash_move_forward_ex(Z_ARRVAL_PP(op), &pos)) in php_filter_array_handler()
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c4874 if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) { in PHP_FUNCTION()
4880 if (zend_hash_index_find(Z_ARRVAL_PP(var), (j), (void **) &var2) == SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1185 int nelems = zend_hash_num_elements(Z_ARRVAL_PP(disabled_auth_method)); in php_imap_do_open()
3549 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION()
3587 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3592 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION()
3603 if (zend_hash_find(Z_ARRVAL_PP(data), "id", sizeof("id"), (void **) &pvalue)== SUCCESS) { in PHP_FUNCTION()
3621 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3626 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION()
3700 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3705 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION()
3734 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp88 HashTable *ht = Z_ARRVAL_PP(format); in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c704 nfilters = zend_hash_num_elements(Z_ARRVAL_PP(filter)); in php_ldap_do_search()
710 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(filter)); in php_ldap_do_search()
741 zend_hash_get_current_data(Z_ARRVAL_PP(filter), (void **)&entry); in php_ldap_do_search()
742 zend_hash_move_forward(Z_ARRVAL_PP(filter)); in php_ldap_do_search()
1353 num_values = zend_hash_num_elements(Z_ARRVAL_PP(value)); in php_ldap_do_modify()
1367 if (zend_hash_index_find(Z_ARRVAL_PP(value), j, (void **) &ivalue) != SUCCESS) { in php_ldap_do_modify()
2156 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
2157 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { in PHP_FUNCTION()
2163 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "oid", sizeof("oid"), (void **) &val) != SUCCESS) { in PHP_FUNCTION()
2171 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "value", sizeof("value"), (void **) &val) == SUCCESS) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c155 HashTable *ht = Z_ARRVAL_PP(frame); in mysqlnd_build_trace_string()
192 …zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_… in mysqlnd_build_trace_string()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1961 zend_hash_index_update(Z_ARRVAL_PP(pv_res_arr), i, &tmp, sizeof(zval *), NULL); in PHP_FUNCTION()
/PHP-5.5/ext/openssl/
H A Dopenssl.c3109 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, n); in PHP_FUNCTION()
3110 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, e); in PHP_FUNCTION()
3111 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, d); in PHP_FUNCTION()
3112 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, p); in PHP_FUNCTION()
3113 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, q); in PHP_FUNCTION()
3114 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, dmp1); in PHP_FUNCTION()
3133 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, p); in PHP_FUNCTION()
3134 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, q); in PHP_FUNCTION()
3135 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, g); in PHP_FUNCTION()
3157 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dh, p); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1418 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(subject)); in preg_replace_impl()
1422 while (zend_hash_get_current_data(Z_ARRVAL_PP(subject), (void **)&subject_entry) == SUCCESS) { in preg_replace_impl()
1428 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) in preg_replace_impl()
1443 zend_hash_move_forward(Z_ARRVAL_PP(subject)); in preg_replace_impl()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c529 …if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAIL… in PHP_METHOD()
553 if (zend_hash_index_find(Z_ARRVAL_PP(opt), 1, (void**)&item) == SUCCESS) { in PHP_METHOD()
H A Dpdo_stmt.c1982 …} else if (Z_TYPE_PP(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_PP(args[skip+2])… in pdo_stmt_setup_fetch_mode()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5233 zend_hash_del_key_or_index(Z_ARRVAL_PP(val), "is enum", sizeof("is enum"), 0, HASH_DEL_KEY);
5470 if (!err && zend_hash_find(Z_ARRVAL_PP(def), "type", sizeof("type"), (void **)&type) == FAILURE) {
5474 …if (!err && zend_hash_find(Z_ARRVAL_PP(def), "not null", sizeof("not null"), (void **)&not_null) =…
5478 …if (!err && zend_hash_find(Z_ARRVAL_PP(def), "has default", sizeof("has default"), (void **)&has_d…
5482 …if (!err && zend_hash_find(Z_ARRVAL_PP(def), "is enum", sizeof("is enum"), (void **)&is_enum) == F…
/PHP-5.5/ext/session/
H A Dsession.c307 …zend_hash_find(Z_ARRVAL_PP(array), "REMOTE_ADDR", sizeof("REMOTE_ADDR"), (void **) &token) == SUCC… in php_session_create_id()
945 …if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_sessi…
1041 …if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_sessi…
1542 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS
1552 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS
1560 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS
2569 …if (zend_hash_find(Z_ARRVAL_PP(progress_ary), "cancel_upload", sizeof("cancel_upload"), (void**)&c…
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1044 zend_hash_next_index_insert(Z_ARRVAL_PP(data_ptr), &value, sizeof(zval *), NULL); in sxe_properties_add()
/PHP-5.5/ext/snmp/
H A Dsnmp.c982 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(oid), &pos_oid); in php_snmp_parse_oid()
992 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(type), &pos_type); in php_snmp_parse_oid()
1001 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(value), &pos_value); in php_snmp_parse_oid()
1033 if (zend_hash_num_elements(Z_ARRVAL_PP(oid)) == 0) { in php_snmp_parse_oid()
1044 for ( zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(oid), &pos_oid); in php_snmp_parse_oid()
1045 zend_hash_get_current_data_ex(Z_ARRVAL_PP(oid), (void **) &tmp_oid, &pos_oid) == SUCCESS; in php_snmp_parse_oid()
1046 zend_hash_move_forward_ex(Z_ARRVAL_PP(oid), &pos_oid) ) { in php_snmp_parse_oid()
1055 … if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(type), (void **) &tmp_type, &pos_type)) { in php_snmp_parse_oid()
1064 zend_hash_move_forward_ex(Z_ARRVAL_PP(type), &pos_type); in php_snmp_parse_oid()
1075 …if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &tmp_value, &pos_value)… in php_snmp_parse_oid()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2416 zend_hash_num_elements(Z_ARRVAL_PP(el)) > 0) { in to_xml_array()
2417 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(el)); in to_xml_array()
2418 zend_hash_get_current_data(Z_ARRVAL_PP(el), (void**)&el); in to_xml_array()
2420 dims[i] = zend_hash_num_elements(Z_ARRVAL_PP(el)); in to_xml_array()
H A Dphp_http.c649 if (zend_hash_find(Z_ARRVAL_PP(digest), "nc", sizeof("nc"), (void **)&tmp) == SUCCESS && in make_http_soap_request()
722 if (zend_hash_find(Z_ARRVAL_PP(digest), "qop", sizeof("qop"), (void **)&tmp) == SUCCESS && in make_http_soap_request()
762 if (zend_hash_find(Z_ARRVAL_PP(digest), "qop", sizeof("qop"), (void **)&tmp) == SUCCESS && in make_http_soap_request()
819 n = zend_hash_num_elements(Z_ARRVAL_PP(cookies)); in make_http_soap_request()
821 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(cookies)); in make_http_soap_request()
825 int res = zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, &numindx, FALSE); in make_http_soap_request()
826 zend_hash_get_current_data(Z_ARRVAL_PP(cookies), (void **)&data); in make_http_soap_request()
831 if (zend_hash_index_find(Z_ARRVAL_PP(data), 0, (void**)&value) == SUCCESS && in make_http_soap_request()
834 if ((zend_hash_index_find(Z_ARRVAL_PP(data), 1, (void**)&tmp) == FAILURE || in make_http_soap_request()
837 (zend_hash_index_find(Z_ARRVAL_PP(data), 2, (void**)&tmp) == FAILURE || in make_http_soap_request()
[all …]
H A Dsoap.c1011 ht2 = Z_ARRVAL_PP(tmp); in soap_create_typemap()
1184 zend_hash_num_elements(Z_ARRVAL_PP(tmp)) > 0) { in PHP_METHOD()
1185 typemap_ht = Z_ARRVAL_PP(tmp); in PHP_METHOD()
1582 …zend_hash_find(Z_ARRVAL_PP(server_vars), "HTTP_CONTENT_ENCODING", sizeof("HTTP_CONTENT_ENCODING"),…
2482 zend_hash_num_elements(Z_ARRVAL_PP(tmp)) > 0) {
2483 typemap_ht = Z_ARRVAL_PP(tmp);
3152 zend_hash_del(Z_ARRVAL_PP(cookies), name, name_len+1);

Completed in 465 milliseconds

12