Home
last modified time | relevance | path

Searched refs:HASH_KEY_IS_STRING (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c50 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
/PHP-7.4/ext/spl/
H A Dphp_spl.c426 …_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
H A Dspl_array.c961 if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) { in spl_array_skip_protected()
/PHP-7.4/Zend/
H A Dzend_hash.c2367 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_ex()
2405 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_type_ex()
H A Dzend_hash.h26 #define HASH_KEY_IS_STRING 1 macro
H A Dzend_builtin_functions.c719 if (zend_hash_get_current_key(target_hash, &key, &num_key) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
/PHP-7.4/ext/ldap/
H A Dldap.c2243 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
2659 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_schema.c2143 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup()

Completed in 57 milliseconds