Home
last modified time | relevance | path

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

/PHP-7.2/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)); \
934 if (IS_UNSERIALIZED(ht->arData)) {
1013 if (!IS_UNSERIALIZED(ast->ast)) {
1123 if (!IS_UNSERIALIZED(p->name)) {
1144 if (!IS_UNSERIALIZED(*p)) {
1176 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
1183 if (!IS_UNSERIALIZED(prop->ce)) {
1197 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
[all …]

Completed in 7 milliseconds