Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c98 #define IS_UNSERIALIZED(ptr) \ macro
103 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
118 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
850 if (IS_UNSERIALIZED(ht->arData)) { in zend_file_cache_unserialize_hash()
900 if (!IS_UNSERIALIZED(Z_STR_P(zv))) { in zend_file_cache_unserialize_zval()
905 if (!IS_UNSERIALIZED(Z_ARR_P(zv))) { in zend_file_cache_unserialize_zval()
915 if (!IS_UNSERIALIZED(Z_REF_P(zv))) { in zend_file_cache_unserialize_zval()
929 if (!IS_UNSERIALIZED(ast->ast)) { in zend_file_cache_unserialize_zval()
1038 if (!IS_UNSERIALIZED(p->name)) { in zend_file_cache_unserialize_op_array()
1055 if (!IS_UNSERIALIZED(*p)) { in zend_file_cache_unserialize_op_array()
[all …]

Completed in 12 milliseconds