Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c103 #define IS_UNSERIALIZED(ptr) \ macro
108 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
123 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
907 if (IS_UNSERIALIZED(ht->arData)) { in zend_file_cache_unserialize_hash()
986 if (!IS_UNSERIALIZED(ast->ast)) { in zend_file_cache_unserialize_zval()
1094 if (!IS_UNSERIALIZED(p->name)) { in zend_file_cache_unserialize_op_array()
1111 if (!IS_UNSERIALIZED(*p)) { in zend_file_cache_unserialize_op_array()
1143 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) { in zend_file_cache_unserialize_prop_info()
1150 if (!IS_UNSERIALIZED(prop->ce)) { in zend_file_cache_unserialize_prop_info()
1164 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) { in zend_file_cache_unserialize_class_constant()
[all …]

Completed in 9 milliseconds