Searched refs:HASH_KEY_IS_STRING (Results 1 - 25 of 45) sorted by relevance

12

/PHP_TRUNK/sapi/fpm/fpm/
H A Dfpm_php.c284 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING) {
/PHP_TRUNK/ext/intl/collator/
H A Dcollator_convert.c73 if( hashKeyType == HASH_KEY_IS_STRING )
118 if( hashKeyType == HASH_KEY_IS_STRING )
/PHP_TRUNK/ext/com_dotnet/
H A Dcom_variant.c54 if (HASH_KEY_IS_STRING == keytype) {
/PHP_TRUNK/ext/json/
H A Djson.c192 if (i == HASH_KEY_IS_STRING) {
294 if (i == HASH_KEY_IS_STRING) {
/PHP_TRUNK/ext/soap/
H A Dphp_sdl.c1806 if (zend_hash_get_current_key_ex(ht, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2482 if (zend_hash_get_current_key_ex(headers, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2543 if (zend_hash_get_current_key_ex(params, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2592 if (zend_hash_get_current_key_ex(faults, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2656 if (zend_hash_get_current_key_ex(attr->extraAttributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2808 if (zend_hash_get_current_key_ex(type->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2827 if (zend_hash_get_current_key_ex(type->attributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
2982 if (zend_hash_get_current_key_ex(sdl->groups, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
3002 if (zend_hash_get_current_key_ex(sdl->types, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
3022 if (zend_hash_get_current_key_ex(sdl->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
[all...]
/PHP_TRUNK/ext/standard/
H A Duser_filters.c564 if (key_flags == HASH_KEY_IS_STRING) {
H A Dhttp.c62 if (key_type == HASH_KEY_IS_STRING && key_len && key[key_len-1] == '\0') {
84 if (key_type == HASH_KEY_IS_STRING) {
152 if (key_type == HASH_KEY_IS_STRING) {
H A Dproc_open.c124 case HASH_KEY_IS_STRING:
151 case HASH_KEY_IS_STRING:
H A Dinfo.c118 while (zend_hash_get_current_key_ex(ht, &key, &len, NULL, 0, &pos) == HASH_KEY_IS_STRING)
122 if (zend_hash_get_current_key_ex(ht, &key, &len, NULL, 0, &pos) == HASH_KEY_IS_STRING) {
213 case HASH_KEY_IS_STRING:
H A Dstreamsfuncs.c558 &num_key, 0, &pos) == HASH_KEY_IS_STRING) {
588 if (key_flags == HASH_KEY_IS_STRING) {
692 } else { /* HASH_KEY_IS_STRING */
932 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos)
938 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) {
H A Darray.c1339 if (key_type == HASH_KEY_IS_STRING) {
2193 case HASH_KEY_IS_STRING:
2222 case HASH_KEY_IS_STRING:
2286 case HASH_KEY_IS_STRING:
2645 case HASH_KEY_IS_STRING:
2792 case HASH_KEY_IS_STRING:
4027 if (key_type == HASH_KEY_IS_STRING) {
4034 if (key_type == HASH_KEY_IS_STRING) {
4258 case HASH_KEY_IS_STRING:
4386 if (key_type == HASH_KEY_IS_STRING) {
[all...]
/PHP_TRUNK/ext/xmlrpc/
H A Dxmlrpc-epi-php.c507 } else if (res == HASH_KEY_IS_STRING) {
587 case HASH_KEY_IS_STRING:
/PHP_TRUNK/main/
H A Dphp_variables.c593 || (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &dest_entry) != SUCCESS)
598 if (key_type == HASH_KEY_IS_STRING) {
H A Dphp_ini.c777 zend_hash_get_current_key_ex(source_hash, &str, &str_len, &num_index, 0, NULL) == HASH_KEY_IS_STRING;
/PHP_TRUNK/sapi/apache2filter/
H A Dapache_config.c136 &num_index, 0, NULL) == HASH_KEY_IS_STRING;
171 NULL) == HASH_KEY_IS_STRING;
/PHP_TRUNK/sapi/apache2handler/
H A Dapache_config.c158 &num_index, 0, NULL) == HASH_KEY_IS_STRING;
193 NULL) == HASH_KEY_IS_STRING;
H A Dsapi_apache2.c523 zend_hash_get_current_key_ex(&c->config, &str, &str_len, NULL, 0, NULL) == HASH_KEY_IS_STRING;
/PHP_TRUNK/win32/
H A Dregistry.c109 zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING;
262 zend_hash_get_current_key_ex(ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING;
/PHP_TRUNK/Zend/
H A Dzend.c158 case HASH_KEY_IS_STRING:
215 case HASH_KEY_IS_STRING:
H A Dzend_hash.h28 #define HASH_KEY_IS_STRING 1 macro
380 return zend_hash_update_current_key_ex(ht, HASH_KEY_IS_STRING, arKey, nKeyLength, 0, mode, pos);
H A Dzend_execute_API.c592 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(p), &str_index, &str_index_len, &num_index, 0, NULL) != HASH_KEY_IS_STRING) {
651 ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_STRING, "", 1, 0, HASH_UPDATE_KEY_IF_BEFORE, NULL);
H A Dzend_hash.c1165 return HASH_KEY_IS_STRING;
1203 return HASH_KEY_IS_STRING;
1257 } else if (key_type == HASH_KEY_IS_STRING) {
H A Dzend_builtin_functions.c610 case HASH_KEY_IS_STRING:
1015 if (zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_STRING) {
1082 if (zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING) {
1491 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) {
/PHP_TRUNK/ext/pcre/
H A Dphp_pcre.c1399 case HASH_KEY_IS_STRING:
1833 case HASH_KEY_IS_STRING:
/PHP_TRUNK/ext/wddx/
H A Dwddx.c322 case HASH_KEY_IS_STRING:
531 if (zend_hash_get_current_key_ex(objhash, &key, &key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) {
576 if (type == HASH_KEY_IS_STRING) {
606 if (ent_type == HASH_KEY_IS_STRING) {

Completed in 53 milliseconds

12