Home
last modified time | relevance | path

Searched refs:Z_ARRVAL_PP (Results 26 – 44 of 44) sorted by relevance

12

/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/spl/
H A Dspl_heap.c128 if (zend_hash_find(Z_ARRVAL_PP(value), "data", sizeof("data"), (void **) &data) == SUCCESS) { in spl_pqueue_extract_helper()
133 …if (zend_hash_find(Z_ARRVAL_PP(value), "priority", sizeof("priority"), (void **) &priority) == SUC… in spl_pqueue_extract_helper()
/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/soap/
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);
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()
/PHP-5.5/main/streams/
H A Dstreams.c2235 …return zend_hash_find(Z_ARRVAL_PP(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**)o…
2258 …return zend_hash_update(Z_ARRVAL_PP(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**…
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c849 if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_ARRVAL_PP(rval), elements, 0)) { in php_var_unserialize()
H A Dvar_unserializer.re676 if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_ARRVAL_PP(rval), elements, 0)) {
H A Dbasic_functions.c4276 argc = zend_hash_num_elements(Z_ARRVAL_PP(args));
4283 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(args));
4286 while (zend_hash_get_current_data(Z_ARRVAL_PP(args), (void **)&entry) == SUCCESS) {
4302 zend_hash_move_forward(Z_ARRVAL_PP(args));
/PHP-5.5/Zend/
H A Dzend_operators.h475 #define Z_ARRVAL_PP(zval_pp) Z_ARRVAL(**zval_pp) macro
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_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 …]
H A Dzend_API.c538 *p = Z_ARRVAL_PP(arg); in zend_parse_arg_impl()
H A Dzend_vm_def.h3973 HashTable *ht = Z_ARRVAL_PP(container);
/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/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/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/odbc/
H A Dphp_odbc.c1961 zend_hash_index_update(Z_ARRVAL_PP(pv_res_arr), i, &tmp, sizeof(zval *), NULL); in PHP_FUNCTION()

Completed in 303 milliseconds

12