Searched refs:num_key (Results 1 - 23 of 23) sorted by relevance

/PHP_TRUNK/sapi/fpm/fpm/
H A Dfpm_php.c266 ulong num_key; local
284 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/session/
H A Dphp_session.h248 ulong num_key; \
256 (key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; \
259 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key); \
/PHP_TRUNK/ext/standard/
H A Duser_filters.c550 ulong num_key; local
562 (key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT;
H A Dproc_open.c85 ulong num_key; local
123 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) {
150 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) {
H A Dstring.c2904 ulong num_key; local
2907 switch (zend_hash_get_current_key_ex(pats, &string_key, &string_key_len, &num_key, 0, &hpos)) {
2909 string_key_len = 1 + zend_spprintf(&string_key, 0, "%ld", (long)num_key);
3951 ulong num_key; local
3990 &string_key_len, &num_key, 0, NULL)) {
3996 add_index_zval(return_value, num_key, result);
H A Dinfo.c196 ulong num_key; local
212 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) {
221 php_info_printf("%ld", num_key);
H A Dstreamsfuncs.c546 ulong num_key; local
558 &num_key, 0, &pos) == HASH_KEY_IS_STRING) {
576 ulong num_key; local
586 (key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTANT;
928 ulong num_key; local
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.c1288 ulong num_key; local
1336 key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &var_name, &var_name_len, &num_key, 0, &pos);
1345 ZVAL_LONG(&num, num_key);
2139 ulong num_key; local
2192 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) {
2199 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); local
2216 ulong num_key; local
2221 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) {
2279 ulong num_key; local
2285 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key,
2629 ulong num_key; local
2651 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); local
2774 ulong num_key; local
2790 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); local
3997 ulong num_key; local
4214 ulong num_key; local
4263 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); local
4332 ulong num_key; local
4445 ulong num_key; local
[all...]
/PHP_TRUNK/main/
H A Dphp_variables.c584 ulong num_key; local
591 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos);
594 || (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != SUCCESS)
605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
/PHP_TRUNK/sapi/apache_hooks/
H A Dphp_apache.c584 ulong num_key; local
599 switch(zend_hash_get_current_key_ex(Z_ARRVAL_P(first), &string_key, &string_key_len, &num_key, 0, &pos)) {
/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd_debug.c451 ulong num_key; local
453 zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values);
H A Dphp_mysqlnd.c53 ulong num_key; local
55 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local
H A Dmysqlnd_wireprotocol.c570 unsigned long num_key; local
573 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) {
589 unsigned long num_key; local
591 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) {
/PHP_TRUNK/Zend/
H A Dzend.c142 ulong num_key; local
157 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
181 snprintf(key, sizeof(key), "%ld", num_key);
204 ulong num_key; local
214 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
219 zend_printf("%ld", num_key);
H A Dzend_builtin_functions.c575 ulong num_key; local
609 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) {
614 add_get_index_long(return_value, 0, num_key, (void **) &inserted_pointer);
/PHP_TRUNK/ext/dom/
H A Dphp_dom.c506 ulong num_key; local
513 &string_length, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
/PHP_TRUNK/ext/spl/
H A Dspl_array.c920 ulong num_key; local
924 if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == HASH_KEY_IS_STRING) {
/PHP_TRUNK/ext/pcre/
H A Dphp_pcre.c1346 ulong num_key; local
1397 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0))
1404 add_index_stringl(return_value, num_key, result, result_len, 0);
1773 ulong num_key; local
1831 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0))
1839 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, local
/PHP_TRUNK/ext/zip/
H A Dphp_zip.c1028 ulong num_key; local
1039 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos);
/PHP_TRUNK/ext/curl/
H A Dinterface.c2545 ulong num_key; local
2548 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL);
2552 spprintf(&string_key, 0, "%ld", num_key);
/PHP_TRUNK/ext/snmp/
H A Dsnmp.c2103 ulong num_key; local
2111 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos);
/PHP_TRUNK/ext/gd/
H A Dgd.c3847 ulong num_key; local
3849 if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
/PHP_TRUNK/ext/sockets/
H A Dsockets.c798 ulong num_key; local
814 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
819 zend_hash_index_update(new_hash, num_key, (void *)element, sizeof(zval *), (void **)&dest_element);

Completed in 74 milliseconds