Home
last modified time | relevance | path

Searched refs:zend_hash_get_current_key_type (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/ldap/
H A Dldap.c2599 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2705 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_hash.h277 static zend_always_inline int zend_hash_get_current_key_type(HashTable *ht) { in zend_hash_get_current_key_type() function
/php-src/ext/soap/
H A Dphp_schema.c2153 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup()

Completed in 30 milliseconds