Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dvar.c1044 HashTable *class_hash = NULL; in PHP_FUNCTION() local
1059 ALLOC_HASHTABLE(class_hash); in PHP_FUNCTION()
1062 if(class_hash && Z_TYPE_P(classes) == IS_ARRAY) { in PHP_FUNCTION()
1069 zend_hash_add_empty_element(class_hash, lcname); in PHP_FUNCTION()
1076 if (!php_var_unserialize_ex(retval, &p, p + buf_len, &var_hash, class_hash)) { in PHP_FUNCTION()
1078 if (class_hash) { in PHP_FUNCTION()
1079 zend_hash_destroy(class_hash); in PHP_FUNCTION()
1080 FREE_HASHTABLE(class_hash); in PHP_FUNCTION()
1092 if (class_hash) { in PHP_FUNCTION()
1093 zend_hash_destroy(class_hash); in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds