Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_hash.h231 #define zend_hash_get_current_key_type(ht) \ macro
/PHP-7.3/ext/ldap/
H A Dldap.c2656 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2762 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
/PHP-7.3/ext/soap/
H A Dphp_schema.c2142 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup()

Completed in 34 milliseconds