Home
last modified time | relevance | path

Searched refs:ht (Results 76 – 85 of 85) sorted by last modified time

1234

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c470 zend_hash_next_index_insert(return_value->value.ht, &element, sizeof(zval *), NULL); in ZEND_FUNCTION()
603 zend_hash_index_update(return_value->value.ht, 1, &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
605 zend_hash_update(return_value->value.ht, "value", sizeof("value"), &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
617 …zend_hash_update(return_value->value.ht, "key", sizeof("key"), inserted_pointer, sizeof(zval *), N… in ZEND_FUNCTION()
1085 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); in ZEND_FUNCTION()
1096 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); in ZEND_FUNCTION()
1100 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); in ZEND_FUNCTION()
1855 zend_get_parameters(ht, 2, &arg1, &arg2); in ZEND_FUNCTION()
2049 zend_hash_internal_pointer_reset_ex(arg_array->value.ht, &iterator); in debug_print_backtrace_args()
2050 while (zend_hash_get_current_data_ex(arg_array->value.ht, (void **) &tmp, &iterator) == SUCCESS) { in debug_print_backtrace_args()
[all …]
H A Dzend_compile.c5814 …zend_symtable_update(result->u.constant.value.ht, Z_STRVAL(offset->u.constant), Z_STRLEN(offset->u… in zend_do_add_static_array_element()
5818 …zend_symtable_update(result->u.constant.value.ht, offset->u.constant.value.str.val, offset->u.cons… in zend_do_add_static_array_element()
H A Dzend_API.h236 ZEND_API int zend_get_parameters(int ht, int param_count, ...);
237 ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC);
244 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument
245 _zend_get_parameters_array(ht, param_count, argument_array TSRMLS_CC)
351 #define ARG_COUNT(dummy) (ht)
352 #define ZEND_NUM_ARGS() (ht)
429 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value);
514 ZEND_API void zend_delete_variable(zend_execute_data *ex, HashTable *ht, const char *name, int name…
H A Dzend_alloc.h178 #define ALLOC_HASHTABLE(ht) \ argument
179 (ht) = (HashTable *) emalloc(sizeof(HashTable))
181 #define FREE_HASHTABLE(ht) \ argument
182 efree(ht)
184 #define ALLOC_HASHTABLE_REL(ht) \ argument
185 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
187 #define FREE_HASHTABLE_REL(ht) \ argument
188 efree_rel(ht)
H A Dzend_API.c45 ZEND_API int zend_get_parameters(int ht, int param_count, ...) /* {{{ */ in zend_get_parameters() argument
85 ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC) /… in _zend_get_parameters_array() argument
1540 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key() argument
1546 …result = zend_symtable_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &value, sizeof(zval *), NU… in array_set_zval_key()
1549 result = zend_symtable_update(ht, "", 1, &value, sizeof(zval *), NULL); in array_set_zval_key()
1556 result = zend_hash_index_update(ht, Z_LVAL_P(key), &value, sizeof(zval *), NULL); in array_set_zval_key()
1559 …result = zend_hash_index_update(ht, zend_dval_to_lval(Z_DVAL_P(key)), &value, sizeof(zval *), NULL… in array_set_zval_key()
H A Dzend.c133 static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object… in print_hash() argument
147 zend_hash_internal_pointer_reset_ex(ht, &iterator); in print_hash()
148 while (zend_hash_get_current_data_ex(ht, (void **) &tmp, &iterator) == SUCCESS) { in print_hash()
153 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { in print_hash()
185 zend_hash_move_forward_ex(ht, &iterator); in print_hash()
195 static void print_flat_hash(HashTable *ht TSRMLS_DC) /* {{{ */ in print_flat_hash()
204 zend_hash_internal_pointer_reset_ex(ht, &iterator); in print_flat_hash()
205 while (zend_hash_get_current_data_ex(ht, (void **) &tmp, &iterator) == SUCCESS) { in print_flat_hash()
210 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { in print_flat_hash()
220 zend_hash_move_forward_ex(ht, &iterator); in print_flat_hash()
H A Dzend.h290 #define INTERNAL_FUNCTION_PARAMETERS int ht, zval *return_value, zval **return_value_ptr, zval *thi…
291 #define INTERNAL_FUNCTION_PARAM_PASSTHRU ht, return_value, return_value_ptr, this_ptr, return_value…
328 HashTable *ht; /* hash table value */ member
/PHP-5.5/
H A DNEWS2949 . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
3676 . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
H A D.gdbinit203 ____print_ht $zvalue->value.ht 1
232 set $ht = $zobj->properties
233 if $ht
234 printf "(%d): ", $ht->nNumOfElements
237 ____print_ht $ht 1
290 set $ht = $arg0
291 set $p = $ht->pListHead
322 set $ht = (HashTable*)$arg0
323 set $p = $ht->pListHead
388 set $ht = $arg0
[all …]
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini1484 Browser="ht://Dig"

Completed in 194 milliseconds

1234