Home
last modified time | relevance | path

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

/PHP-7.2/ext/com_dotnet/
H A Dcom_variant.c52 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
/PHP-7.2/ext/spl/
H A Dphp_spl.c424 …_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
H A Dspl_array.c969 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.2/Zend/
H A Dzend_hash.c2144 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_ex()
2180 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_type_ex()
H A Dzend_hash.h28 #define HASH_KEY_IS_STRING 1 macro
H A Dzend_builtin_functions.c660 if (zend_hash_get_current_key(target_hash, &key, &num_key) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
/PHP-7.2/ext/soap/
H A Dphp_http.c849 if (res == HASH_KEY_IS_STRING && Z_TYPE_P(data) == IS_ARRAY) { in make_http_soap_request()
H A Dphp_schema.c2145 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup()
/PHP-7.2/ext/ldap/
H A Dldap.c1580 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
1861 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()

Completed in 58 milliseconds