Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dvar.c1207 HashTable *class_hash = NULL, *prev_class_hash; in PHP_FUNCTION() local
1237 ALLOC_HASHTABLE(class_hash); in PHP_FUNCTION()
1238 …zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(class… in PHP_FUNCTION()
1240 if(class_hash && Z_TYPE_P(classes) == IS_ARRAY) { in PHP_FUNCTION()
1247 zend_hash_add_empty_element(class_hash, lcname); in PHP_FUNCTION()
1256 php_var_unserialize_set_allowed_classes(var_hash, class_hash); in PHP_FUNCTION()
1300 if (class_hash) { in PHP_FUNCTION()
1301 zend_hash_destroy(class_hash); in PHP_FUNCTION()
1302 FREE_HASHTABLE(class_hash); in PHP_FUNCTION()

Completed in 6 milliseconds