| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_sort.c | 508 zend_hash_init( sortedHash, 0, NULL, ZVAL_PTR_DTOR, 0 );
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_format.c | 45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_objects.c | 186 zend_hash_init(new_object->properties, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | zend_ts_hash.h | 125 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
|
| H A D | zend_variables.c | 137 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | zend_variables.h | 83 #define ZVAL_PTR_DTOR (void (*)(void *)) zval_ptr_dtor_wrapper macro
|
| H A D | zend_closures.c | 330 zend_hash_init(closure->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); 464 zend_hash_init(closure->func.op_array.static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | zend_hash.h | 307 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
|
| H A D | zend_execute_API.c | 161 zend_hash_init(&EG(symbol_table), 50, NULL, ZVAL_PTR_DTOR, 0); local 577 zend_hash_init(tmp_ht, zend_hash_num_elements(Z_ARRVAL_P(p)), NULL, ZVAL_PTR_DTOR, 0); 1754 zend_hash_init(EG(active_symbol_table), ex->op_array->last_var, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | zend_operators.c | 675 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); local 701 zend_hash_init(ht, 0, NULL, ZVAL_PTR_DTOR, 0); 730 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); local
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 470 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | com_wrapper.c | 463 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); 464 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); 598 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/dom/ |
| H A D | xpath.c | 227 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | php_dom.c | 1227 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/pcntl/ |
| H A D | pcntl.c | 493 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); local
|
| /PHP_TRUNK/ext/xsl/ |
| H A D | php_xsl.c | 135 zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0); 137 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | xsltprocessor.c | 347 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_priv.h | 47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 687 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(out_array)), NULL, ZVAL_PTR_DTOR, 0); 738 zend_hash_init(new_hash, in_zval_array? zend_hash_num_elements(Z_ARRVAL_P(in_zval_array)):0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 1081 zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); 1088 zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); 2101 zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_dllist.c | 521 zend_hash_init(intern->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | array.c | 1843 zend_hash_init(out_hash, (length > 0 ? num_in - length : 0) + list_count, NULL, ZVAL_PTR_DTOR, 0); 3176 zend_hash_init(ht, zend_hash_num_elements(return_value->value.ht), NULL, ZVAL_PTR_DTOR, 0); 3593 zend_hash_init(ht, zend_hash_num_elements(return_value->value.ht), NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | streamsfuncs.c | 653 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); 726 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_util_funcs.c | 278 ht->pDestructor = ZVAL_PTR_DTOR;
|
| /PHP_TRUNK/ext/soap/ |
| H A D | soap.c | 1167 zend_hash_init(service->class_map, zend_hash_num_elements((*tmp)->value.ht), NULL, ZVAL_PTR_DTOR, 0); 1200 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); 1405 zend_hash_init(service->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0); 1452 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); 2883 zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0); 2898 zend_hash_init(t, 0, NULL, ZVAL_PTR_DTOR, 0);
|