Home
last modified time | relevance | path

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

123

/PHP-5.4/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.4/ext/sockets/
H A Dsockets.c1001 … switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
/PHP-5.4/ext/zip/
H A Dphp_zip.c1039 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos); in php_zip_get_properties()
/PHP-5.4/ext/session/
H A Dsession.c1691zend_hash_get_current_key_ex(&php_session_class_entry->function_table, &func_name, &func_name_len,…
/PHP-5.4/ext/snmp/
H A Dsnmp.c2117 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos); in php_snmp_get_properties()
/PHP-5.4/ext/phar/
H A Dutil.c1559 …if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unu… in phar_get_entry_info_dir()
/PHP-5.4/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.4/ext/soap/
H A Dsoap.c1013 zend_hash_get_current_key_ex(ht2, &name, &name_len, &index, 0, &pos2); in soap_create_typemap()
3815zend_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.4/Zend/
H A Dzend_API.c3962 …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.h2804 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()
7234 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()
11661 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()
11719 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()
11743 key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 1, NULL); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
27638 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.4/ext/gd/
H A Dgd.c3980 …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 166 milliseconds

123