Searched refs:HASH_KEY_IS_STRING (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/com_dotnet/ |
H A D | com_variant.c | 52 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
|
/PHP-7.0/ext/spl/ |
H A D | php_spl.c | 412 …_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
|
H A D | spl_array.c | 964 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 D | mysqlnd_wireprotocol.c | 572 …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 D | zend_hash.h | 28 #define HASH_KEY_IS_STRING 1 macro
|
H A D | zend_hash.c | 2163 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 D | zend_builtin_functions.c | 694 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 D | ldap.c | 1459 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 D | php_http.c | 826 if (res == HASH_KEY_IS_STRING && Z_TYPE_P(data) == IS_ARRAY) { in make_http_soap_request()
|
H A D | php_schema.c | 2145 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup()
|
Completed in 89 milliseconds