Home
last modified time | relevance | path

Searched refs:zend_hash_get_current_key_ex (Results 51 – 65 of 65) sorted by relevance

123

/PHP-5.5/ext/dom/
H A Dphp_dom.c512 if (zend_hash_get_current_key_ex(prop_handlers, &string_key, in dom_get_debug_info_helper()
/PHP-5.5/main/streams/
H A Dstreams.c135 zend_hash_get_current_key_ex(&EG(regular_list), NULL, NULL, in php_stream_from_persistent_id()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5454 …if ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &field, &field_len, &num_idx, 0, …
6211 while ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &fld,
6327 key_type = zend_hash_get_current_key_ex(ht, &fld, &fld_len, &num_idx, 0, &pos);
/PHP-5.5/ext/spl/
H A Dspl_array.c934 …if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == H… in spl_array_skip_protected()
/PHP-5.5/ext/phar/
H A Dutil.c1314 …if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unu… in phar_get_entry_info_dir()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1047 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos); in php_zip_get_properties()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2125 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos); in php_snmp_get_properties()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c500 zend_hash_get_current_key_ex(headers, &key, &key_len, NULL, 0, &pos); in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c1611 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(mod), &modkey, &modkeylen, &tmpUlong, 0, NULL) != HASH… in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dsoap.c1019 zend_hash_get_current_key_ex(ht2, &name, &name_len, &index, 0, &pos2); in soap_create_typemap()
3834zend_hash_get_current_key_ex(Z_ARRVAL_P(ret), &param_name, &param_name_len, &param_index, 0, &pos);
H A Dphp_schema.c2163 zend_hash_get_current_key_ex((*tmp)->attributes, &key, &key_len, NULL, 0, NULL); in schema_attributegroup_fixup()
/PHP-5.5/Zend/
H A Dzend_vm_def.h4214 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
4275 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
H A Dzend_API.c4025 …if (zend_hash_get_current_key_ex(function_table, &name, &len, &idx, 0, &iterator) != HASH_KEY_IS_S… in zend_resolve_method_name()
H A Dzend_vm_execute.h2899 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
8210 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL); in ZEND_FE_RESET_SPEC_TMP_HANDLER()
13527 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL); in ZEND_FE_RESET_SPEC_VAR_HANDLER()
13588 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
31197 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL); in ZEND_FE_RESET_SPEC_CV_HANDLER()
/PHP-5.5/ext/gd/
H A Dgd.c3842 …if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRIN… in php_imagettftext_common()

Completed in 224 milliseconds

123