Home
last modified time | relevance | path

Searched refs:global_weakmap (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/zend_test/
H A Dphp_test.h53 HashTable global_weakmap; variable
H A Dtest.c346 if (zend_weakrefs_hash_add(&ZT_G(global_weakmap), obj, value)) { in ZEND_FUNCTION()
361 RETURN_BOOL(zend_weakrefs_hash_del(&ZT_G(global_weakmap), obj) == SUCCESS); in ZEND_FUNCTION()
367 RETURN_ARR(zend_array_dup(&ZT_G(global_weakmap))); in ZEND_FUNCTION()
1343 zend_hash_init(&ZT_G(global_weakmap), 8, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
1351 zend_weakrefs_hash_destroy(&ZT_G(global_weakmap)); in PHP_RSHUTDOWN_FUNCTION()

Completed in 13 milliseconds