Searched refs:ZVAL_INTERNAL_PTR_DTOR (Results 1 – 3 of 3) sorted by relevance
94 #define ZVAL_INTERNAL_PTR_DTOR zval_internal_ptr_dtor macro
108 zend_hash_init(ht, 0, NULL, ZVAL_INTERNAL_PTR_DTOR, 1); in LoadDirectory()
1824 …zend_hash_init(conn->options->connect_attr, 0, NULL, conn->persistent ? ZVAL_INTERNAL_PTR_DTOR : Z…
Completed in 16 milliseconds