Home
last modified time | relevance | path

Searched refs:zend_hash_get_current_key (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c141 while( ( hashKeyType = zend_hash_get_current_key( hash, &hashKey, &hashIndex, 0 ) ) in collator_convert_hash_from_utf8_to_utf16()
166 while( ( hashKeyType = zend_hash_get_current_key( hash, &hashKey, &hashIndex, 0 ) ) in collator_convert_hash_from_utf16_to_utf8()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c419 zend_hash_get_current_key(ht, &name, &number, 0); in cli_completion_generator_ht()
/PHP-5.5/Zend/
H A Dzend_hash.h201 #define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \ macro
H A Dzend_builtin_functions.c1484 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c713 …if (zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || … in SPL_METHOD()
737 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0); in SPL_METHOD()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1428 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) in preg_replace_impl()
1866 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) in php_pcre_grep_impl()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c152 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { in php_xsl_xslt_make_params()
/PHP-5.5/ext/imap/
H A Dphp_imap.c3587 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3621 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3700 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3734 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
/PHP-5.5/ext/wddx/
H A Dwddx.c577 type = zend_hash_get_current_key(target_hash, &key, &idx, 0); in php_wddx_serialize_array()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c360 #define my_zend_hash_get_current_key(ht, my_key, num_index) zend_hash_get_current_key(ht, my_key, n…
/PHP-5.5/ext/soap/
H A Dphp_schema.c2171 zend_hash_get_current_key((*tmp)->attributes, NULL, &index, 0); in schema_attributegroup_fixup()
2282 zend_hash_get_current_key(type->attributes, NULL, &index, 0); in schema_type_fixup()
H A Dphp_http.c825 int res = zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, &numindx, FALSE); in make_http_soap_request()
H A Dphp_encoding.c2804 if (zend_hash_get_current_key(data->value.ht, &key_val, &int_val, FALSE) == HASH_KEY_IS_STRING) { in to_xml_map()
3616 …if (zend_hash_get_current_key(Z_ARRVAL_P(array), &str_index, &num_index, 0) == HASH_KEY_IS_STRING … in is_map()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c412 && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) { in PHP_METHOD()
/PHP-5.5/ext/ldap/
H A Dldap.c1331 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index, 0) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()

Completed in 83 milliseconds