Home
last modified time | relevance | path

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

/PHP-7.0/ext/com_dotnet/
H A Dcom_variant.c52 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
/PHP-7.0/ext/spl/
H A Dphp_spl.c412 …_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
H A Dspl_array.c964 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.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c572 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_… in php_mysqlnd_auth_write()
607 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_… in php_mysqlnd_auth_write()
/PHP-7.0/Zend/
H A Dzend_hash.h28 #define HASH_KEY_IS_STRING 1 macro
H A Dzend_hash.c2163 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_ex()
2199 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_type_ex()
H A Dzend_builtin_functions.c694 if (zend_hash_get_current_key(target_hash, &key, &num_key) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
/PHP-7.0/ext/ldap/
H A Dldap.c1459 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
1740 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
/PHP-7.0/ext/soap/
H A Dphp_http.c826 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()

Completed in 89 milliseconds